Trace number 2070080

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 79.6569 80.5358

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg13-16_ext.xml
MD5SUMe5944fe7c1fd6c3c32381a9f4eaddce5
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.031994
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints29
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension29
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 00:23:51 2009
0.00/0.08	c 0	PID 20035
0.00/0.08	c 0	HOST node67.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2070080-1247351031.xml TO HOME/temp.csp
0.00/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-2070080-1247351031.xml' 'HOME/temp.csp'
0.07/0.32	c 1	1 domains, 208 variables, 0 predicates, 2 relations, 29 constraints
0.07/0.35	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.35	c 1	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.30/0.43	c 1	Parsing HOME/temp.csp
0.30/0.51	c 1	parsed 240 expressions
0.30/0.52	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.30/0.52	c 1	Converting to clausal form CSP
0.30/0.54	c 1	converted 24 (10%) expressions
0.30/0.54	c 1	converted 48 (20%) expressions
0.30/0.54	c 1	converted 72 (30%) expressions
0.30/0.54	c 1	converted 96 (40%) expressions
0.30/0.54	c 1	converted 120 (50%) expressions
0.30/0.55	c 1	converted 144 (60%) expressions
0.30/0.55	c 1	converted 168 (70%) expressions
0.30/0.55	c 1	converted 192 (80%) expressions
0.30/0.70	c 1	converted 216 (90%) expressions
0.92/1.08	c 1	converted 240 (100%) expressions
0.92/1.08	c 1	CSP : 208 integers, 0 booleans, 29 clauses, largest domain size 26
0.92/1.08	c 1	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.08	c 1	Propagation in CSP
0.92/1.08	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/1.08	c 1	CSP : 208 integers, 0 booleans, 29 clauses, largest domain size 26
0.92/1.08	c 1	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.08	c 1	Simplifing CSP by introducing new Boolean variables
0.92/1.08	c 1	CSP : 208 integers, 0 booleans, 29 clauses, largest domain size 26
0.92/1.08	c 1	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.20	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.12/1.22	c 2	21 (10%) CSP integer variables are encoded (504 clauses, 5400 bytes)
1.12/1.22	c 2	42 (20%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
1.12/1.23	c 2	63 (30%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
1.12/1.23	c 2	84 (40%) CSP integer variables are encoded (2016 clauses, 24145 bytes)
1.12/1.23	c 2	104 (50%) CSP integer variables are encoded (2496 clauses, 30385 bytes)
1.12/1.23	c 2	125 (60%) CSP integer variables are encoded (3000 clauses, 36937 bytes)
1.12/1.23	c 2	146 (70%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
1.12/1.23	c 2	167 (80%) CSP integer variables are encoded (4008 clauses, 50041 bytes)
1.12/1.23	c 2	188 (90%) CSP integer variables are encoded (4512 clauses, 56593 bytes)
1.12/1.23	c 2	208 (100%) CSP integer variables are encoded (4992 clauses, 62833 bytes)
9.73/9.90	c 10	3 (10%) CSP clauses are encoded (77343 clauses, 6002472 bytes)
18.24/18.57	c 19	6 (20%) CSP clauses are encoded (149694 clauses, 12056674 bytes)
26.86/27.29	c 28	9 (30%) CSP clauses are encoded (222045 clauses, 18202813 bytes)
35.47/35.97	c 36	12 (40%) CSP clauses are encoded (294396 clauses, 24440110 bytes)
44.08/44.65	c 45	15 (50%) CSP clauses are encoded (366747 clauses, 30677407 bytes)
47.25/47.88	c 48	18 (60%) CSP clauses are encoded (397842 clauses, 33300265 bytes)
47.84/48.45	c 49	21 (70%) CSP clauses are encoded (408309 clauses, 34298928 bytes)
48.44/49.00	c 49	24 (80%) CSP clauses are encoded (418776 clauses, 35343807 bytes)
48.93/49.57	c 50	27 (90%) CSP clauses are encoded (429243 clauses, 36388686 bytes)
49.32/49.94	c 50	29 (100%) CSP clauses are encoded (436221 clauses, 37085272 bytes)
49.32/49.94	c 50	29 CSP clauses encoded
49.32/49.94	c 50	Writing map file : HOME/temp.map
49.32/49.94	c 50	Heap : 36 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
49.32/49.95	c 50	SAT : 5200 SAT variables, 436221 SAT clauses, 37085272 bytes
49.32/49.95	c 50	Heap : 36 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
49.32/49.97	c 50	SOLVING HOME/temp.cnf
49.32/49.97	c 50	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
79.43/80.34	c 81	DECODING HOME/temp.out WITH HOME/temp.map
79.43/80.34	c 81	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'
79.47/80.43	c 81	Decoding HOME/temp.out
79.47/80.47	s UNSATISFIABLE
79.47/80.48	c 81	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
79.48/80.52	c 81	CPU 79.62 (0.06 0.02 69.94 9.6)
79.48/80.52	c 81	END Sun Jul 12 00:25:12 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-2070080-1247351031/watcher-2070080-1247351031 -o /tmp/evaluation-result-2070080-1247351031/solver-2070080-1247351031 -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-2070080-1247351031.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.90 1.90 2.06 4/80 20035
/proc/meminfo: memFree=1579232/2055920 swapFree=4192956/4192956
[pid=20035] ppid=20033 vsize=18576 CPUtime=0
/proc/20035/stat : 20035 (runsolver) R 20033 20035 18973 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22165859 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20035/statm: 4644 284 249 26 0 2626 0

[startup+0.0926951 s]
/proc/loadavg: 1.90 1.90 2.06 4/80 20035
/proc/meminfo: memFree=1579232/2055920 swapFree=4192956/4192956
[pid=20035] ppid=20033 vsize=16868 CPUtime=0.07
/proc/20035/stat : 20035 (sugar) S 20033 20035 18973 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22165859 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20035/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101697 s]
/proc/loadavg: 1.90 1.90 2.06 4/80 20035
/proc/meminfo: memFree=1579232/2055920 swapFree=4192956/4192956
[pid=20035] ppid=20033 vsize=16868 CPUtime=0.07
/proc/20035/stat : 20035 (sugar) S 20033 20035 18973 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22165859 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20035/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301718 s]
/proc/loadavg: 1.90 1.90 2.06 4/80 20035
/proc/meminfo: memFree=1579232/2055920 swapFree=4192956/4192956
[pid=20035] ppid=20033 vsize=16868 CPUtime=0.07
/proc/20035/stat : 20035 (sugar) S 20033 20035 18973 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22165859 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20035/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70176 s]
/proc/loadavg: 1.90 1.90 2.06 4/80 20035
/proc/meminfo: memFree=1579232/2055920 swapFree=4192956/4192956
[pid=20035] ppid=20033 vsize=16868 CPUtime=0.3
/proc/20035/stat : 20035 (sugar) S 20033 20035 18973 0 -1 4194304 1309 4456 0 1 6 1 20 3 15 0 1 0 22165859 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20035/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16868

[startup+1.50284 s]
/proc/loadavg: 1.90 1.90 2.06 4/91 20057
/proc/meminfo: memFree=1553928/2055920 swapFree=4192956/4192956
[pid=20035] ppid=20033 vsize=16868 CPUtime=0.3
/proc/20035/stat : 20035 (sugar) S 20033 20035 18973 0 -1 4194304 1310 4456 0 1 6 1 20 3 15 0 1 0 22165859 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20035/statm: 4217 1111 409 3 0 796 0
[pid=20048] ppid=20035 vsize=5356 CPUtime=0
/proc/20048/stat : 20048 (sh) S 20035 20035 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22165895 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20048/statm: 1339 233 193 169 0 50 0
[pid=20049] ppid=20048 vsize=864436 CPUtime=1.12
/proc/20049/stat : 20049 (java) S 20048 20035 18973 0 -1 0 10400 0 1 0 105 7 0 0 18 0 9 0 22165895 885182464 9637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20049/statm: 216109 9637 2590 9 0 210586 0
[pid=20049/tid=20050] ppid=20048 vsize=864436 CPUtime=0.55
/proc/20049/task/20050/stat : 20050 (java) R 20048 20035 18973 0 -1 64 2908 0 1 0 53 2 0 0 19 0 9 0 22165896 885182464 9637 996147200 134512640 134550932 4294955936 18446744073709551615 4126522466 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20051] ppid=20048 vsize=864436 CPUtime=0.46
/proc/20049/task/20051/stat : 20051 (java) S 20048 20035 18973 0 -1 64 6464 0 0 0 43 3 0 0 16 0 9 0 22165897 885182464 9637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20052] ppid=20048 vsize=864436 CPUtime=0
/proc/20049/task/20052/stat : 20052 (java) S 20048 20035 18973 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22165897 885182464 9637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20053] ppid=20048 vsize=864436 CPUtime=0
/proc/20049/task/20053/stat : 20053 (java) S 20048 20035 18973 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22165897 885182464 9637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20054] ppid=20048 vsize=864436 CPUtime=0
/proc/20049/task/20054/stat : 20054 (java) S 20048 20035 18973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22165899 885182464 9637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20055] ppid=20048 vsize=864436 CPUtime=0.08
/proc/20049/task/20055/stat : 20055 (java) S 20048 20035 18973 0 -1 64 329 0 0 0 8 0 0 0 16 0 9 0 22165899 885182464 9637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20056] ppid=20048 vsize=864436 CPUtime=0
/proc/20049/task/20056/stat : 20056 (java) S 20048 20035 18973 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22165899 885182464 9637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20057] ppid=20048 vsize=864436 CPUtime=0
/proc/20049/task/20057/stat : 20057 (java) S 20048 20035 18973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22165899 885182464 9637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886660

[startup+3.10301 s]
/proc/loadavg: 1.90 1.90 2.06 3/91 20057
/proc/meminfo: memFree=1546760/2055920 swapFree=4192956/4192956
[pid=20035] ppid=20033 vsize=16868 CPUtime=0.3
/proc/20035/stat : 20035 (sugar) S 20033 20035 18973 0 -1 4194304 1310 4456 0 1 6 1 20 3 15 0 1 0 22165859 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20035/statm: 4217 1111 409 3 0 796 0
[pid=20048] ppid=20035 vsize=5356 CPUtime=0
/proc/20048/stat : 20048 (sh) S 20035 20035 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22165895 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20048/statm: 1339 233 193 169 0 50 0
[pid=20049] ppid=20048 vsize=864436 CPUtime=2.7
/proc/20049/stat : 20049 (java) S 20048 20035 18973 0 -1 0 11081 0 1 0 263 7 0 0 18 0 9 0 22165895 885182464 10287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20049/statm: 216109 10287 2590 9 0 210586 0
[pid=20049/tid=20050] ppid=20048 vsize=864436 CPUtime=2.09
/proc/20049/task/20050/stat : 20050 (java) R 20048 20035 18973 0 -1 64 2939 0 1 0 207 2 0 0 25 0 9 0 22165896 885182464 10287 996147200 134512640 134550932 4294955936 18446744073709551615 102093226 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20051] ppid=20048 vsize=864436 CPUtime=0.5
/proc/20049/task/20051/stat : 20051 (java) S 20048 20035 18973 0 -1 64 7114 0 0 0 47 3 0 0 16 0 9 0 22165897 885182464 10287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20052] ppid=20048 vsize=864436 CPUtime=0
/proc/20049/task/20052/stat : 20052 (java) S 20048 20035 18973 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22165897 885182464 10287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20053] ppid=20048 vsize=864436 CPUtime=0
/proc/20049/task/20053/stat : 20053 (java) S 20048 20035 18973 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22165897 885182464 10287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20054] ppid=20048 vsize=864436 CPUtime=0
/proc/20049/task/20054/stat : 20054 (java) S 20048 20035 18973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22165899 885182464 10287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20055] ppid=20048 vsize=864436 CPUtime=0.08
/proc/20049/task/20055/stat : 20055 (java) S 20048 20035 18973 0 -1 64 329 0 0 0 8 0 0 0 16 0 9 0 22165899 885182464 10287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20056] ppid=20048 vsize=864436 CPUtime=0
/proc/20049/task/20056/stat : 20056 (java) S 20048 20035 18973 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22165899 885182464 10287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20057] ppid=20048 vsize=864436 CPUtime=0
/proc/20049/task/20057/stat : 20057 (java) S 20048 20035 18973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22165899 885182464 10287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886660

[startup+6.30133 s]
/proc/loadavg: 1.90 1.90 2.06 3/91 20057
/proc/meminfo: memFree=1540040/2055920 swapFree=4192956/4192956
[pid=20035] ppid=20033 vsize=16868 CPUtime=0.3
/proc/20035/stat : 20035 (sugar) S 20033 20035 18973 0 -1 4194304 1310 4456 0 1 6 1 20 3 15 0 1 0 22165859 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20035/statm: 4217 1111 409 3 0 796 0
[pid=20048] ppid=20035 vsize=5356 CPUtime=0
/proc/20048/stat : 20048 (sh) S 20035 20035 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22165895 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20048/statm: 1339 233 193 169 0 50 0
[pid=20049] ppid=20048 vsize=864436 CPUtime=5.87
/proc/20049/stat : 20049 (java) S 20048 20035 18973 0 -1 0 12195 0 1 0 578 9 0 0 18 0 9 0 22165895 885182464 11320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20049/statm: 216109 11320 2590 9 0 210586 0
[pid=20049/tid=20050] ppid=20048 vsize=864436 CPUtime=5.16
/proc/20049/task/20050/stat : 20050 (java) R 20048 20035 18973 0 -1 64 3020 0 1 0 513 3 0 0 25 0 9 0 22165896 885182464 11320 996147200 134512640 134550932 4294955936 18446744073709551615 4126582081 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20051] ppid=20048 vsize=864436 CPUtime=0.6
/proc/20049/task/20051/stat : 20051 (java) S 20048 20035 18973 0 -1 64 8144 0 0 0 56 4 0 0 16 0 9 0 22165897 885182464 11320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20052] ppid=20048 vsize=864436 CPUtime=0
/proc/20049/task/20052/stat : 20052 (java) S 20048 20035 18973 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22165897 885182464 11320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20053] ppid=20048 vsize=864436 CPUtime=0
/proc/20049/task/20053/stat : 20053 (java) S 20048 20035 18973 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22165897 885182464 11320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20054] ppid=20048 vsize=864436 CPUtime=0
/proc/20049/task/20054/stat : 20054 (java) S 20048 20035 18973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22165899 885182464 11320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20055] ppid=20048 vsize=864436 CPUtime=0.08
/proc/20049/task/20055/stat : 20055 (java) S 20048 20035 18973 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 22165899 885182464 11320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20056] ppid=20048 vsize=864436 CPUtime=0
/proc/20049/task/20056/stat : 20056 (java) S 20048 20035 18973 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22165899 885182464 11320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20057] ppid=20048 vsize=864436 CPUtime=0
/proc/20049/task/20057/stat : 20057 (java) S 20048 20035 18973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22165899 885182464 11320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886660

[startup+12.702 s]
/proc/loadavg: 1.91 1.90 2.06 3/91 20057
/proc/meminfo: memFree=1528456/2055920 swapFree=4192956/4192956
[pid=20035] ppid=20033 vsize=16868 CPUtime=0.3
/proc/20035/stat : 20035 (sugar) S 20033 20035 18973 0 -1 4194304 1310 4456 0 1 6 1 20 3 16 0 1 0 22165859 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20035/statm: 4217 1111 409 3 0 796 0
[pid=20048] ppid=20035 vsize=5356 CPUtime=0
/proc/20048/stat : 20048 (sh) S 20035 20035 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22165895 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20048/statm: 1339 233 193 169 0 50 0
[pid=20049] ppid=20048 vsize=864436 CPUtime=12.2
/proc/20049/stat : 20049 (java) S 20048 20035 18973 0 -1 0 14976 0 1 0 1205 15 0 0 18 0 9 0 22165895 885182464 12771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20049/statm: 216109 12771 2590 9 0 210586 0
[pid=20049/tid=20050] ppid=20048 vsize=864436 CPUtime=11.19
/proc/20049/task/20050/stat : 20050 (java) R 20048 20035 18973 0 -1 64 3180 0 1 0 1112 7 0 0 25 0 9 0 22165896 885182464 12771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20051] ppid=20048 vsize=864436 CPUtime=0.91
/proc/20049/task/20051/stat : 20051 (java) S 20048 20035 18973 0 -1 64 10764 0 0 0 84 7 0 0 16 0 9 0 22165897 885182464 12771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20052] ppid=20048 vsize=864436 CPUtime=0
/proc/20049/task/20052/stat : 20052 (java) S 20048 20035 18973 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22165897 885182464 12771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20053] ppid=20048 vsize=864436 CPUtime=0
/proc/20049/task/20053/stat : 20053 (java) S 20048 20035 18973 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22165897 885182464 12771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20054] ppid=20048 vsize=864436 CPUtime=0
/proc/20049/task/20054/stat : 20054 (java) S 20048 20035 18973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22165899 885182464 12771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20055] ppid=20048 vsize=864436 CPUtime=0.08
/proc/20049/task/20055/stat : 20055 (java) R 20048 20035 18973 0 -1 64 333 0 0 0 8 0 0 0 17 0 9 0 22165899 885182464 12771 996147200 134512640 134550932 4294955936 18446744073709551615 102044248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20056] ppid=20048 vsize=864436 CPUtime=0
/proc/20049/task/20056/stat : 20056 (java) S 20048 20035 18973 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22165899 885182464 12771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20057] ppid=20048 vsize=864436 CPUtime=0
/proc/20049/task/20057/stat : 20057 (java) S 20048 20035 18973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22165899 885182464 12771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 886660

[startup+25.5023 s]
/proc/loadavg: 2.01 1.92 2.07 3/91 20057
/proc/meminfo: memFree=1516232/2055920 swapFree=4192956/4192956
[pid=20035] ppid=20033 vsize=16868 CPUtime=0.3
/proc/20035/stat : 20035 (sugar) S 20033 20035 18973 0 -1 4194304 1310 4456 0 1 6 1 20 3 16 0 1 0 22165859 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20035/statm: 4217 1111 409 3 0 796 0
[pid=20048] ppid=20035 vsize=5356 CPUtime=0
/proc/20048/stat : 20048 (sh) S 20035 20035 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22165895 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20048/statm: 1339 233 193 169 0 50 0
[pid=20049] ppid=20048 vsize=864460 CPUtime=24.87
/proc/20049/stat : 20049 (java) S 20048 20035 18973 0 -1 0 17085 0 1 0 2461 26 0 0 18 0 9 0 22165895 885207040 13343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20049/statm: 216115 13343 2590 9 0 210592 0
[pid=20049/tid=20050] ppid=20048 vsize=864460 CPUtime=23.36
/proc/20049/task/20050/stat : 20050 (java) R 20048 20035 18973 0 -1 64 3501 0 1 0 2322 14 0 0 25 0 9 0 22165896 885207040 13343 996147200 134512640 134550932 4294955936 18446744073709551615 4126591177 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20051] ppid=20048 vsize=864460 CPUtime=1.4
/proc/20049/task/20051/stat : 20051 (java) S 20048 20035 18973 0 -1 64 12548 0 0 0 129 11 0 0 16 0 9 0 22165897 885207040 13343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20052] ppid=20048 vsize=864460 CPUtime=0
/proc/20049/task/20052/stat : 20052 (java) S 20048 20035 18973 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22165897 885207040 13343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20053] ppid=20048 vsize=864460 CPUtime=0
/proc/20049/task/20053/stat : 20053 (java) S 20048 20035 18973 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22165897 885207040 13343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20054] ppid=20048 vsize=864460 CPUtime=0
/proc/20049/task/20054/stat : 20054 (java) S 20048 20035 18973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22165899 885207040 13343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20055] ppid=20048 vsize=864460 CPUtime=0.09
/proc/20049/task/20055/stat : 20055 (java) S 20048 20035 18973 0 -1 64 337 0 0 0 9 0 0 0 17 0 9 0 22165899 885207040 13343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20056] ppid=20048 vsize=864460 CPUtime=0
/proc/20049/task/20056/stat : 20056 (java) S 20048 20035 18973 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22165899 885207040 13343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20049/tid=20057] ppid=20048 vsize=864460 CPUtime=0
/proc/20049/task/20057/stat : 20057 (java) S 20048 20035 18973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22165899 885207040 13343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 886684

[startup+51.1019 s]
/proc/loadavg: 2.01 1.93 2.07 3/83 20059
/proc/meminfo: memFree=1537288/2055920 swapFree=4192956/4192956
[pid=20035] ppid=20033 vsize=16868 CPUtime=49.4
/proc/20035/stat : 20035 (sugar) S 20033 20035 18973 0 -1 4194304 1365 25667 0 2 6 1 4881 52 16 0 1 0 22165859 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20035/statm: 4217 1113 409 3 0 796 0
[pid=20058] ppid=20035 vsize=5356 CPUtime=0
/proc/20058/stat : 20058 (sh) S 20035 20035 18973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22170856 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20058/statm: 1339 232 193 169 0 50 0
[pid=20059] ppid=20058 vsize=3424 CPUtime=1.1
/proc/20059/stat : 20059 (picosat) R 20058 20035 18973 0 -1 4194304 759 0 0 0 51 59 0 0 25 0 1 0 22170857 3506176 745 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20059/statm: 856 745 40 102 0 751 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 25648

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

[startup+63.9012 s]
/proc/loadavg: 2.00 1.93 2.06 3/83 20059
/proc/meminfo: memFree=1509832/2055920 swapFree=4192956/4192956
[pid=20035] ppid=20033 vsize=16868 CPUtime=49.4
/proc/20035/stat : 20035 (sugar) S 20033 20035 18973 0 -1 4194304 1365 25667 0 2 6 1 4881 52 16 0 1 0 22165859 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20035/statm: 4217 1113 409 3 0 796 0
[pid=20058] ppid=20035 vsize=5356 CPUtime=0
/proc/20058/stat : 20058 (sh) S 20035 20035 18973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22170856 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20058/statm: 1339 232 193 169 0 50 0
[pid=20059] ppid=20058 vsize=30688 CPUtime=13.78
/proc/20059/stat : 20059 (picosat) R 20058 20035 18973 0 -1 4194304 7401 0 0 0 670 708 0 0 25 0 1 0 22170857 31424512 7387 996147200 134512640 134931368 4294956256 18446744073709551615 134560131 0 0 4096 0 0 0 0 17 1 0 0
/proc/20059/statm: 7672 7387 40 102 0 7567 0
Current children cumulated CPU time (s) 63.18
Current children cumulated vsize (KiB) 52912

[startup+70.3029 s]
/proc/loadavg: 2.00 1.93 2.06 3/83 20059
/proc/meminfo: memFree=1501704/2055920 swapFree=4192956/4192956
[pid=20035] ppid=20033 vsize=16868 CPUtime=49.4
/proc/20035/stat : 20035 (sugar) S 20033 20035 18973 0 -1 4194304 1365 25667 0 2 6 1 4881 52 16 0 1 0 22165859 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20035/statm: 4217 1113 409 3 0 796 0
[pid=20058] ppid=20035 vsize=5356 CPUtime=0
/proc/20058/stat : 20058 (sh) S 20035 20035 18973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22170856 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20058/statm: 1339 232 193 169 0 50 0
[pid=20059] ppid=20058 vsize=38092 CPUtime=20.12
/proc/20059/stat : 20059 (picosat) R 20058 20035 18973 0 -1 4194304 9340 0 0 0 1108 904 0 0 25 0 1 0 22170857 39006208 9325 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20059/statm: 9523 9325 42 102 0 9418 0
Current children cumulated CPU time (s) 69.52
Current children cumulated vsize (KiB) 60316

[startup+76.7016 s]
/proc/loadavg: 2.00 1.93 2.06 3/83 20059
/proc/meminfo: memFree=1500936/2055920 swapFree=4192956/4192956
[pid=20035] ppid=20033 vsize=16868 CPUtime=49.4
/proc/20035/stat : 20035 (sugar) S 20033 20035 18973 0 -1 4194304 1365 25667 0 2 6 1 4881 52 16 0 1 0 22165859 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20035/statm: 4217 1113 409 3 0 796 0
[pid=20058] ppid=20035 vsize=5356 CPUtime=0
/proc/20058/stat : 20058 (sh) S 20035 20035 18973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22170856 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20058/statm: 1339 232 193 169 0 50 0
[pid=20059] ppid=20058 vsize=38884 CPUtime=26.47
/proc/20059/stat : 20059 (picosat) R 20058 20035 18973 0 -1 4194304 9546 0 0 0 1742 905 0 0 25 0 1 0 22170857 39817216 9531 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/20059/statm: 9721 9531 42 102 0 9616 0
Current children cumulated CPU time (s) 75.87
Current children cumulated vsize (KiB) 61108

[startup+78.3027 s]
/proc/loadavg: 2.00 1.93 2.06 3/83 20059
/proc/meminfo: memFree=1500680/2055920 swapFree=4192956/4192956
[pid=20035] ppid=20033 vsize=16868 CPUtime=49.4
/proc/20035/stat : 20035 (sugar) S 20033 20035 18973 0 -1 4194304 1365 25667 0 2 6 1 4881 52 16 0 1 0 22165859 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20035/statm: 4217 1113 409 3 0 796 0
[pid=20058] ppid=20035 vsize=5356 CPUtime=0
/proc/20058/stat : 20058 (sh) S 20035 20035 18973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22170856 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20058/statm: 1339 232 193 169 0 50 0
[pid=20059] ppid=20058 vsize=39016 CPUtime=28.05
/proc/20059/stat : 20059 (picosat) R 20058 20035 18973 0 -1 4194304 9594 0 0 0 1900 905 0 0 25 0 1 0 22170857 39952384 9579 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20059/statm: 9754 9579 42 102 0 9649 0
Current children cumulated CPU time (s) 77.45
Current children cumulated vsize (KiB) 61240

[startup+79.9029 s]
/proc/loadavg: 2.00 1.93 2.06 3/83 20059
/proc/meminfo: memFree=1500616/2055920 swapFree=4192956/4192956
[pid=20035] ppid=20033 vsize=16868 CPUtime=49.4
/proc/20035/stat : 20035 (sugar) S 20033 20035 18973 0 -1 4194304 1365 25667 0 2 6 1 4881 52 16 0 1 0 22165859 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20035/statm: 4217 1113 409 3 0 796 0
[pid=20058] ppid=20035 vsize=5356 CPUtime=0
/proc/20058/stat : 20058 (sh) S 20035 20035 18973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22170856 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20058/statm: 1339 232 193 169 0 50 0
[pid=20059] ppid=20058 vsize=39280 CPUtime=29.64
/proc/20059/stat : 20059 (picosat) R 20058 20035 18973 0 -1 4194304 9644 0 0 0 2059 905 0 0 25 0 1 0 22170857 40222720 9629 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20059/statm: 9820 9629 42 102 0 9715 0
Current children cumulated CPU time (s) 79.04
Current children cumulated vsize (KiB) 61504

[startup+80.3079 s]
/proc/loadavg: 2.00 1.93 2.06 3/83 20059
/proc/meminfo: memFree=1500488/2055920 swapFree=4192956/4192956
[pid=20035] ppid=20033 vsize=16868 CPUtime=49.4
/proc/20035/stat : 20035 (sugar) S 20033 20035 18973 0 -1 4194304 1365 25667 0 2 6 1 4881 52 16 0 1 0 22165859 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20035/statm: 4217 1113 409 3 0 796 0
[pid=20058] ppid=20035 vsize=5356 CPUtime=0
/proc/20058/stat : 20058 (sh) S 20035 20035 18973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22170856 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20058/statm: 1339 232 193 169 0 50 0
[pid=20059] ppid=20058 vsize=37232 CPUtime=30.03
/proc/20059/stat : 20059 (picosat) R 20058 20035 18973 0 -1 4194304 9652 0 0 0 2098 905 0 0 25 0 1 0 22170857 38125568 9192 996147200 134512640 134931368 4294956256 18446744073709551615 134579014 0 0 4096 0 0 0 0 17 1 0 0
/proc/20059/statm: 9308 9192 42 102 0 9203 0
Current children cumulated CPU time (s) 79.43
Current children cumulated vsize (KiB) 59456

[startup+80.5019 s]
/proc/loadavg: 2.00 1.93 2.06 3/83 20059
/proc/meminfo: memFree=1500488/2055920 swapFree=4192956/4192956
[pid=20035] ppid=20033 vsize=16868 CPUtime=79.48
/proc/20035/stat : 20035 (sugar) S 20033 20035 18973 0 -1 4194304 1448 35606 0 2 6 2 6982 958 15 0 1 0 22165859 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20035/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 79.48
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 80.5358
CPU time (s): 79.6569
CPU user time (s): 70.0114
CPU system time (s): 9.64553
CPU usage (%): 98.9086
Max. virtual memory (cumulated for all children) (KiB): 889256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.0114
system time used= 9.64553
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40921
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= 13577
involuntary context switches= 16065

runsolver used 0.095985 second user time and 0.296954 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-12 00:23:51
IDJOB=2070080
IDBENCH=55132
IDSOLVER=738
FILE ID=node67/2070080-1247351031
PBS_JOBID= 9506880
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg13-16_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-2070080-1247351031/watcher-2070080-1247351031 -o /tmp/evaluation-result-2070080-1247351031/solver-2070080-1247351031 -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-2070080-1247351031.xml

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

MD5SUM BENCH= e5944fe7c1fd6c3c32381a9f4eaddce5
RANDOM SEED=1169944170

node67.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.239
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.239
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:       1579712 kB
Buffers:         54896 kB
Cached:         262800 kB
SwapCached:          0 kB
Active:         170496 kB
Inactive:       242972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1579712 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1400 kB
Writeback:           0 kB
Mapped:         113640 kB
Slab:            47620 kB
Committed_AS:   922320 kB
PageTables:       2000 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= 66488 MiB
End job on node67 at 2009-07-12 00:25:12