Trace number 2070311

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 113.296 113.443

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg13-15_ext.xml
MD5SUMf4fe47ac0c9bb3a8b5cc442c84ccae1d
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 variables195
Number of constraints28
Maximum constraint arity15
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.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 00:29:22 2009
0.00/0.07	c 0	PID 16900
0.00/0.07	c 0	HOST node81.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2070311-1247351362.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2070311-1247351362.xml' 'HOME/temp.csp'
0.06/0.32	c 1	1 domains, 195 variables, 0 predicates, 2 relations, 28 constraints
0.06/0.33	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.33	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.41	c 1	Parsing HOME/temp.csp
0.30/0.49	c 1	parsed 226 expressions
0.30/0.50	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.30/0.50	c 1	Converting to clausal form CSP
0.30/0.51	c 1	converted 23 (10%) expressions
0.30/0.52	c 1	converted 46 (20%) expressions
0.30/0.52	c 1	converted 68 (30%) expressions
0.30/0.52	c 1	converted 91 (40%) expressions
0.30/0.52	c 1	converted 113 (50%) expressions
0.30/0.52	c 1	converted 136 (60%) expressions
0.30/0.52	c 1	converted 159 (70%) expressions
0.30/0.52	c 1	converted 181 (80%) expressions
0.30/0.68	c 1	converted 204 (90%) expressions
1.05/1.13	c 1	converted 226 (100%) expressions
1.05/1.13	c 1	CSP : 195 integers, 0 booleans, 28 clauses, largest domain size 26
1.05/1.13	c 1	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.05/1.13	c 1	Propagation in CSP
1.05/1.13	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.05/1.13	c 1	CSP : 195 integers, 0 booleans, 28 clauses, largest domain size 26
1.05/1.13	c 1	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.05/1.13	c 1	Simplifing CSP by introducing new Boolean variables
1.05/1.14	c 1	CSP : 195 integers, 0 booleans, 28 clauses, largest domain size 26
1.05/1.14	c 1	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.23	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.15/1.24	c 1	20 (10%) CSP integer variables are encoded (480 clauses, 5136 bytes)
1.15/1.25	c 1	39 (20%) CSP integer variables are encoded (936 clauses, 10152 bytes)
1.15/1.25	c 1	59 (30%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
1.15/1.25	c 1	78 (40%) CSP integer variables are encoded (1872 clauses, 22273 bytes)
1.15/1.25	c 1	98 (50%) CSP integer variables are encoded (2352 clauses, 28513 bytes)
1.15/1.25	c 1	117 (60%) CSP integer variables are encoded (2808 clauses, 34441 bytes)
1.15/1.25	c 1	137 (70%) CSP integer variables are encoded (3288 clauses, 40681 bytes)
1.15/1.25	c 1	156 (80%) CSP integer variables are encoded (3744 clauses, 46609 bytes)
1.15/1.25	c 1	176 (90%) CSP integer variables are encoded (4224 clauses, 52849 bytes)
1.15/1.26	c 1	195 (100%) CSP integer variables are encoded (4680 clauses, 58777 bytes)
8.85/8.98	c 9	3 (10%) CSP clauses are encoded (77031 clauses, 5998416 bytes)
16.64/16.75	c 17	6 (20%) CSP clauses are encoded (149382 clauses, 12052618 bytes)
24.43/24.59	c 25	9 (30%) CSP clauses are encoded (221733 clauses, 18152740 bytes)
32.33/32.41	c 33	12 (40%) CSP clauses are encoded (294084 clauses, 24344604 bytes)
37.33/37.50	c 38	14 (50%) CSP clauses are encoded (342318 clauses, 28502802 bytes)
40.82/41.00	c 41	17 (60%) CSP clauses are encoded (382645 clauses, 31811118 bytes)
42.41/42.55	c 43	20 (70%) CSP clauses are encoded (406960 clauses, 34054159 bytes)
43.82/43.96	c 44	23 (80%) CSP clauses are encoded (431275 clauses, 36420604 bytes)
45.22/45.37	c 46	26 (90%) CSP clauses are encoded (455590 clauses, 38787049 bytes)
46.22/46.32	c 47	28 (100%) CSP clauses are encoded (471800 clauses, 40364679 bytes)
46.22/46.32	c 47	28 CSP clauses encoded
46.22/46.32	c 47	Writing map file : HOME/temp.map
46.22/46.33	c 47	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
46.22/46.33	c 47	SAT : 4875 SAT variables, 471800 SAT clauses, 40364679 bytes
46.22/46.33	c 47	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
46.22/46.38	c 47	SOLVING HOME/temp.cnf
46.22/46.38	c 47	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
113.06/113.25	c 113	DECODING HOME/temp.out WITH HOME/temp.map
113.06/113.25	c 113	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'
113.14/113.33	c 114	Decoding HOME/temp.out
113.14/113.37	s UNSATISFIABLE
113.14/113.39	c 114	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
113.23/113.43	c 114	CPU 113.25 (0.05 0.01 102.92 10.27)
113.23/113.43	c 114	END Sun Jul 12 00:31:16 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-2070311-1247351362/watcher-2070311-1247351362 -o /tmp/evaluation-result-2070311-1247351362/solver-2070311-1247351362 -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-2070311-1247351362.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: 2.11 2.04 2.10 4/75 16900
/proc/meminfo: memFree=1346152/2055920 swapFree=4192948/4192956
[pid=16900] ppid=16898 vsize=12272 CPUtime=0
/proc/16900/stat : 16900 (sugar) R 16898 16900 16241 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 22201293 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 269816478718 0 0 4224 0 0 0 0 17 1 0 0
/proc/16900/statm: 3068 327 246 3 0 168 0

[startup+0.104029 s]
/proc/loadavg: 2.11 2.04 2.10 4/75 16900
/proc/meminfo: memFree=1346152/2055920 swapFree=4192948/4192956
[pid=16900] ppid=16898 vsize=16868 CPUtime=0.06
/proc/16900/stat : 16900 (sugar) S 16898 16900 16241 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22201293 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16900/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201041 s]
/proc/loadavg: 2.11 2.04 2.10 4/75 16900
/proc/meminfo: memFree=1346152/2055920 swapFree=4192948/4192956
[pid=16900] ppid=16898 vsize=16868 CPUtime=0.06
/proc/16900/stat : 16900 (sugar) S 16898 16900 16241 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22201293 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16900/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301051 s]
/proc/loadavg: 2.11 2.04 2.10 4/75 16900
/proc/meminfo: memFree=1346152/2055920 swapFree=4192948/4192956
[pid=16900] ppid=16898 vsize=16868 CPUtime=0.06
/proc/16900/stat : 16900 (sugar) S 16898 16900 16241 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22201293 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16900/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701099 s]
/proc/loadavg: 2.11 2.04 2.10 4/75 16900
/proc/meminfo: memFree=1346152/2055920 swapFree=4192948/4192956
[pid=16900] ppid=16898 vsize=16868 CPUtime=0.3
/proc/16900/stat : 16900 (sugar) S 16898 16900 16241 0 -1 4194304 1309 4525 0 1 5 1 20 4 16 0 1 0 22201293 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16900/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16868

[startup+1.50218 s]
/proc/loadavg: 2.11 2.04 2.10 4/86 16922
/proc/meminfo: memFree=1314512/2055920 swapFree=4192948/4192956
[pid=16900] ppid=16898 vsize=16868 CPUtime=0.3
/proc/16900/stat : 16900 (sugar) S 16898 16900 16241 0 -1 4194304 1310 4525 0 1 5 1 20 4 15 0 1 0 22201293 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16900/statm: 4217 1111 409 3 0 796 0
[pid=16913] ppid=16900 vsize=5356 CPUtime=0
/proc/16913/stat : 16913 (sh) S 16900 16900 16241 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22201326 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16913/statm: 1339 233 193 169 0 50 0
[pid=16914] ppid=16913 vsize=864444 CPUtime=1.14
/proc/16914/stat : 16914 (java) S 16913 16900 16241 0 -1 0 11063 0 1 0 109 5 0 0 18 0 9 0 22201327 885190656 10300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16914/statm: 216111 10300 2590 9 0 210588 0
[pid=16914/tid=16915] ppid=16913 vsize=864444 CPUtime=0.52
/proc/16914/task/16915/stat : 16915 (java) R 16913 16900 16241 0 -1 64 3033 0 1 0 50 2 0 0 21 0 9 0 22201328 885190656 10300 996147200 134512640 134550932 4294955936 18446744073709551615 4126095866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16916] ppid=16913 vsize=864444 CPUtime=0.53
/proc/16914/task/16916/stat : 16916 (java) S 16913 16900 16241 0 -1 64 6997 0 0 0 51 2 0 0 16 0 9 0 22201329 885190656 10300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16917] ppid=16913 vsize=864444 CPUtime=0
/proc/16914/task/16917/stat : 16917 (java) S 16913 16900 16241 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22201329 885190656 10300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16918] ppid=16913 vsize=864444 CPUtime=0
/proc/16914/task/16918/stat : 16918 (java) S 16913 16900 16241 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22201329 885190656 10300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16919] ppid=16913 vsize=864444 CPUtime=0
/proc/16914/task/16919/stat : 16919 (java) S 16913 16900 16241 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22201331 885190656 10300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16920] ppid=16913 vsize=864444 CPUtime=0.07
/proc/16914/task/16920/stat : 16920 (java) S 16913 16900 16241 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 22201331 885190656 10300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16921] ppid=16913 vsize=864444 CPUtime=0
/proc/16914/task/16921/stat : 16921 (java) S 16913 16900 16241 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22201331 885190656 10300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16922] ppid=16913 vsize=864444 CPUtime=0
/proc/16914/task/16922/stat : 16922 (java) S 16913 16900 16241 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22201331 885190656 10300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886668

[startup+3.10235 s]
/proc/loadavg: 2.11 2.04 2.10 3/86 16922
/proc/meminfo: memFree=1311056/2055920 swapFree=4192948/4192956
[pid=16900] ppid=16898 vsize=16868 CPUtime=0.3
/proc/16900/stat : 16900 (sugar) S 16898 16900 16241 0 -1 4194304 1310 4525 0 1 5 1 20 4 15 0 1 0 22201293 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16900/statm: 4217 1111 409 3 0 796 0
[pid=16913] ppid=16900 vsize=5356 CPUtime=0
/proc/16913/stat : 16913 (sh) S 16900 16900 16241 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22201326 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16913/statm: 1339 233 193 169 0 50 0
[pid=16914] ppid=16913 vsize=864444 CPUtime=2.74
/proc/16914/stat : 16914 (java) S 16913 16900 16241 0 -1 0 11760 0 1 0 269 5 0 0 18 0 9 0 22201327 885190656 10969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16914/statm: 216111 10969 2590 9 0 210588 0
[pid=16914/tid=16915] ppid=16913 vsize=864444 CPUtime=2.08
/proc/16914/task/16915/stat : 16915 (java) R 16913 16900 16241 0 -1 64 3061 0 1 0 206 2 0 0 25 0 9 0 22201328 885190656 10969 996147200 134512640 134550932 4294955936 18446744073709551615 4126573348 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16916] ppid=16913 vsize=864444 CPUtime=0.56
/proc/16914/task/16916/stat : 16916 (java) S 16913 16900 16241 0 -1 64 7666 0 0 0 54 2 0 0 16 0 9 0 22201329 885190656 10969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16917] ppid=16913 vsize=864444 CPUtime=0
/proc/16914/task/16917/stat : 16917 (java) S 16913 16900 16241 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22201329 885190656 10969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16918] ppid=16913 vsize=864444 CPUtime=0
/proc/16914/task/16918/stat : 16918 (java) S 16913 16900 16241 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22201329 885190656 10969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16919] ppid=16913 vsize=864444 CPUtime=0
/proc/16914/task/16919/stat : 16919 (java) S 16913 16900 16241 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22201331 885190656 10969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16920] ppid=16913 vsize=864444 CPUtime=0.07
/proc/16914/task/16920/stat : 16920 (java) S 16913 16900 16241 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 22201331 885190656 10969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16921] ppid=16913 vsize=864444 CPUtime=0
/proc/16914/task/16921/stat : 16921 (java) S 16913 16900 16241 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22201331 885190656 10969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16922] ppid=16913 vsize=864444 CPUtime=0
/proc/16914/task/16922/stat : 16922 (java) S 16913 16900 16241 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22201331 885190656 10969 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 886668

[startup+6.3027 s]
/proc/loadavg: 2.10 2.04 2.10 3/86 16922
/proc/meminfo: memFree=1302864/2055920 swapFree=4192948/4192956
[pid=16900] ppid=16898 vsize=16868 CPUtime=0.3
/proc/16900/stat : 16900 (sugar) S 16898 16900 16241 0 -1 4194304 1310 4525 0 1 5 1 20 4 15 0 1 0 22201293 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16900/statm: 4217 1111 409 3 0 796 0
[pid=16913] ppid=16900 vsize=5356 CPUtime=0
/proc/16913/stat : 16913 (sh) S 16900 16900 16241 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22201326 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16913/statm: 1339 233 193 169 0 50 0
[pid=16914] ppid=16913 vsize=864444 CPUtime=5.95
/proc/16914/stat : 16914 (java) S 16913 16900 16241 0 -1 0 12996 0 1 0 587 8 0 0 18 0 9 0 22201327 885190656 12125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16914/statm: 216111 12125 2590 9 0 210588 0
[pid=16914/tid=16915] ppid=16913 vsize=864444 CPUtime=5.19
/proc/16914/task/16915/stat : 16915 (java) R 16913 16900 16241 0 -1 64 3142 0 1 0 516 3 0 0 25 0 9 0 22201328 885190656 12125 996147200 134512640 134550932 4294955936 18446744073709551615 4126543795 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16916] ppid=16913 vsize=864444 CPUtime=0.65
/proc/16914/task/16916/stat : 16916 (java) S 16913 16900 16241 0 -1 64 8818 0 0 0 62 3 0 0 16 0 9 0 22201329 885190656 12125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16917] ppid=16913 vsize=864444 CPUtime=0
/proc/16914/task/16917/stat : 16917 (java) S 16913 16900 16241 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22201329 885190656 12125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16918] ppid=16913 vsize=864444 CPUtime=0
/proc/16914/task/16918/stat : 16918 (java) S 16913 16900 16241 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22201329 885190656 12125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16919] ppid=16913 vsize=864444 CPUtime=0
/proc/16914/task/16919/stat : 16919 (java) S 16913 16900 16241 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22201331 885190656 12125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16920] ppid=16913 vsize=864444 CPUtime=0.08
/proc/16914/task/16920/stat : 16920 (java) S 16913 16900 16241 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 22201331 885190656 12125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16921] ppid=16913 vsize=864444 CPUtime=0
/proc/16914/task/16921/stat : 16921 (java) S 16913 16900 16241 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22201331 885190656 12125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16922] ppid=16913 vsize=864444 CPUtime=0
/proc/16914/task/16922/stat : 16922 (java) S 16913 16900 16241 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22201331 885190656 12125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 886668

[startup+12.7014 s]
/proc/loadavg: 2.09 2.04 2.10 3/86 16922
/proc/meminfo: memFree=1289168/2055920 swapFree=4192948/4192956
[pid=16900] ppid=16898 vsize=16868 CPUtime=0.3
/proc/16900/stat : 16900 (sugar) S 16898 16900 16241 0 -1 4194304 1310 4525 0 1 5 1 20 4 16 0 1 0 22201293 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16900/statm: 4217 1111 409 3 0 796 0
[pid=16913] ppid=16900 vsize=5356 CPUtime=0
/proc/16913/stat : 16913 (sh) S 16900 16900 16241 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22201326 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16913/statm: 1339 233 193 169 0 50 0
[pid=16914] ppid=16913 vsize=864464 CPUtime=12.34
/proc/16914/stat : 16914 (java) S 16913 16900 16241 0 -1 0 17433 0 1 0 1220 14 0 0 18 0 9 0 22201327 885211136 13879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16914/statm: 216116 13879 2590 9 0 210593 0
[pid=16914/tid=16915] ppid=16913 vsize=864464 CPUtime=11.26
/proc/16914/task/16915/stat : 16915 (java) R 16913 16900 16241 0 -1 64 3314 0 1 0 1120 6 0 0 25 0 9 0 22201328 885211136 13879 996147200 134512640 134550932 4294955936 18446744073709551615 4126573429 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16916] ppid=16913 vsize=864464 CPUtime=0.96
/proc/16914/task/16916/stat : 16916 (java) S 16913 16900 16241 0 -1 64 13078 0 0 0 90 6 0 0 16 0 9 0 22201329 885211136 13879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16917] ppid=16913 vsize=864464 CPUtime=0
/proc/16914/task/16917/stat : 16917 (java) S 16913 16900 16241 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22201329 885211136 13879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16918] ppid=16913 vsize=864464 CPUtime=0
/proc/16914/task/16918/stat : 16918 (java) S 16913 16900 16241 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22201329 885211136 13879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16919] ppid=16913 vsize=864464 CPUtime=0
/proc/16914/task/16919/stat : 16919 (java) S 16913 16900 16241 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22201331 885211136 13879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16920] ppid=16913 vsize=864464 CPUtime=0.09
/proc/16914/task/16920/stat : 16920 (java) S 16913 16900 16241 0 -1 64 342 0 0 0 9 0 0 0 17 0 9 0 22201331 885211136 13879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16921] ppid=16913 vsize=864464 CPUtime=0
/proc/16914/task/16921/stat : 16921 (java) S 16913 16900 16241 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22201331 885211136 13879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16922] ppid=16913 vsize=864464 CPUtime=0
/proc/16914/task/16922/stat : 16922 (java) S 16913 16900 16241 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22201331 885211136 13879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 886688

[startup+25.5028 s]
/proc/loadavg: 2.15 2.05 2.10 3/86 16922
/proc/meminfo: memFree=1274640/2055920 swapFree=4192948/4192956
[pid=16900] ppid=16898 vsize=16868 CPUtime=0.3
/proc/16900/stat : 16900 (sugar) S 16898 16900 16241 0 -1 4194304 1310 4525 0 1 5 1 20 4 16 0 1 0 22201293 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16900/statm: 4217 1111 409 3 0 796 0
[pid=16913] ppid=16900 vsize=5356 CPUtime=0
/proc/16913/stat : 16913 (sh) S 16900 16900 16241 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22201326 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16913/statm: 1339 233 193 169 0 50 0
[pid=16914] ppid=16913 vsize=864464 CPUtime=25.14
/proc/16914/stat : 16914 (java) S 16913 16900 16241 0 -1 0 21373 0 1 0 2490 24 0 0 18 0 9 0 22201327 885211136 15007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16914/statm: 216116 15007 2590 9 0 210593 0
[pid=16914/tid=16915] ppid=16913 vsize=864464 CPUtime=23.57
/proc/16914/task/16915/stat : 16915 (java) R 16913 16900 16241 0 -1 64 3618 0 1 0 2344 13 0 0 25 0 9 0 22201328 885211136 15007 996147200 134512640 134550932 4294955936 18446744073709551615 4126530080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16916] ppid=16913 vsize=864464 CPUtime=1.45
/proc/16914/task/16916/stat : 16916 (java) S 16913 16900 16241 0 -1 64 16714 0 0 0 136 9 0 0 16 0 9 0 22201329 885211136 15007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16917] ppid=16913 vsize=864464 CPUtime=0
/proc/16914/task/16917/stat : 16917 (java) S 16913 16900 16241 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22201329 885211136 15007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16918] ppid=16913 vsize=864464 CPUtime=0
/proc/16914/task/16918/stat : 16918 (java) S 16913 16900 16241 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22201329 885211136 15007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16919] ppid=16913 vsize=864464 CPUtime=0
/proc/16914/task/16919/stat : 16919 (java) S 16913 16900 16241 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22201331 885211136 15007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16920] ppid=16913 vsize=864464 CPUtime=0.09
/proc/16914/task/16920/stat : 16920 (java) S 16913 16900 16241 0 -1 64 342 0 0 0 9 0 0 0 17 0 9 0 22201331 885211136 15007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16921] ppid=16913 vsize=864464 CPUtime=0
/proc/16914/task/16921/stat : 16921 (java) S 16913 16900 16241 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22201331 885211136 15007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16914/tid=16922] ppid=16913 vsize=864464 CPUtime=0
/proc/16914/task/16922/stat : 16922 (java) S 16913 16900 16241 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22201331 885211136 15007 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 886688

[startup+51.1015 s]
/proc/loadavg: 2.10 2.05 2.09 3/78 16924
/proc/meminfo: memFree=1292688/2055920 swapFree=4192948/4192956
[pid=16900] ppid=16898 vsize=16868 CPUtime=46.27
/proc/16900/stat : 16900 (sugar) S 16898 16900 16241 0 -1 4194304 1365 32123 0 2 5 1 4569 52 16 0 1 0 22201293 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16900/statm: 4217 1113 409 3 0 796 0
[pid=16923] ppid=16900 vsize=5356 CPUtime=0
/proc/16923/stat : 16923 (sh) S 16900 16900 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22205931 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16923/statm: 1339 232 193 169 0 50 0
[pid=16924] ppid=16923 vsize=11456 CPUtime=4.7
/proc/16924/stat : 16924 (picosat) R 16923 16900 16241 0 -1 4194304 2755 0 0 0 221 249 0 0 25 0 1 0 22205932 11730944 2741 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16924/statm: 2864 2741 40 102 0 2759 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 33680

[startup+102.302 s]
/proc/loadavg: 2.04 2.04 2.09 3/78 16924
/proc/meminfo: memFree=1254800/2055920 swapFree=4192948/4192956
[pid=16900] ppid=16898 vsize=16868 CPUtime=46.27
/proc/16900/stat : 16900 (sugar) S 16898 16900 16241 0 -1 4194304 1365 32123 0 2 5 1 4569 52 16 0 1 0 22201293 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16900/statm: 4217 1113 409 3 0 796 0
[pid=16923] ppid=16900 vsize=5356 CPUtime=0
/proc/16923/stat : 16923 (sh) S 16900 16900 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22205931 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16923/statm: 1339 232 193 169 0 50 0
[pid=16924] ppid=16923 vsize=49372 CPUtime=55.89
/proc/16924/stat : 16924 (picosat) R 16923 16900 16241 0 -1 4194304 11785 0 0 0 4618 971 0 0 25 0 1 0 22205932 50556928 11768 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/16924/statm: 12343 11768 42 102 0 12238 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 71596

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

[startup+102.407 s]
/proc/loadavg: 2.04 2.04 2.09 3/78 16924
/proc/meminfo: memFree=1254800/2055920 swapFree=4192948/4192956
[pid=16900] ppid=16898 vsize=16868 CPUtime=46.27
/proc/16900/stat : 16900 (sugar) S 16898 16900 16241 0 -1 4194304 1365 32123 0 2 5 1 4569 52 16 0 1 0 22201293 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16900/statm: 4217 1113 409 3 0 796 0
[pid=16923] ppid=16900 vsize=5356 CPUtime=0
/proc/16923/stat : 16923 (sh) S 16900 16900 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22205931 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16923/statm: 1339 232 193 169 0 50 0
[pid=16924] ppid=16923 vsize=49504 CPUtime=55.99
/proc/16924/stat : 16924 (picosat) R 16923 16900 16241 0 -1 4194304 11790 0 0 0 4628 971 0 0 25 0 1 0 22205932 50692096 11773 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/16924/statm: 12376 11773 42 102 0 12271 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 71728

[startup+108.802 s]
/proc/loadavg: 2.04 2.04 2.09 3/78 16924
/proc/meminfo: memFree=1254096/2055920 swapFree=4192948/4192956
[pid=16900] ppid=16898 vsize=16868 CPUtime=46.27
/proc/16900/stat : 16900 (sugar) S 16898 16900 16241 0 -1 4194304 1365 32123 0 2 5 1 4569 52 16 0 1 0 22201293 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16900/statm: 4217 1113 409 3 0 796 0
[pid=16923] ppid=16900 vsize=5356 CPUtime=0
/proc/16923/stat : 16923 (sh) S 16900 16900 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22205931 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16923/statm: 1339 232 193 169 0 50 0
[pid=16924] ppid=16923 vsize=50100 CPUtime=62.39
/proc/16924/stat : 16924 (picosat) R 16923 16900 16241 0 -1 4194304 12047 0 0 0 5268 971 0 0 25 0 1 0 22205932 51302400 11904 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16924/statm: 12525 11904 48 102 0 12420 0
Current children cumulated CPU time (s) 108.66
Current children cumulated vsize (KiB) 72324

[startup+112.003 s]
/proc/loadavg: 2.03 2.04 2.09 3/78 16924
/proc/meminfo: memFree=1254160/2055920 swapFree=4192948/4192956
[pid=16900] ppid=16898 vsize=16868 CPUtime=46.27
/proc/16900/stat : 16900 (sugar) S 16898 16900 16241 0 -1 4194304 1365 32123 0 2 5 1 4569 52 16 0 1 0 22201293 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16900/statm: 4217 1113 409 3 0 796 0
[pid=16923] ppid=16900 vsize=5356 CPUtime=0
/proc/16923/stat : 16923 (sh) S 16900 16900 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22205931 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16923/statm: 1339 232 193 169 0 50 0
[pid=16924] ppid=16923 vsize=50100 CPUtime=65.59
/proc/16924/stat : 16924 (picosat) R 16923 16900 16241 0 -1 4194304 12047 0 0 0 5588 971 0 0 25 0 1 0 22205932 51302400 11904 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16924/statm: 12525 11904 48 102 0 12420 0
Current children cumulated CPU time (s) 111.86
Current children cumulated vsize (KiB) 72324

[startup+112.802 s]
/proc/loadavg: 2.03 2.04 2.09 3/78 16924
/proc/meminfo: memFree=1254160/2055920 swapFree=4192948/4192956
[pid=16900] ppid=16898 vsize=16868 CPUtime=46.27
/proc/16900/stat : 16900 (sugar) S 16898 16900 16241 0 -1 4194304 1365 32123 0 2 5 1 4569 52 16 0 1 0 22201293 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16900/statm: 4217 1113 409 3 0 796 0
[pid=16923] ppid=16900 vsize=5356 CPUtime=0
/proc/16923/stat : 16923 (sh) S 16900 16900 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22205931 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16923/statm: 1339 232 193 169 0 50 0
[pid=16924] ppid=16923 vsize=50100 CPUtime=66.39
/proc/16924/stat : 16924 (picosat) R 16923 16900 16241 0 -1 4194304 12047 0 0 0 5668 971 0 0 25 0 1 0 22205932 51302400 11904 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16924/statm: 12525 11904 48 102 0 12420 0
Current children cumulated CPU time (s) 112.66
Current children cumulated vsize (KiB) 72324

[startup+113.202 s]
/proc/loadavg: 2.03 2.04 2.09 3/78 16924
/proc/meminfo: memFree=1254160/2055920 swapFree=4192948/4192956
[pid=16900] ppid=16898 vsize=16868 CPUtime=46.27
/proc/16900/stat : 16900 (sugar) S 16898 16900 16241 0 -1 4194304 1365 32123 0 2 5 1 4569 52 16 0 1 0 22201293 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16900/statm: 4217 1113 409 3 0 796 0
[pid=16923] ppid=16900 vsize=5356 CPUtime=0
/proc/16923/stat : 16923 (sh) S 16900 16900 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22205931 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16923/statm: 1339 232 193 169 0 50 0
[pid=16924] ppid=16923 vsize=46004 CPUtime=66.79
/proc/16924/stat : 16924 (picosat) R 16923 16900 16241 0 -1 4194304 12048 0 0 0 5708 971 0 0 25 0 1 0 22205932 47108096 11353 996147200 134512640 134931368 4294956256 18446744073709551615 134579014 0 0 4096 0 0 0 0 17 1 0 0
/proc/16924/statm: 11501 11353 48 102 0 11396 0
Current children cumulated CPU time (s) 113.06
Current children cumulated vsize (KiB) 68228

[startup+113.407 s]
/proc/loadavg: 2.03 2.04 2.09 3/82 16930
/proc/meminfo: memFree=1299120/2055920 swapFree=4192948/4192956
[pid=16900] ppid=16898 vsize=16868 CPUtime=113.11
/proc/16900/stat : 16900 (sugar) S 16898 16900 16241 0 -1 4194304 1448 44457 0 2 5 1 10281 1024 15 0 1 0 22201293 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16900/statm: 4217 1113 409 3 0 796 0
[pid=16925] ppid=16900 vsize=5356 CPUtime=0
/proc/16925/stat : 16925 (sh) S 16900 16900 16241 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22212618 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16925/statm: 1339 233 193 169 0 50 0
[pid=16926] ppid=16925 vsize=864156 CPUtime=0.12
/proc/16926/stat : 16926 (java) S 16925 16900 16241 0 -1 0 3480 0 1 0 11 1 0 0 19 0 9 0 22212619 884895744 2946 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16926/statm: 216039 2946 1695 9 0 210544 0
[pid=16926/tid=16927] ppid=16925 vsize=864156 CPUtime=0.09
/proc/16926/task/16927/stat : 16927 (java) S 16925 16900 16241 0 -1 64 2508 0 1 0 9 0 0 0 25 0 9 0 22212620 884895744 2946 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16926/tid=16928] ppid=16925 vsize=864156 CPUtime=0
/proc/16926/task/16928/stat : 16928 (java) S 16925 16900 16241 0 -1 64 2 0 0 0 0 0 0 0 21 0 9 0 22212621 884895744 2946 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16926/tid=16929] ppid=16925 vsize=864156 CPUtime=0
/proc/16926/task/16929/stat : 16929 (java) S 16925 16900 16241 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 22212621 884895744 2946 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16926/tid=16930] ppid=16925 vsize=864156 CPUtime=0
/proc/16926/task/16930/stat : 16930 (java) S 16925 16900 16241 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 22212621 884895744 2946 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 113.23
Current children cumulated vsize (KiB) 886380

Child status: 0
Real time (s): 113.443
CPU time (s): 113.296
CPU user time (s): 102.984
CPU system time (s): 10.3114
CPU usage (%): 99.8703
Max. virtual memory (cumulated for all children) (KiB): 892068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 102.984
system time used= 10.3114
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49764
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= 13296
involuntary context switches= 13221

runsolver used 0.158975 second user time and 0.370943 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-12 00:29:22
IDJOB=2070311
IDBENCH=55166
IDSOLVER=738
FILE ID=node81/2070311-1247351362
PBS_JOBID= 9506888
Free space on /tmp= 126580 MiB

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

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

MD5SUM BENCH= f4fe47ac0c9bb3a8b5cc442c84ccae1d
RANDOM SEED=1988960518

node81.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.233
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.233
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1346568 kB
Buffers:         62532 kB
Cached:         506484 kB
SwapCached:          8 kB
Active:         203072 kB
Inactive:       452436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1346568 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1612 kB
Writeback:           0 kB
Mapped:          97624 kB
Slab:            38704 kB
Committed_AS:   223024 kB
PageTables:       2044 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126576 MiB
End job on node81 at 2009-07-12 00:31:16