Trace number 2069926

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosatUNSAT 78.901 79.4823

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg14-14_ext.xml
MD5SUM71043e558b97d1038b2e45a8033f05ba
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.026995
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints28
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension28
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.07	c 0	BEGIN Sun Jul 12 00:21:49 2009
0.06/0.07	c 0	PID 14654
0.06/0.08	c 0	HOST node56.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2069926-1247350909.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2069926-1247350909.xml' 'HOME/temp.csp'
0.06/0.30	c 0	1 domains, 196 variables, 0 predicates, 1 relations, 28 constraints
0.06/0.34	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.34	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.27/0.42	c 0	Parsing HOME/temp.csp
0.27/0.49	c 0	parsed 226 expressions
0.27/0.52	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.52	c 0	Converting to clausal form CSP
0.27/0.54	c 0	converted 23 (10%) expressions
0.27/0.54	c 0	converted 46 (20%) expressions
0.27/0.54	c 0	converted 68 (30%) expressions
0.27/0.54	c 0	converted 91 (40%) expressions
0.27/0.54	c 0	converted 113 (50%) expressions
0.27/0.55	c 0	converted 136 (60%) expressions
0.27/0.55	c 0	converted 159 (70%) expressions
0.27/0.55	c 0	converted 181 (80%) expressions
0.27/0.68	c 1	converted 204 (90%) expressions
0.91/1.05	c 1	converted 226 (100%) expressions
0.91/1.06	c 1	CSP : 196 integers, 0 booleans, 28 clauses, largest domain size 26
0.91/1.06	c 1	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.06	c 1	Propagation in CSP
0.91/1.06	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.91/1.06	c 1	CSP : 196 integers, 0 booleans, 28 clauses, largest domain size 26
0.91/1.06	c 1	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.06	c 1	Simplifing CSP by introducing new Boolean variables
0.91/1.06	c 1	CSP : 196 integers, 0 booleans, 28 clauses, largest domain size 26
0.91/1.06	c 1	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.18	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.00/1.19	c 1	20 (10%) CSP integer variables are encoded (480 clauses, 5136 bytes)
1.00/1.20	c 1	40 (20%) CSP integer variables are encoded (960 clauses, 10417 bytes)
1.09/1.20	c 1	59 (30%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
1.09/1.20	c 1	79 (40%) CSP integer variables are encoded (1896 clauses, 22585 bytes)
1.09/1.20	c 1	98 (50%) CSP integer variables are encoded (2352 clauses, 28513 bytes)
1.09/1.20	c 1	118 (60%) CSP integer variables are encoded (2832 clauses, 34753 bytes)
1.09/1.20	c 1	138 (70%) CSP integer variables are encoded (3312 clauses, 40993 bytes)
1.09/1.20	c 1	157 (80%) CSP integer variables are encoded (3768 clauses, 46921 bytes)
1.09/1.21	c 1	177 (90%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
1.09/1.21	c 1	196 (100%) CSP integer variables are encoded (4704 clauses, 59089 bytes)
4.28/4.46	c 4	3 (10%) CSP clauses are encoded (46899 clauses, 3414562 bytes)
7.56/7.75	c 8	6 (20%) CSP clauses are encoded (89094 clauses, 7053418 bytes)
10.64/10.89	c 11	9 (30%) CSP clauses are encoded (131289 clauses, 10745152 bytes)
13.92/14.17	c 14	12 (40%) CSP clauses are encoded (173484 clauses, 14436886 bytes)
16.01/16.26	c 16	14 (50%) CSP clauses are encoded (201614 clauses, 16924745 bytes)
19.29/19.57	c 19	17 (60%) CSP clauses are encoded (243809 clauses, 20343745 bytes)
22.47/22.73	c 23	20 (70%) CSP clauses are encoded (286004 clauses, 24275764 bytes)
25.73/26.05	c 26	23 (80%) CSP clauses are encoded (328199 clauses, 28207783 bytes)
28.91/29.21	c 29	26 (90%) CSP clauses are encoded (370394 clauses, 32139802 bytes)
31.00/31.34	c 31	28 (100%) CSP clauses are encoded (398524 clauses, 34761148 bytes)
31.00/31.34	c 31	28 CSP clauses encoded
31.00/31.34	c 31	Writing map file : HOME/temp.map
31.00/31.34	c 31	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
31.00/31.34	c 31	SAT : 4900 SAT variables, 398524 SAT clauses, 34761148 bytes
31.00/31.34	c 31	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
31.00/31.39	c 31	SOLVING HOME/temp.cnf
31.00/31.39	c 31	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
78.62/79.28	c 79	DECODING HOME/temp.out WITH HOME/temp.map
78.62/79.28	c 79	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
78.71/79.37	c 79	Decoding HOME/temp.out
78.71/79.42	s UNSATISFIABLE
78.71/79.43	c 79	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
78.71/79.47	c 79	CPU 78.85 (0.05 0.01 69.75 9.04)
78.71/79.47	c 79	END Sun Jul 12 00:23:08 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2069926-1247350909/watcher-2069926-1247350909 -o /tmp/evaluation-result-2069926-1247350909/solver-2069926-1247350909 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2069926-1247350909.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.70 2.13 2.18 3/83 14654
/proc/meminfo: memFree=684352/2055920 swapFree=4192956/4192956
[pid=14654] ppid=14652 vsize=18576 CPUtime=0
/proc/14654/stat : 14654 (runsolver) R 14652 14654 14446 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 22154199 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 250968861991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14654/statm: 4644 284 249 26 0 2626 0

[startup+0.077502 s]
/proc/loadavg: 1.70 2.13 2.18 3/83 14654
/proc/meminfo: memFree=684352/2055920 swapFree=4192956/4192956
[pid=14654] ppid=14652 vsize=16740 CPUtime=0.06
/proc/14654/stat : 14654 (sugar) R 14652 14654 14446 0 -1 4194304 1116 0 0 0 5 1 0 0 18 0 1 0 22154199 17141760 1084 996147200 4194304 4206940 548682068608 18446744073709551615 250989339123 0 0 4224 0 0 0 0 17 0 0 0
/proc/14654/statm: 4185 1084 385 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102501 s]
/proc/loadavg: 1.70 2.13 2.18 3/83 14654
/proc/meminfo: memFree=684352/2055920 swapFree=4192956/4192956
[pid=14654] ppid=14652 vsize=16868 CPUtime=0.06
/proc/14654/stat : 14654 (sugar) S 14652 14654 14446 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22154199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14654/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302518 s]
/proc/loadavg: 1.70 2.13 2.18 3/83 14654
/proc/meminfo: memFree=684352/2055920 swapFree=4192956/4192956
[pid=14654] ppid=14652 vsize=16868 CPUtime=0.06
/proc/14654/stat : 14654 (sugar) S 14652 14654 14446 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22154199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14654/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70257 s]
/proc/loadavg: 1.70 2.13 2.18 3/83 14654
/proc/meminfo: memFree=684352/2055920 swapFree=4192956/4192956
[pid=14654] ppid=14652 vsize=16868 CPUtime=0.27
/proc/14654/stat : 14654 (sugar) S 14652 14654 14446 0 -1 4194304 1309 4353 0 1 5 1 18 3 16 0 1 0 22154199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14654/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 16868

[startup+1.50263 s]
/proc/loadavg: 1.70 2.13 2.18 4/94 14676
/proc/meminfo: memFree=660072/2055920 swapFree=4192956/4192956
[pid=14654] ppid=14652 vsize=16868 CPUtime=0.27
/proc/14654/stat : 14654 (sugar) S 14652 14654 14446 0 -1 4194304 1310 4353 0 1 5 1 18 3 15 0 1 0 22154199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14654/statm: 4217 1111 409 3 0 796 0
[pid=14667] ppid=14654 vsize=5356 CPUtime=0
/proc/14667/stat : 14667 (sh) S 14654 14654 14446 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154234 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14667/statm: 1339 233 193 169 0 50 0
[pid=14668] ppid=14667 vsize=864396 CPUtime=1.13
/proc/14668/stat : 14668 (java) S 14667 14654 14446 0 -1 0 10059 0 1 0 108 5 0 0 20 0 9 0 22154234 885141504 9281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14668/statm: 216099 9281 2590 9 0 210576 0
[pid=14668/tid=14669] ppid=14667 vsize=864396 CPUtime=0.62
/proc/14668/task/14669/stat : 14669 (java) R 14667 14654 14446 0 -1 64 2874 0 1 0 61 1 0 0 25 0 9 0 22154235 885141504 9281 996147200 134512640 134550932 4294955936 18446744073709551615 4126532797 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14670] ppid=14667 vsize=864396 CPUtime=0.43
/proc/14668/task/14670/stat : 14670 (java) S 14667 14654 14446 0 -1 64 6170 0 0 0 40 3 0 0 16 0 9 0 22154236 885141504 9281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14671] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14671/stat : 14671 (java) S 14667 14654 14446 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22154236 885141504 9281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14672] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14672/stat : 14672 (java) S 14667 14654 14446 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22154236 885141504 9281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14673] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14673/stat : 14673 (java) S 14667 14654 14446 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22154238 885141504 9281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14674] ppid=14667 vsize=864396 CPUtime=0.06
/proc/14668/task/14674/stat : 14674 (java) S 14667 14654 14446 0 -1 64 317 0 0 0 6 0 0 0 16 0 9 0 22154238 885141504 9281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14675] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14675/stat : 14675 (java) S 14667 14654 14446 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22154238 885141504 9281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14676] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14676/stat : 14676 (java) S 14667 14654 14446 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22154238 885141504 9281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886620

[startup+3.1028 s]
/proc/loadavg: 1.70 2.13 2.18 3/94 14676
/proc/meminfo: memFree=652264/2055920 swapFree=4192956/4192956
[pid=14654] ppid=14652 vsize=16868 CPUtime=0.27
/proc/14654/stat : 14654 (sugar) S 14652 14654 14446 0 -1 4194304 1310 4353 0 1 5 1 18 3 15 0 1 0 22154199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14654/statm: 4217 1111 409 3 0 796 0
[pid=14667] ppid=14654 vsize=5356 CPUtime=0
/proc/14667/stat : 14667 (sh) S 14654 14654 14446 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154234 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14667/statm: 1339 233 193 169 0 50 0
[pid=14668] ppid=14667 vsize=864396 CPUtime=2.72
/proc/14668/stat : 14668 (java) S 14667 14654 14446 0 -1 0 11167 0 1 0 265 7 0 0 20 0 9 0 22154234 885141504 10319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14668/statm: 216099 10319 2590 9 0 210576 0
[pid=14668/tid=14669] ppid=14667 vsize=864396 CPUtime=2.11
/proc/14668/task/14669/stat : 14669 (java) R 14667 14654 14446 0 -1 64 2944 0 1 0 210 1 0 0 25 0 9 0 22154235 885141504 10319 996147200 134512640 134550932 4294955936 18446744073709551615 102094317 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14670] ppid=14667 vsize=864396 CPUtime=0.51
/proc/14668/task/14670/stat : 14670 (java) S 14667 14654 14446 0 -1 64 7205 0 0 0 47 4 0 0 16 0 9 0 22154236 885141504 10319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14671] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14671/stat : 14671 (java) S 14667 14654 14446 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22154236 885141504 10319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14672] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14672/stat : 14672 (java) S 14667 14654 14446 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22154236 885141504 10319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14673] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14673/stat : 14673 (java) S 14667 14654 14446 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22154238 885141504 10319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14674] ppid=14667 vsize=864396 CPUtime=0.06
/proc/14668/task/14674/stat : 14674 (java) S 14667 14654 14446 0 -1 64 320 0 0 0 6 0 0 0 16 0 9 0 22154238 885141504 10319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14675] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14675/stat : 14675 (java) S 14667 14654 14446 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22154238 885141504 10319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14676] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14676/stat : 14676 (java) S 14667 14654 14446 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22154238 885141504 10319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886620

[startup+6.3021 s]
/proc/loadavg: 1.72 2.13 2.18 3/94 14676
/proc/meminfo: memFree=640552/2055920 swapFree=4192956/4192956
[pid=14654] ppid=14652 vsize=16868 CPUtime=0.27
/proc/14654/stat : 14654 (sugar) S 14652 14654 14446 0 -1 4194304 1310 4353 0 1 5 1 18 3 16 0 1 0 22154199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14654/statm: 4217 1111 409 3 0 796 0
[pid=14667] ppid=14654 vsize=5356 CPUtime=0
/proc/14667/stat : 14667 (sh) S 14654 14654 14446 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154234 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14667/statm: 1339 233 193 169 0 50 0
[pid=14668] ppid=14667 vsize=864396 CPUtime=5.9
/proc/14668/stat : 14668 (java) S 14667 14654 14446 0 -1 0 14460 0 1 0 576 14 0 0 20 0 9 0 22154234 885141504 12231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14668/statm: 216099 12231 2590 9 0 210576 0
[pid=14668/tid=14669] ppid=14667 vsize=864396 CPUtime=5.02
/proc/14668/task/14669/stat : 14669 (java) R 14667 14654 14446 0 -1 64 3108 0 1 0 497 5 0 0 25 0 9 0 22154235 885141504 12231 996147200 134512640 134550932 4294955936 18446744073709551615 4126520712 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14670] ppid=14667 vsize=864396 CPUtime=0.79
/proc/14668/task/14670/stat : 14670 (java) S 14667 14654 14446 0 -1 64 10333 0 0 0 71 8 0 0 16 0 9 0 22154236 885141504 12231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14671] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14671/stat : 14671 (java) S 14667 14654 14446 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22154236 885141504 12231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14672] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14672/stat : 14672 (java) S 14667 14654 14446 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22154236 885141504 12231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14673] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14673/stat : 14673 (java) S 14667 14654 14446 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22154238 885141504 12231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14674] ppid=14667 vsize=864396 CPUtime=0.06
/proc/14668/task/14674/stat : 14674 (java) S 14667 14654 14446 0 -1 64 321 0 0 0 6 0 0 0 16 0 9 0 22154238 885141504 12231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14675] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14675/stat : 14675 (java) S 14667 14654 14446 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22154238 885141504 12231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14676] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14676/stat : 14676 (java) S 14667 14654 14446 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22154238 885141504 12231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886620

[startup+12.7027 s]
/proc/loadavg: 1.83 2.14 2.19 3/94 14676
/proc/meminfo: memFree=626600/2055920 swapFree=4192956/4192956
[pid=14654] ppid=14652 vsize=16868 CPUtime=0.27
/proc/14654/stat : 14654 (sugar) S 14652 14654 14446 0 -1 4194304 1310 4353 0 1 5 1 18 3 16 0 1 0 22154199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14654/statm: 4217 1111 409 3 0 796 0
[pid=14667] ppid=14654 vsize=5356 CPUtime=0
/proc/14667/stat : 14667 (sh) S 14654 14654 14446 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154234 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14667/statm: 1339 233 193 169 0 50 0
[pid=14668] ppid=14667 vsize=864396 CPUtime=12.25
/proc/14668/stat : 14668 (java) S 14667 14654 14446 0 -1 0 16776 0 1 0 1203 22 0 0 20 0 9 0 22154234 885141504 13099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14668/statm: 216099 13099 2590 9 0 210576 0
[pid=14668/tid=14669] ppid=14667 vsize=864396 CPUtime=10.98
/proc/14668/task/14669/stat : 14669 (java) R 14667 14654 14446 0 -1 64 3381 0 1 0 1087 11 0 0 25 0 9 0 22154235 885141504 13099 996147200 134512640 134550932 4294955936 18446744073709551615 103211048 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14670] ppid=14667 vsize=864396 CPUtime=1.18
/proc/14668/task/14670/stat : 14670 (java) S 14667 14654 14446 0 -1 64 12372 0 0 0 108 10 0 0 16 0 9 0 22154236 885141504 13099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14671] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14671/stat : 14671 (java) S 14667 14654 14446 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22154236 885141504 13099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14672] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14672/stat : 14672 (java) S 14667 14654 14446 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22154236 885141504 13099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14673] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14673/stat : 14673 (java) S 14667 14654 14446 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22154238 885141504 13099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14674] ppid=14667 vsize=864396 CPUtime=0.07
/proc/14668/task/14674/stat : 14674 (java) S 14667 14654 14446 0 -1 64 325 0 0 0 7 0 0 0 16 0 9 0 22154238 885141504 13099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14675] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14675/stat : 14675 (java) S 14667 14654 14446 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22154238 885141504 13099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14676] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14676/stat : 14676 (java) S 14667 14654 14446 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22154238 885141504 13099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 886620

[startup+25.503 s]
/proc/loadavg: 2.16 2.20 2.20 3/94 14676
/proc/meminfo: memFree=611496/2055920 swapFree=4192956/4192956
[pid=14654] ppid=14652 vsize=16868 CPUtime=0.27
/proc/14654/stat : 14654 (sugar) S 14652 14654 14446 0 -1 4194304 1310 4353 0 1 5 1 18 3 16 0 1 0 22154199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14654/statm: 4217 1111 409 3 0 796 0
[pid=14667] ppid=14654 vsize=5356 CPUtime=0
/proc/14667/stat : 14667 (sh) S 14654 14654 14446 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154234 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14667/statm: 1339 233 193 169 0 50 0
[pid=14668] ppid=14667 vsize=864396 CPUtime=24.97
/proc/14668/stat : 14668 (java) S 14667 14654 14446 0 -1 0 19665 0 1 0 2458 39 0 0 20 0 9 0 22154234 885141504 13099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14668/statm: 216099 13099 2590 9 0 210576 0
[pid=14668/tid=14669] ppid=14667 vsize=864396 CPUtime=22.82
/proc/14668/task/14669/stat : 14669 (java) R 14667 14654 14446 0 -1 64 3920 0 1 0 2260 22 0 0 25 0 9 0 22154235 885141504 13099 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14670] ppid=14667 vsize=864396 CPUtime=2.04
/proc/14668/task/14670/stat : 14670 (java) S 14667 14654 14446 0 -1 64 14722 0 0 0 189 15 0 0 16 0 9 0 22154236 885141504 13099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14671] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14671/stat : 14671 (java) S 14667 14654 14446 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 22154236 885141504 13099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14672] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14672/stat : 14672 (java) S 14667 14654 14446 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22154236 885141504 13099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14673] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14673/stat : 14673 (java) S 14667 14654 14446 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22154238 885141504 13099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14674] ppid=14667 vsize=864396 CPUtime=0.07
/proc/14668/task/14674/stat : 14674 (java) S 14667 14654 14446 0 -1 64 325 0 0 0 7 0 0 0 16 0 9 0 22154238 885141504 13099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14675] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14675/stat : 14675 (java) S 14667 14654 14446 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22154238 885141504 13099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14668/tid=14676] ppid=14667 vsize=864396 CPUtime=0
/proc/14668/task/14676/stat : 14676 (java) S 14667 14654 14446 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22154238 885141504 13099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 886620

[startup+51.1025 s]
/proc/loadavg: 2.10 2.18 2.20 3/86 14678
/proc/meminfo: memFree=611368/2055920 swapFree=4192956/4192956
[pid=14654] ppid=14652 vsize=16868 CPUtime=31.07
/proc/14654/stat : 14654 (sugar) S 14652 14654 14446 0 -1 4194304 1365 24579 0 2 5 1 3050 51 16 0 1 0 22154199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14654/statm: 4217 1113 409 3 0 796 0
[pid=14677] ppid=14654 vsize=5356 CPUtime=0
/proc/14677/stat : 14677 (sh) S 14654 14654 14446 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22157339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14677/statm: 1339 232 193 169 0 50 0
[pid=14678] ppid=14677 vsize=36268 CPUtime=19.59
/proc/14678/stat : 14678 (picosat) R 14677 14654 14446 0 -1 4194304 8855 0 0 0 1113 846 0 0 25 0 1 0 22157339 37138432 8839 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/14678/statm: 9067 8839 42 102 0 8962 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 58492

Solver just ended. Dumping a history of the last processes samples

[startup+63.9017 s]
/proc/loadavg: 2.08 2.17 2.19 3/86 14678
/proc/meminfo: memFree=608296/2055920 swapFree=4192956/4192956
[pid=14654] ppid=14652 vsize=16868 CPUtime=31.07
/proc/14654/stat : 14654 (sugar) S 14652 14654 14446 0 -1 4194304 1365 24579 0 2 5 1 3050 51 16 0 1 0 22154199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14654/statm: 4217 1113 409 3 0 796 0
[pid=14677] ppid=14654 vsize=5356 CPUtime=0
/proc/14677/stat : 14677 (sh) S 14654 14654 14446 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22157339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14677/statm: 1339 232 193 169 0 50 0
[pid=14678] ppid=14677 vsize=39172 CPUtime=32.33
/proc/14678/stat : 14678 (picosat) R 14677 14654 14446 0 -1 4194304 9616 0 0 0 2385 848 0 0 25 0 1 0 22157339 40112128 9600 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14678/statm: 9793 9600 42 102 0 9688 0
Current children cumulated CPU time (s) 63.4
Current children cumulated vsize (KiB) 61396

[startup+70.3013 s]
/proc/loadavg: 2.07 2.17 2.19 3/86 14678
/proc/meminfo: memFree=607208/2055920 swapFree=4192956/4192956
[pid=14654] ppid=14652 vsize=16868 CPUtime=31.07
/proc/14654/stat : 14654 (sugar) S 14652 14654 14446 0 -1 4194304 1365 24579 0 2 5 1 3050 51 16 0 1 0 22154199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14654/statm: 4217 1113 409 3 0 796 0
[pid=14677] ppid=14654 vsize=5356 CPUtime=0
/proc/14677/stat : 14677 (sh) S 14654 14654 14446 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22157339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14677/statm: 1339 232 193 169 0 50 0
[pid=14678] ppid=14677 vsize=40228 CPUtime=38.7
/proc/14678/stat : 14678 (picosat) R 14677 14654 14446 0 -1 4194304 9887 0 0 0 3022 848 0 0 25 0 1 0 22157339 41193472 9871 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14678/statm: 10057 9871 42 102 0 9952 0
Current children cumulated CPU time (s) 69.77
Current children cumulated vsize (KiB) 62452

[startup+73.5017 s]
/proc/loadavg: 2.07 2.17 2.19 3/86 14678
/proc/meminfo: memFree=606888/2055920 swapFree=4192956/4192956
[pid=14654] ppid=14652 vsize=16868 CPUtime=31.07
/proc/14654/stat : 14654 (sugar) S 14652 14654 14446 0 -1 4194304 1365 24579 0 2 5 1 3050 51 16 0 1 0 22154199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14654/statm: 4217 1113 409 3 0 796 0
[pid=14677] ppid=14654 vsize=5356 CPUtime=0
/proc/14677/stat : 14677 (sh) S 14654 14654 14446 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22157339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14677/statm: 1339 232 193 169 0 50 0
[pid=14678] ppid=14677 vsize=40624 CPUtime=41.87
/proc/14678/stat : 14678 (picosat) R 14677 14654 14446 0 -1 4194304 10008 0 0 0 3339 848 0 0 25 0 1 0 22157339 41598976 9992 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14678/statm: 10156 9992 42 102 0 10051 0
Current children cumulated CPU time (s) 72.94
Current children cumulated vsize (KiB) 62848

[startup+76.703 s]
/proc/loadavg: 2.15 2.18 2.19 4/86 14678
/proc/meminfo: memFree=606376/2055920 swapFree=4192956/4192956
[pid=14654] ppid=14652 vsize=16868 CPUtime=31.07
/proc/14654/stat : 14654 (sugar) S 14652 14654 14446 0 -1 4194304 1365 24579 0 2 5 1 3050 51 16 0 1 0 22154199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14654/statm: 4217 1113 409 3 0 796 0
[pid=14677] ppid=14654 vsize=5356 CPUtime=0
/proc/14677/stat : 14677 (sh) S 14654 14654 14446 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22157339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14677/statm: 1339 232 193 169 0 50 0
[pid=14678] ppid=14677 vsize=41020 CPUtime=45.06
/proc/14678/stat : 14678 (picosat) R 14677 14654 14446 0 -1 4194304 10104 0 0 0 3658 848 0 0 25 0 1 0 22157339 42004480 10088 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/14678/statm: 10255 10088 42 102 0 10150 0
Current children cumulated CPU time (s) 76.13
Current children cumulated vsize (KiB) 63244

[startup+78.3021 s]
/proc/loadavg: 2.15 2.18 2.19 3/86 14678
/proc/meminfo: memFree=606184/2055920 swapFree=4192956/4192956
[pid=14654] ppid=14652 vsize=16868 CPUtime=31.07
/proc/14654/stat : 14654 (sugar) S 14652 14654 14446 0 -1 4194304 1365 24579 0 2 5 1 3050 51 16 0 1 0 22154199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14654/statm: 4217 1113 409 3 0 796 0
[pid=14677] ppid=14654 vsize=5356 CPUtime=0
/proc/14677/stat : 14677 (sh) S 14654 14654 14446 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22157339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14677/statm: 1339 232 193 169 0 50 0
[pid=14678] ppid=14677 vsize=41152 CPUtime=46.64
/proc/14678/stat : 14678 (picosat) R 14677 14654 14446 0 -1 4194304 10133 0 0 0 3816 848 0 0 25 0 1 0 22157339 42139648 10117 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14678/statm: 10288 10117 42 102 0 10183 0
Current children cumulated CPU time (s) 77.71
Current children cumulated vsize (KiB) 63376

[startup+79.1012 s]
/proc/loadavg: 2.21 2.19 2.20 4/86 14678
/proc/meminfo: memFree=606120/2055920 swapFree=4192956/4192956
[pid=14654] ppid=14652 vsize=16868 CPUtime=31.07
/proc/14654/stat : 14654 (sugar) S 14652 14654 14446 0 -1 4194304 1365 24579 0 2 5 1 3050 51 16 0 1 0 22154199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14654/statm: 4217 1113 409 3 0 796 0
[pid=14677] ppid=14654 vsize=5356 CPUtime=0
/proc/14677/stat : 14677 (sh) S 14654 14654 14446 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22157339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14677/statm: 1339 232 193 169 0 50 0
[pid=14678] ppid=14677 vsize=41152 CPUtime=47.45
/proc/14678/stat : 14678 (picosat) R 14677 14654 14446 0 -1 4194304 10146 0 0 0 3897 848 0 0 25 0 1 0 22157339 42139648 10130 996147200 134512640 134931368 4294956256 18446744073709551615 134543543 0 0 4096 0 0 0 0 17 1 0 0
/proc/14678/statm: 10288 10130 42 102 0 10183 0
Current children cumulated CPU time (s) 78.52
Current children cumulated vsize (KiB) 63376

[startup+79.3012 s]
/proc/loadavg: 2.21 2.19 2.20 4/86 14678
/proc/meminfo: memFree=606120/2055920 swapFree=4192956/4192956
[pid=14654] ppid=14652 vsize=16868 CPUtime=78.71
/proc/14654/stat : 14654 (sugar) S 14652 14654 14446 0 -1 4194304 1428 35013 0 2 5 1 6964 901 17 0 1 0 22154199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14654/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 78.71
Current children cumulated vsize (KiB) 16868

[startup+79.4012 s]
/proc/loadavg: 2.21 2.19 2.20 4/86 14678
/proc/meminfo: memFree=606120/2055920 swapFree=4192956/4192956
[pid=14654] ppid=14652 vsize=16868 CPUtime=78.71
/proc/14654/stat : 14654 (sugar) S 14652 14654 14446 0 -1 4194304 1446 35013 0 2 5 1 6964 901 16 0 1 0 22154199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14654/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 78.71
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 79.4823
CPU time (s): 78.901
CPU user time (s): 69.8194
CPU system time (s): 9.08162
CPU usage (%): 99.2687
Max. virtual memory (cumulated for all children) (KiB): 889312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.8194
system time used= 9.08162
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40323
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13426
involuntary context switches= 15083

runsolver used 0.098984 second user time and 0.285956 second system time

The end

Launcher Data

Begin job on node56 at 2009-07-12 00:21:49
IDJOB=2069926
IDBENCH=55108
IDSOLVER=738
FILE ID=node56/2069926-1247350909
PBS_JOBID= 9506946
Free space on /tmp= 103036 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg14-14_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2069926-1247350909/watcher-2069926-1247350909 -o /tmp/evaluation-result-2069926-1247350909/solver-2069926-1247350909 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2069926-1247350909.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 71043e558b97d1038b2e45a8033f05ba
RANDOM SEED=1092726603

node56.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.209
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.209
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        684832 kB
Buffers:         69484 kB
Cached:         784324 kB
SwapCached:          0 kB
Active:         560620 kB
Inactive:       754772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        684832 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1548 kB
Writeback:           0 kB
Mapped:         482068 kB
Slab:            39824 kB
Committed_AS:   626236 kB
PageTables:       2796 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103036 MiB
End job on node56 at 2009-07-12 00:23:08