Trace number 2065174

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 243.462 244.053

General information on the benchmark

Namecsp/fischer/
normalized-fischer-10-3-fair.xml
MD5SUM14b32115813e5a5ce1b329ea369de09a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.81472
Satisfiable
(Un)Satisfiability was proved
Number of variables8447
Number of constraints7987
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7987
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 Sat Jul 11 20:46:28 2009
0.00/0.08	c 0	PID 18307
0.00/0.08	c 0	HOST node17.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2065174-1247337988.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-2065174-1247337988.xml' 'HOME/temp.csp'
0.95/1.07	c 1	3 domains, 8447 variables, 9 predicates, 0 relations, 7987 constraints
0.95/1.09	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.09	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'
1.04/1.17	c 1	Parsing HOME/temp.csp
1.04/1.33	c 1	parsed 10000 expressions
1.04/1.42	c 1	parsed 16446 expressions
1.04/1.43	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.43	c 1	Converting to clausal form CSP
1.04/1.48	c 2	converted 1645 (10%) expressions
1.04/1.48	c 2	converted 3290 (20%) expressions
1.04/1.48	c 2	converted 4934 (30%) expressions
1.04/1.49	c 2	converted 6579 (40%) expressions
1.04/1.49	c 2	converted 8223 (50%) expressions
1.04/1.70	c 2	converted 9868 (60%) expressions
1.04/1.95	c 2	converted 11513 (70%) expressions
2.13/2.22	c 2	converted 13157 (80%) expressions
2.22/2.39	c 2	converted 14802 (90%) expressions
2.53/2.69	c 3	converted 16446 (100%) expressions
2.53/2.69	c 3	CSP : 14761 integers, 532 booleans, 35936 clauses, largest domain size 20001
2.53/2.69	c 3	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.53/2.69	c 3	Propagation in CSP
87.29/87.46	c 87	102386079 values, 0 unsatisfiable literals, and 0 valid clauses are removed
87.29/87.46	c 87	CSP : 14761 integers, 532 booleans, 35936 clauses, largest domain size 20001
87.29/87.46	c 87	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
87.29/87.48	c 88	Simplifing CSP by introducing new Boolean variables
87.39/87.55	c 88	CSP : 14761 integers, 13326 booleans, 48730 clauses, largest domain size 20001
87.39/87.55	c 88	Heap : 25 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
87.59/87.77	c 88	Encoding CSP to SAT : HOME/temp.cnf
87.69/87.83	c 88	1477 (10%) CSP integer variables are encoded (20726 clauses, 289344 bytes)
88.79/88.95	c 89	2953 (20%) CSP integer variables are encoded (963002 clauses, 16151103 bytes)
89.09/89.29	c 89	4429 (30%) CSP integer variables are encoded (1236566 clauses, 21276918 bytes)
90.18/90.36	c 90	5905 (40%) CSP integer variables are encoded (2106470 clauses, 37805094 bytes)
90.50/90.66	c 91	7381 (50%) CSP integer variables are encoded (2344416 clauses, 42326068 bytes)
90.50/90.66	c 91	8857 (60%) CSP integer variables are encoded (2344416 clauses, 42326068 bytes)
90.80/91.00	c 91	10333 (70%) CSP integer variables are encoded (2614362 clauses, 47455042 bytes)
91.00/91.16	c 91	11809 (80%) CSP integer variables are encoded (2744336 clauses, 49924548 bytes)
91.30/91.50	c 92	13285 (90%) CSP integer variables are encoded (3014296 clauses, 55053788 bytes)
91.50/91.66	c 92	14761 (100%) CSP integer variables are encoded (3144276 clauses, 57523408 bytes)
104.22/104.48	c 105	4873 (10%) CSP clauses are encoded (10923959 clauses, 214494631 bytes)
104.80/105.08	c 105	9746 (20%) CSP clauses are encoded (11325342 clauses, 222525930 bytes)
105.41/105.62	c 106	14619 (30%) CSP clauses are encoded (11687436 clauses, 229857517 bytes)
106.09/106.38	c 106	19492 (40%) CSP clauses are encoded (12208798 clauses, 240413300 bytes)
106.59/106.87	c 107	24365 (50%) CSP clauses are encoded (12530495 clauses, 247246529 bytes)
106.59/106.90	c 107	29238 (60%) CSP clauses are encoded (12532745 clauses, 247292159 bytes)
106.69/106.92	c 107	34111 (70%) CSP clauses are encoded (12535010 clauses, 247338180 bytes)
108.64/108.91	c 109	38984 (80%) CSP clauses are encoded (13847360 clauses, 275246025 bytes)
109.03/109.36	c 109	43857 (90%) CSP clauses are encoded (14139041 clauses, 281418926 bytes)
109.13/109.41	c 109	48730 (100%) CSP clauses are encoded (14156596 clauses, 281896744 bytes)
109.13/109.41	c 109	48730 CSP clauses encoded
109.13/109.41	c 109	Writing map file : HOME/temp.map
109.13/109.45	c 109	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
109.13/109.45	c 109	SAT : 3161597 SAT variables, 14156596 SAT clauses, 281896744 bytes
109.13/109.45	c 109	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
109.13/109.48	c 110	SOLVING HOME/temp.cnf
109.13/109.48	c 110	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
242.94/243.54	c 244	DECODING HOME/temp.out WITH HOME/temp.map
242.94/243.54	c 244	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'
242.99/243.62	c 244	Decoding HOME/temp.out
242.99/243.86	s UNSATISFIABLE
242.99/243.87	c 244	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
242.99/243.92	c 244	CPU 243.31 (0.06 0.02 182.55 60.68)
242.99/243.92	c 244	END Sat Jul 11 20:50:32 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-2065174-1247337988/watcher-2065174-1247337988 -o /tmp/evaluation-result-2065174-1247337988/solver-2065174-1247337988 -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-2065174-1247337988.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: 3.07 2.37 2.12 4/82 18307
/proc/meminfo: memFree=1859528/2055920 swapFree=4192812/4192956
[pid=18307] ppid=18305 vsize=18576 CPUtime=0
/proc/18307/stat : 18307 (runsolver) R 18305 18307 17659 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 20866044 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18307/statm: 4644 284 249 26 0 2626 0

[startup+0.089933 s]
/proc/loadavg: 3.07 2.37 2.12 4/82 18307
/proc/meminfo: memFree=1859528/2055920 swapFree=4192812/4192956
[pid=18307] ppid=18305 vsize=16868 CPUtime=0.06
/proc/18307/stat : 18307 (sugar) S 18305 18307 17659 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20866044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18307/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.103077 s]
/proc/loadavg: 3.07 2.37 2.12 4/82 18307
/proc/meminfo: memFree=1859528/2055920 swapFree=4192812/4192956
[pid=18307] ppid=18305 vsize=16868 CPUtime=0.06
/proc/18307/stat : 18307 (sugar) S 18305 18307 17659 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20866044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18307/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302094 s]
/proc/loadavg: 3.07 2.37 2.12 4/82 18307
/proc/meminfo: memFree=1859528/2055920 swapFree=4192812/4192956
[pid=18307] ppid=18305 vsize=16868 CPUtime=0.06
/proc/18307/stat : 18307 (sugar) S 18305 18307 17659 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20866044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18307/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702131 s]
/proc/loadavg: 3.07 2.37 2.12 4/82 18307
/proc/meminfo: memFree=1859528/2055920 swapFree=4192812/4192956
[pid=18307] ppid=18305 vsize=16868 CPUtime=0.06
/proc/18307/stat : 18307 (sugar) S 18305 18307 17659 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20866044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18307/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50221 s]
/proc/loadavg: 3.07 2.37 2.12 4/93 18319
/proc/meminfo: memFree=1830704/2055920 swapFree=4192812/4192956
[pid=18307] ppid=18305 vsize=16868 CPUtime=1.04
/proc/18307/stat : 18307 (sugar) S 18305 18307 17659 0 -1 4194304 1309 9999 0 1 5 2 91 6 15 0 1 0 20866044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18307/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 16868

[startup+3.10197 s]
/proc/loadavg: 2.99 2.36 2.12 4/93 18329
/proc/meminfo: memFree=1831024/2055920 swapFree=4192812/4192956
[pid=18307] ppid=18305 vsize=16868 CPUtime=1.04
/proc/18307/stat : 18307 (sugar) S 18305 18307 17659 0 -1 4194304 1310 9999 0 1 5 2 91 6 15 0 1 0 20866044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18307/statm: 4217 1111 409 3 0 796 0
[pid=18320] ppid=18307 vsize=5356 CPUtime=0
/proc/18320/stat : 18320 (sh) S 18307 18307 17659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20866153 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18320/statm: 1339 233 193 169 0 50 0
[pid=18321] ppid=18320 vsize=868596 CPUtime=1.98
/proc/18321/stat : 18321 (java) S 18320 18307 17659 0 -1 0 12404 0 1 0 190 8 0 0 18 0 9 0 20866153 889442304 11189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18321/statm: 217149 11189 2566 9 0 211654 0
[pid=18321/tid=18322] ppid=18320 vsize=868596 CPUtime=1.18
/proc/18321/task/18322/stat : 18322 (java) R 18320 18307 17659 0 -1 64 2893 0 1 0 116 2 0 0 25 0 9 0 20866154 889442304 11189 996147200 134512640 134550932 4294955936 18446744073709551615 4126963950 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18323] ppid=18320 vsize=868596 CPUtime=0.59
/proc/18321/task/18323/stat : 18323 (java) S 18320 18307 17659 0 -1 64 7300 0 0 0 55 4 0 0 16 0 9 0 20866156 889442304 11189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18324] ppid=18320 vsize=868596 CPUtime=0
/proc/18321/task/18324/stat : 18324 (java) S 18320 18307 17659 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20866156 889442304 11189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18325] ppid=18320 vsize=868596 CPUtime=0
/proc/18321/task/18325/stat : 18325 (java) S 18320 18307 17659 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20866156 889442304 11189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18326] ppid=18320 vsize=868596 CPUtime=0
/proc/18321/task/18326/stat : 18326 (java) S 18320 18307 17659 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 20866158 889442304 11189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18327] ppid=18320 vsize=868596 CPUtime=0.18
/proc/18321/task/18327/stat : 18327 (java) S 18320 18307 17659 0 -1 64 1508 0 0 0 17 1 0 0 16 0 9 0 20866158 889442304 11189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18328] ppid=18320 vsize=868596 CPUtime=0
/proc/18321/task/18328/stat : 18328 (java) S 18320 18307 17659 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 20866158 889442304 11189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18329] ppid=18320 vsize=868596 CPUtime=0
/proc/18321/task/18329/stat : 18329 (java) S 18320 18307 17659 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20866158 889442304 11189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890820

[startup+6.30171 s]
/proc/loadavg: 2.99 2.36 2.12 3/93 18329
/proc/meminfo: memFree=1820528/2055920 swapFree=4192812/4192956
[pid=18307] ppid=18305 vsize=16868 CPUtime=1.04
/proc/18307/stat : 18307 (sugar) S 18305 18307 17659 0 -1 4194304 1310 9999 0 1 5 2 91 6 15 0 1 0 20866044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18307/statm: 4217 1111 409 3 0 796 0
[pid=18320] ppid=18307 vsize=5356 CPUtime=0
/proc/18320/stat : 18320 (sh) S 18307 18307 17659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20866153 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18320/statm: 1339 233 193 169 0 50 0
[pid=18321] ppid=18320 vsize=868596 CPUtime=5.19
/proc/18321/stat : 18321 (java) S 18320 18307 17659 0 -1 0 12605 0 1 0 508 11 0 0 18 0 9 0 20866153 889442304 11191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18321/statm: 217149 11191 2566 9 0 211654 0
[pid=18321/tid=18322] ppid=18320 vsize=868596 CPUtime=4.3
/proc/18321/task/18322/stat : 18322 (java) R 18320 18307 17659 0 -1 64 3092 0 1 0 427 3 0 0 25 0 9 0 20866154 889442304 11191 996147200 134512640 134550932 4294955936 18446744073709551615 4126562725 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18323] ppid=18320 vsize=868596 CPUtime=0.67
/proc/18321/task/18323/stat : 18323 (java) S 18320 18307 17659 0 -1 64 7302 0 0 0 62 5 0 0 16 0 9 0 20866156 889442304 11191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18324] ppid=18320 vsize=868596 CPUtime=0
/proc/18321/task/18324/stat : 18324 (java) S 18320 18307 17659 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20866156 889442304 11191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18325] ppid=18320 vsize=868596 CPUtime=0
/proc/18321/task/18325/stat : 18325 (java) S 18320 18307 17659 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20866156 889442304 11191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18326] ppid=18320 vsize=868596 CPUtime=0
/proc/18321/task/18326/stat : 18326 (java) S 18320 18307 17659 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 20866158 889442304 11191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18327] ppid=18320 vsize=868596 CPUtime=0.18
/proc/18321/task/18327/stat : 18327 (java) S 18320 18307 17659 0 -1 64 1508 0 0 0 17 1 0 0 16 0 9 0 20866158 889442304 11191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18328] ppid=18320 vsize=868596 CPUtime=0
/proc/18321/task/18328/stat : 18328 (java) S 18320 18307 17659 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 20866158 889442304 11191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18329] ppid=18320 vsize=868596 CPUtime=0
/proc/18321/task/18329/stat : 18329 (java) S 18320 18307 17659 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20866158 889442304 11191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 890820

[startup+12.7033 s]
/proc/loadavg: 2.83 2.35 2.12 3/93 18329
/proc/meminfo: memFree=1818288/2055920 swapFree=4192812/4192956
[pid=18307] ppid=18305 vsize=16868 CPUtime=1.04
/proc/18307/stat : 18307 (sugar) S 18305 18307 17659 0 -1 4194304 1310 9999 0 1 5 2 91 6 15 0 1 0 20866044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18307/statm: 4217 1111 409 3 0 796 0
[pid=18320] ppid=18307 vsize=5356 CPUtime=0
/proc/18320/stat : 18320 (sh) S 18307 18307 17659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20866153 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18320/statm: 1339 233 193 169 0 50 0
[pid=18321] ppid=18320 vsize=868596 CPUtime=11.58
/proc/18321/stat : 18321 (java) S 18320 18307 17659 0 -1 0 13006 0 1 0 1144 14 0 0 18 0 9 0 20866153 889442304 11196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18321/statm: 217149 11196 2566 9 0 211654 0
[pid=18321/tid=18322] ppid=18320 vsize=868596 CPUtime=10.53
/proc/18321/task/18322/stat : 18322 (java) R 18320 18307 17659 0 -1 64 3488 0 1 0 1049 4 0 0 25 0 9 0 20866154 889442304 11196 996147200 134512640 134550932 4294955936 18446744073709551615 4126558730 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18323] ppid=18320 vsize=868596 CPUtime=0.83
/proc/18321/task/18323/stat : 18323 (java) S 18320 18307 17659 0 -1 64 7307 0 0 0 76 7 0 0 16 0 9 0 20866156 889442304 11196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18324] ppid=18320 vsize=868596 CPUtime=0
/proc/18321/task/18324/stat : 18324 (java) S 18320 18307 17659 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20866156 889442304 11196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18325] ppid=18320 vsize=868596 CPUtime=0
/proc/18321/task/18325/stat : 18325 (java) S 18320 18307 17659 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20866156 889442304 11196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18326] ppid=18320 vsize=868596 CPUtime=0
/proc/18321/task/18326/stat : 18326 (java) S 18320 18307 17659 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 20866158 889442304 11196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18327] ppid=18320 vsize=868596 CPUtime=0.18
/proc/18321/task/18327/stat : 18327 (java) S 18320 18307 17659 0 -1 64 1508 0 0 0 17 1 0 0 16 0 9 0 20866158 889442304 11196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18328] ppid=18320 vsize=868596 CPUtime=0
/proc/18321/task/18328/stat : 18328 (java) S 18320 18307 17659 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 20866158 889442304 11196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18329] ppid=18320 vsize=868596 CPUtime=0
/proc/18321/task/18329/stat : 18329 (java) S 18320 18307 17659 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20866158 889442304 11196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 890820

[startup+25.5027 s]
/proc/loadavg: 2.71 2.34 2.12 3/93 18329
/proc/meminfo: memFree=1820272/2055920 swapFree=4192812/4192956
[pid=18307] ppid=18305 vsize=16868 CPUtime=1.04
/proc/18307/stat : 18307 (sugar) S 18305 18307 17659 0 -1 4194304 1310 9999 0 1 5 2 91 6 15 0 1 0 20866044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18307/statm: 4217 1111 409 3 0 796 0
[pid=18320] ppid=18307 vsize=5356 CPUtime=0
/proc/18320/stat : 18320 (sh) S 18307 18307 17659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20866153 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18320/statm: 1339 233 193 169 0 50 0
[pid=18321] ppid=18320 vsize=868596 CPUtime=24.37
/proc/18321/stat : 18321 (java) S 18320 18307 17659 0 -1 0 13806 0 1 0 2415 22 0 0 18 0 9 0 20866153 889442304 11207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18321/statm: 217149 11207 2566 9 0 211654 0
[pid=18321/tid=18322] ppid=18320 vsize=868596 CPUtime=23
/proc/18321/task/18322/stat : 18322 (java) R 18320 18307 17659 0 -1 64 4277 0 1 0 2293 7 0 0 25 0 9 0 20866154 889442304 11207 996147200 134512640 134550932 4294955936 18446744073709551615 4126963960 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18323] ppid=18320 vsize=868596 CPUtime=1.17
/proc/18321/task/18323/stat : 18323 (java) S 18320 18307 17659 0 -1 64 7318 0 0 0 104 13 0 0 16 0 9 0 20866156 889442304 11207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18324] ppid=18320 vsize=868596 CPUtime=0
/proc/18321/task/18324/stat : 18324 (java) S 18320 18307 17659 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20866156 889442304 11207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18325] ppid=18320 vsize=868596 CPUtime=0
/proc/18321/task/18325/stat : 18325 (java) S 18320 18307 17659 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20866156 889442304 11207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18326] ppid=18320 vsize=868596 CPUtime=0
/proc/18321/task/18326/stat : 18326 (java) S 18320 18307 17659 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 20866158 889442304 11207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18327] ppid=18320 vsize=868596 CPUtime=0.18
/proc/18321/task/18327/stat : 18327 (java) S 18320 18307 17659 0 -1 64 1508 0 0 0 17 1 0 0 16 0 9 0 20866158 889442304 11207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18328] ppid=18320 vsize=868596 CPUtime=0
/proc/18321/task/18328/stat : 18328 (java) S 18320 18307 17659 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 20866158 889442304 11207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18329] ppid=18320 vsize=868596 CPUtime=0
/proc/18321/task/18329/stat : 18329 (java) S 18320 18307 17659 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20866158 889442304 11207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 890820

[startup+51.1023 s]
/proc/loadavg: 2.46 2.31 2.12 3/93 18329
/proc/meminfo: memFree=1820016/2055920 swapFree=4192812/4192956
[pid=18307] ppid=18305 vsize=16868 CPUtime=1.04
/proc/18307/stat : 18307 (sugar) S 18305 18307 17659 0 -1 4194304 1310 9999 0 1 5 2 91 6 15 0 1 0 20866044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18307/statm: 4217 1111 409 3 0 796 0
[pid=18320] ppid=18307 vsize=5356 CPUtime=0
/proc/18320/stat : 18320 (sh) S 18307 18307 17659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20866153 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18320/statm: 1339 233 193 169 0 50 0
[pid=18321] ppid=18320 vsize=868596 CPUtime=49.96
/proc/18321/stat : 18321 (java) S 18320 18307 17659 0 -1 0 15406 0 1 0 4958 38 0 0 18 0 9 0 20866153 889442304 11225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18321/statm: 217149 11225 2566 9 0 211654 0

################
# More data... #
################

[startup+102.312 s]
/proc/loadavg: 2.29 2.29 2.12 3/93 18329
/proc/meminfo: memFree=1628912/2055920 swapFree=4192812/4192956
[pid=18307] ppid=18305 vsize=16868 CPUtime=1.05
/proc/18307/stat : 18307 (sugar) S 18305 18307 17659 0 -1 4194304 1310 9999 0 1 6 2 91 6 16 0 1 0 20866044 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18307/statm: 4217 1111 409 3 0 796 0
[pid=18320] ppid=18307 vsize=5356 CPUtime=0
/proc/18320/stat : 18320 (sh) S 18307 18307 17659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20866153 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18320/statm: 1339 233 193 169 0 50 0
[pid=18321] ppid=18320 vsize=868708 CPUtime=101.1
/proc/18321/stat : 18321 (java) S 18320 18307 17659 0 -1 0 21317 0 1 0 9923 187 0 0 18 0 9 0 20866153 889556992 12055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18321/statm: 217177 12055 2591 9 0 211654 0
[pid=18321/tid=18322] ppid=18320 vsize=868708 CPUtime=97.07
/proc/18321/task/18322/stat : 18322 (java) R 18320 18307 17659 0 -1 64 10017 0 1 0 9573 134 0 0 25 0 9 0 20866154 889556992 12055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18323] ppid=18320 vsize=868708 CPUtime=3.76
/proc/18321/task/18323/stat : 18323 (java) S 18320 18307 17659 0 -1 64 9046 0 0 0 325 51 0 0 16 0 9 0 20866156 889556992 12055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18324] ppid=18320 vsize=868708 CPUtime=0
/proc/18321/task/18324/stat : 18324 (java) S 18320 18307 17659 0 -1 64 14 0 0 0 0 0 0 0 17 0 9 0 20866156 889556992 12055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18325] ppid=18320 vsize=868708 CPUtime=0
/proc/18321/task/18325/stat : 18325 (java) S 18320 18307 17659 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 20866156 889556992 12055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18326] ppid=18320 vsize=868708 CPUtime=0
/proc/18321/task/18326/stat : 18326 (java) S 18320 18307 17659 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 20866158 889556992 12055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18327] ppid=18320 vsize=868708 CPUtime=0.24
/proc/18321/task/18327/stat : 18327 (java) S 18320 18307 17659 0 -1 64 1551 0 0 0 23 1 0 0 17 0 9 0 20866158 889556992 12055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18328] ppid=18320 vsize=868708 CPUtime=0
/proc/18321/task/18328/stat : 18328 (java) S 18320 18307 17659 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 20866158 889556992 12055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18321/tid=18329] ppid=18320 vsize=868708 CPUtime=0
/proc/18321/task/18329/stat : 18329 (java) S 18320 18307 17659 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20866158 889556992 12055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 890932

[startup+162.303 s]
/proc/loadavg: 1.98 2.19 2.09 3/83 18497
/proc/meminfo: memFree=1127816/2055920 swapFree=4192812/4192956
[pid=18307] ppid=18305 vsize=16868 CPUtime=109.21
/proc/18307/stat : 18307 (sugar) S 18305 18307 17659 0 -1 4194304 1365 32514 0 2 6 2 10649 264 17 0 1 0 20866044 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18307/statm: 4217 1113 409 3 0 796 0
[pid=18330] ppid=18307 vsize=5356 CPUtime=0
/proc/18330/stat : 18330 (sh) S 18307 18307 17659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20876992 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18330/statm: 1339 232 193 169 0 50 0
[pid=18331] ppid=18330 vsize=479756 CPUtime=52.7
/proc/18331/stat : 18331 (picosat) R 18330 18307 17659 0 -1 4194304 103375 0 0 0 2401 2869 0 0 25 0 1 0 20876993 491270144 103361 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/18331/statm: 119939 103361 40 102 0 119834 0
Current children cumulated CPU time (s) 161.91
Current children cumulated vsize (KiB) 501980

[startup+222.303 s]
/proc/loadavg: 1.99 2.15 2.08 4/83 18497
/proc/meminfo: memFree=917768/2055920 swapFree=4192812/4192956
[pid=18307] ppid=18305 vsize=16868 CPUtime=109.21
/proc/18307/stat : 18307 (sugar) S 18305 18307 17659 0 -1 4194304 1365 32514 0 2 6 2 10649 264 17 0 1 0 20866044 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18307/statm: 4217 1113 409 3 0 796 0
[pid=18330] ppid=18307 vsize=5356 CPUtime=0
/proc/18330/stat : 18330 (sh) S 18307 18307 17659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20876992 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18330/statm: 1339 232 193 169 0 50 0
[pid=18331] ppid=18330 vsize=769120 CPUtime=112.56
/proc/18331/stat : 18331 (picosat) R 18330 18307 17659 0 -1 4194304 154184 0 0 0 5468 5788 0 0 25 0 1 0 20876993 787578880 154159 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18331/statm: 192280 154159 42 102 0 192175 0
Current children cumulated CPU time (s) 221.77
Current children cumulated vsize (KiB) 791344

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

[startup+230.303 s]
/proc/loadavg: 1.99 2.15 2.08 3/83 18497
/proc/meminfo: memFree=913288/2055920 swapFree=4192812/4192956
[pid=18307] ppid=18305 vsize=16868 CPUtime=109.21
/proc/18307/stat : 18307 (sugar) S 18305 18307 17659 0 -1 4194304 1365 32514 0 2 6 2 10649 264 17 0 1 0 20866044 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18307/statm: 4217 1113 409 3 0 796 0
[pid=18330] ppid=18307 vsize=5356 CPUtime=0
/proc/18330/stat : 18330 (sh) S 18307 18307 17659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20876992 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18330/statm: 1339 232 193 169 0 50 0
[pid=18331] ppid=18330 vsize=772024 CPUtime=120.53
/proc/18331/stat : 18331 (picosat) R 18330 18307 17659 0 -1 4194304 156082 0 0 0 6265 5788 0 0 25 0 1 0 20876993 790552576 156057 996147200 134512640 134931368 4294956256 18446744073709551615 134525627 0 0 4096 0 0 0 0 17 0 0 0
/proc/18331/statm: 193006 156057 42 102 0 192901 0
Current children cumulated CPU time (s) 229.74
Current children cumulated vsize (KiB) 794248

[startup+236.701 s]
/proc/loadavg: 1.99 2.14 2.08 3/83 18499
/proc/meminfo: memFree=912008/2055920 swapFree=4192812/4192956
[pid=18307] ppid=18305 vsize=16868 CPUtime=109.21
/proc/18307/stat : 18307 (sugar) S 18305 18307 17659 0 -1 4194304 1365 32514 0 2 6 2 10649 264 17 0 1 0 20866044 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18307/statm: 4217 1113 409 3 0 796 0
[pid=18330] ppid=18307 vsize=5356 CPUtime=0
/proc/18330/stat : 18330 (sh) S 18307 18307 17659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20876992 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18330/statm: 1339 232 193 169 0 50 0
[pid=18331] ppid=18330 vsize=772156 CPUtime=126.93
/proc/18331/stat : 18331 (picosat) R 18330 18307 17659 0 -1 4194304 156374 0 0 0 6905 5788 0 0 25 0 1 0 20876993 790687744 156349 996147200 134512640 134931368 4294956256 18446744073709551615 134544692 0 0 4096 0 0 0 0 17 0 0 0
/proc/18331/statm: 193039 156349 42 102 0 192934 0
Current children cumulated CPU time (s) 236.14
Current children cumulated vsize (KiB) 794380

[startup+239.902 s]
/proc/loadavg: 1.99 2.14 2.08 3/83 18499
/proc/meminfo: memFree=912008/2055920 swapFree=4192812/4192956
[pid=18307] ppid=18305 vsize=16868 CPUtime=109.21
/proc/18307/stat : 18307 (sugar) S 18305 18307 17659 0 -1 4194304 1365 32514 0 2 6 2 10649 264 17 0 1 0 20866044 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18307/statm: 4217 1113 409 3 0 796 0
[pid=18330] ppid=18307 vsize=5356 CPUtime=0
/proc/18330/stat : 18330 (sh) S 18307 18307 17659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20876992 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18330/statm: 1339 232 193 169 0 50 0
[pid=18331] ppid=18330 vsize=772156 CPUtime=130.13
/proc/18331/stat : 18331 (picosat) R 18330 18307 17659 0 -1 4194304 156374 0 0 0 7225 5788 0 0 25 0 1 0 20876993 790687744 156349 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/18331/statm: 193039 156349 42 102 0 192934 0
Current children cumulated CPU time (s) 239.34
Current children cumulated vsize (KiB) 794380

[startup+241.502 s]
/proc/loadavg: 1.99 2.14 2.08 3/83 18499
/proc/meminfo: memFree=911496/2055920 swapFree=4192812/4192956
[pid=18307] ppid=18305 vsize=16868 CPUtime=109.21
/proc/18307/stat : 18307 (sugar) S 18305 18307 17659 0 -1 4194304 1365 32514 0 2 6 2 10649 264 17 0 1 0 20866044 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18307/statm: 4217 1113 409 3 0 796 0
[pid=18330] ppid=18307 vsize=5356 CPUtime=0
/proc/18330/stat : 18330 (sh) S 18307 18307 17659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20876992 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18330/statm: 1339 232 193 169 0 50 0
[pid=18331] ppid=18330 vsize=772684 CPUtime=131.73
/proc/18331/stat : 18331 (picosat) R 18330 18307 17659 0 -1 4194304 156509 0 0 0 7385 5788 0 0 25 0 1 0 20876993 791228416 156484 996147200 134512640 134931368 4294956256 18446744073709551615 134525612 0 0 4096 0 0 0 0 17 0 0 0
/proc/18331/statm: 193171 156484 42 102 0 193066 0
Current children cumulated CPU time (s) 240.94
Current children cumulated vsize (KiB) 794908

[startup+243.107 s]
/proc/loadavg: 1.99 2.14 2.08 3/83 18499
/proc/meminfo: memFree=899272/2055920 swapFree=4192812/4192956
[pid=18307] ppid=18305 vsize=16868 CPUtime=109.21
/proc/18307/stat : 18307 (sugar) S 18305 18307 17659 0 -1 4194304 1365 32514 0 2 6 2 10649 264 17 0 1 0 20866044 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18307/statm: 4217 1113 409 3 0 796 0
[pid=18330] ppid=18307 vsize=5356 CPUtime=0
/proc/18330/stat : 18330 (sh) S 18307 18307 17659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20876992 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18330/statm: 1339 232 193 169 0 50 0
[pid=18331] ppid=18330 vsize=716784 CPUtime=133.33
/proc/18331/stat : 18331 (picosat) R 18330 18307 17659 0 -1 4194304 159559 0 0 0 7543 5790 0 0 25 0 1 0 20876993 733986816 150239 996147200 134512640 134931368 4294956256 18446744073709551615 134580607 0 0 4096 0 0 0 0 17 0 0 0
/proc/18331/statm: 179196 150239 42 102 0 179091 0
Current children cumulated CPU time (s) 242.54
Current children cumulated vsize (KiB) 739008

[startup+243.502 s]
/proc/loadavg: 1.99 2.14 2.08 3/83 18499
/proc/meminfo: memFree=899272/2055920 swapFree=4192812/4192956
[pid=18307] ppid=18305 vsize=16868 CPUtime=109.21
/proc/18307/stat : 18307 (sugar) S 18305 18307 17659 0 -1 4194304 1365 32514 0 2 6 2 10649 264 17 0 1 0 20866044 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18307/statm: 4217 1113 409 3 0 796 0
[pid=18330] ppid=18307 vsize=5356 CPUtime=0
/proc/18330/stat : 18330 (sh) S 18307 18307 17659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20876992 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18330/statm: 1339 232 193 169 0 50 0
[pid=18331] ppid=18330 vsize=0 CPUtime=133.73
/proc/18331/stat : 18331 (picosat) R 18330 18307 17659 0 -1 4194308 159561 0 0 0 7577 5796 0 0 25 0 1 0 20876993 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/18331/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 242.94
Current children cumulated vsize (KiB) 22224

[startup+243.902 s]
/proc/loadavg: 1.99 2.14 2.08 3/83 18499
/proc/meminfo: memFree=899272/2055920 swapFree=4192812/4192956
[pid=18307] ppid=18305 vsize=16868 CPUtime=242.99
/proc/18307/stat : 18307 (sugar) S 18305 18307 17659 0 -1 4194304 1448 192360 0 2 6 2 18226 6065 15 0 1 0 20866044 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18307/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 242.99
Current children cumulated vsize (KiB) 16868

[startup+244.002 s]
/proc/loadavg: 1.99 2.14 2.08 3/83 18499
/proc/meminfo: memFree=899272/2055920 swapFree=4192812/4192956
[pid=18307] ppid=18305 vsize=16868 CPUtime=243.39
/proc/18307/stat : 18307 (sugar) R 18305 18307 17659 0 -1 4194304 1475 196691 0 3 6 10 18255 6068 16 0 1 0 20866044 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 245482886185 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18307/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 243.39
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 244.053
CPU time (s): 243.462
CPU user time (s): 182.619
CPU system time (s): 60.8428
CPU usage (%): 99.7577
Max. virtual memory (cumulated for all children) (KiB): 893384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 182.619
system time used= 60.8428
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198227
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= 76887
involuntary context switches= 77983

runsolver used 0.349946 second user time and 0.929858 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-11 20:46:28
IDJOB=2065174
IDBENCH=54322
IDSOLVER=738
FILE ID=node17/2065174-1247337988
PBS_JOBID= 9506684
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-10-3-fair.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-2065174-1247337988/watcher-2065174-1247337988 -o /tmp/evaluation-result-2065174-1247337988/solver-2065174-1247337988 -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-2065174-1247337988.xml

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

MD5SUM BENCH= 14b32115813e5a5ce1b329ea369de09a
RANDOM SEED=1773689212

node17.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.213
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.213
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:       1859880 kB
Buffers:         20356 kB
Cached:          70900 kB
SwapCached:          0 kB
Active:         106220 kB
Inactive:        34056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1859880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2832 kB
Writeback:           0 kB
Mapped:          69420 kB
Slab:            40744 kB
Committed_AS:   200232 kB
PageTables:       2016 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= 66448 MiB
End job on node17 at 2009-07-11 20:50:32