Trace number 2083082

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+picosat? 316.55 330.258

General information on the benchmark

Namecsp/fapp/fapp15/
normalized-fapp15-3000-10.xml
MD5SUM8ae74589310914004d3bf891f899393f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark62.8804
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sun Jul 12 07:30:56 2009
0.05/0.08	c 0	PID 27400
0.05/0.08	c 0	HOST node74.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2083082-1247376655.xml TO HOME/temp.csp
0.05/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-2083082-1247376655.xml' 'HOME/temp.csp'
2.05/2.14	c 2	23 domains, 3000 variables, 8 predicates, 0 relations, 33021 constraints
2.05/2.18	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.05/2.18	c 2	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'
2.11/2.25	c 2	Parsing HOME/temp.csp
2.11/2.56	c 2	parsed 10000 expressions
2.11/2.71	c 2	parsed 20000 expressions
2.11/2.87	c 3	parsed 30000 expressions
2.11/3.02	c 3	parsed 36052 expressions
2.11/3.04	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.11/3.04	c 3	Converting to clausal form CSP
3.79/3.95	c 4	converted 3606 (10%) expressions
7.16/7.38	c 7	converted 7211 (20%) expressions
10.53/10.71	c 10	converted 10816 (30%) expressions
13.79/14.08	c 14	converted 14421 (40%) expressions
16.77/17.07	c 17	converted 18026 (50%) expressions
19.73/20.03	c 20	converted 21632 (60%) expressions
23.29/23.66	c 23	converted 25237 (70%) expressions
26.15/26.52	c 26	converted 28842 (80%) expressions
28.73/29.14	c 29	converted 32447 (90%) expressions
31.11/31.55	c 31	converted 36052 (100%) expressions
31.11/31.56	c 31	CSP : 13207 integers, 91836 booleans, 219740 clauses, largest domain size 2641
31.11/31.56	c 31	Heap : 150 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
31.11/31.56	c 31	Propagation in CSP
34.58/35.03	c 35	5198 values, 0 unsatisfiable literals, and 0 valid clauses are removed
34.58/35.04	c 35	CSP : 13207 integers, 91836 booleans, 219740 clauses, largest domain size 2641
34.58/35.04	c 35	Heap : 150 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.67/35.11	c 35	Simplifing CSP by introducing new Boolean variables
35.16/35.61	c 35	CSP : 13207 integers, 177160 booleans, 305064 clauses, largest domain size 2641
35.16/35.61	c 35	Heap : 180 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
36.25/36.74	c 36	Encoding CSP to SAT : HOME/temp.cnf
40.21/40.72	c 40	1321 (10%) CSP integer variables are encoded (223625 clauses, 3580804 bytes)
44.17/44.71	c 44	2642 (20%) CSP integer variables are encoded (449604 clauses, 7422447 bytes)
48.02/48.67	c 48	3963 (30%) CSP integer variables are encoded (2828753 clauses, 51531893 bytes)
52.04/52.78	c 52	5283 (40%) CSP integer variables are encoded (6097095 clauses, 113630391 bytes)
56.17/56.98	c 57	6604 (50%) CSP integer variables are encoded (9335870 clauses, 175167116 bytes)
60.51/61.57	c 61	7925 (60%) CSP integer variables are encoded (12591501 clauses, 242220856 bytes)
64.90/66.06	c 66	9245 (70%) CSP integer variables are encoded (15833941 clauses, 310312096 bytes)
69.27/70.73	c 70	10566 (80%) CSP integer variables are encoded (19082142 clauses, 378524317 bytes)
73.64/75.23	c 75	11887 (90%) CSP integer variables are encoded (22347705 clauses, 447101140 bytes)
77.91/79.65	c 79	13207 (100%) CSP integer variables are encoded (25553793 clauses, 514428988 bytes)
100.15/102.86	c 103	30507 (10%) CSP clauses are encoded (33676531 clauses, 737241222 bytes)
123.45/126.56	c 126	61013 (20%) CSP clauses are encoded (42436845 clauses, 980071900 bytes)
146.93/150.68	c 150	91520 (30%) CSP clauses are encoded (51234323 clauses, 1224671428 bytes)
170.39/174.60	c 174	122026 (40%) CSP clauses are encoded (60016576 clauses, 1480553373 bytes)
194.26/199.45	c 199	152532 (50%) CSP clauses are encoded (69046180 clauses, 1748656783 bytes)
218.57/224.67	c 224	183039 (60%) CSP clauses are encoded (78215248 clauses, 2020983379 bytes)
242.77/249.88	c 250	213545 (70%) CSP clauses are encoded (87299790 clauses, 2291039902 bytes)
267.02/275.06	c 275	244052 (80%) CSP clauses are encoded (96525488 clauses, 2565791174 bytes)
291.44/300.67	c 300	274558 (90%) CSP clauses are encoded (105978382 clauses, 2847427098 bytes)
315.44/325.45	c 325	305064 (100%) CSP clauses are encoded (115448892 clauses, 3131099237 bytes)
315.44/325.45	c 325	305064 CSP clauses encoded
315.50/325.53	c 325	Writing map file : HOME/temp.map
315.61/326.24	c 326	Heap : 155 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
315.61/326.24	c 326	SAT : 25744160 SAT variables, 115448892 SAT clauses, 3131099237 bytes
315.61/326.25	c 326	Heap : 155 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
315.65/326.37	c 326	SOLVING HOME/temp.cnf
315.65/326.37	c 326	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
315.70/326.51	c 326	*** picosat: can not read input file 'HOME/temp.cnf'
315.70/326.51	c 326	DECODING HOME/temp.out WITH HOME/temp.map
315.70/326.51	c ERROR no output file HOME/temp.out
315.70/326.51	s UNKNOWN
315.70/326.51	c 326	CPU 315.71 (0.06 0.03 296.45 19.17)
315.70/326.51	c 326	END Sun Jul 12 07:36:22 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083082-1247376655/watcher-2083082-1247376655 -o /tmp/evaluation-result-2083082-1247376655/solver-2083082-1247376655 -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-2083082-1247376655.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.03 2.01 2.01 4/81 27400
/proc/meminfo: memFree=1689760/2055920 swapFree=4192812/4192956
[pid=27400] ppid=27398 vsize=18576 CPUtime=0
/proc/27400/stat : 27400 (runsolver) R 27398 27400 21833 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24731356 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 228774702375 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27400/statm: 4644 284 249 26 0 2626 0

[startup+0.0677621 s]
/proc/loadavg: 2.03 2.01 2.01 4/81 27400
/proc/meminfo: memFree=1689760/2055920 swapFree=4192812/4192956
[pid=27400] ppid=27398 vsize=16212 CPUtime=0.05
/proc/27400/stat : 27400 (sugar) R 27398 27400 21833 0 -1 4194304 973 0 0 0 4 1 0 0 18 0 1 0 24731356 16601088 941 996147200 4194304 4206940 548682068608 18446744073709551615 228794703952 0 0 4224 0 0 0 0 17 1 0 0
/proc/27400/statm: 4053 941 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101766 s]
/proc/loadavg: 2.03 2.01 2.01 4/81 27400
/proc/meminfo: memFree=1689760/2055920 swapFree=4192812/4192956
[pid=27400] ppid=27398 vsize=16868 CPUtime=0.07
/proc/27400/stat : 27400 (sugar) S 27398 27400 21833 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24731356 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27400/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301791 s]
/proc/loadavg: 2.03 2.01 2.01 4/81 27400
/proc/meminfo: memFree=1689760/2055920 swapFree=4192812/4192956
[pid=27400] ppid=27398 vsize=16868 CPUtime=0.07
/proc/27400/stat : 27400 (sugar) S 27398 27400 21833 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24731356 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27400/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701836 s]
/proc/loadavg: 2.03 2.01 2.01 4/81 27400
/proc/meminfo: memFree=1689760/2055920 swapFree=4192812/4192956
[pid=27400] ppid=27398 vsize=16868 CPUtime=0.07
/proc/27400/stat : 27400 (sugar) S 27398 27400 21833 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24731356 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27400/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50293 s]
/proc/loadavg: 2.10 2.03 2.02 4/92 27412
/proc/meminfo: memFree=1653768/2055920 swapFree=4192812/4192956
[pid=27400] ppid=27398 vsize=16868 CPUtime=0.07
/proc/27400/stat : 27400 (sugar) S 27398 27400 21833 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24731356 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27400/statm: 4217 1111 409 3 0 796 0
[pid=27403] ppid=27400 vsize=5356 CPUtime=0
/proc/27403/stat : 27403 (sh) S 27400 27400 21833 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 24731364 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27403/statm: 1339 233 193 169 0 50 0
[pid=27404] ppid=27403 vsize=866780 CPUtime=1.4
/proc/27404/stat : 27404 (java) S 27403 27400 21833 0 -1 0 18067 0 1 0 131 9 0 0 18 0 9 0 24731365 887582720 15634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27404/statm: 216695 15634 2556 9 0 211207 0
[pid=27404/tid=27405] ppid=27403 vsize=866780 CPUtime=0.65
/proc/27404/task/27405/stat : 27405 (java) R 27403 27400 21833 0 -1 64 3056 0 1 0 63 2 0 0 25 0 9 0 24731366 887582720 15634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27404/tid=27406] ppid=27403 vsize=866780 CPUtime=0.59
/proc/27404/task/27406/stat : 27406 (java) R 27403 27400 21833 0 -1 64 13796 0 0 0 54 5 0 0 16 0 9 0 24731367 887582720 15634 996147200 134512640 134550932 4294955984 18446744073709551615 104188790 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27404/tid=27407] ppid=27403 vsize=866780 CPUtime=0
/proc/27404/task/27407/stat : 27407 (java) S 27403 27400 21833 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24731367 887582720 15634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27404/tid=27408] ppid=27403 vsize=866780 CPUtime=0
/proc/27404/task/27408/stat : 27408 (java) S 27403 27400 21833 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24731367 887582720 15634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27404/tid=27409] ppid=27403 vsize=866780 CPUtime=0
/proc/27404/task/27409/stat : 27409 (java) S 27403 27400 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24731369 887582720 15634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27404/tid=27410] ppid=27403 vsize=866780 CPUtime=0.12
/proc/27404/task/27410/stat : 27410 (java) S 27403 27400 21833 0 -1 64 511 0 0 0 12 0 0 0 16 0 9 0 24731369 887582720 15634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27404/tid=27411] ppid=27403 vsize=866780 CPUtime=0
/proc/27404/task/27411/stat : 27411 (java) S 27403 27400 21833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24731369 887582720 15634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27404/tid=27412] ppid=27403 vsize=866780 CPUtime=0
/proc/27404/task/27412/stat : 27412 (java) S 27403 27400 21833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24731369 887582720 15634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 889004

[startup+3.10111 s]
/proc/loadavg: 2.10 2.03 2.02 3/92 27412
/proc/meminfo: memFree=1630088/2055920 swapFree=4192812/4192956
[pid=27400] ppid=27398 vsize=16868 CPUtime=2.11
/proc/27400/stat : 27400 (sugar) S 27398 27400 21833 0 -1 4194304 1309 19527 0 1 5 2 193 11 15 0 1 0 24731356 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27400/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30149 s]
/proc/loadavg: 2.10 2.03 2.02 3/92 27422
/proc/meminfo: memFree=1646920/2055920 swapFree=4192812/4192956
[pid=27400] ppid=27398 vsize=16868 CPUtime=2.11
/proc/27400/stat : 27400 (sugar) S 27398 27400 21833 0 -1 4194304 1309 19527 0 1 5 2 193 11 16 0 1 0 24731356 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27400/statm: 4217 1111 409 3 0 796 0
[pid=27413] ppid=27400 vsize=5356 CPUtime=0
/proc/27413/stat : 27413 (sh) S 27400 27400 21833 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24731574 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27413/statm: 1339 233 193 169 0 50 0
[pid=27414] ppid=27413 vsize=868648 CPUtime=4.07
/proc/27414/stat : 27414 (java) S 27413 27400 21833 0 -1 0 14262 0 1 0 397 10 0 0 19 0 9 0 24731574 889495552 12811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27414/statm: 217162 12811 2567 9 0 211667 0
[pid=27414/tid=27415] ppid=27413 vsize=868648 CPUtime=3.13
/proc/27414/task/27415/stat : 27415 (java) R 27413 27400 21833 0 -1 64 3025 0 1 0 310 3 0 0 25 0 9 0 24731575 889495552 12811 996147200 134512640 134550932 4294955936 18446744073709551615 4126509508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27416] ppid=27413 vsize=868648 CPUtime=0.72
/proc/27414/task/27416/stat : 27416 (java) S 27413 27400 21833 0 -1 64 9036 0 0 0 67 5 0 0 16 0 9 0 24731576 889495552 12811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27417] ppid=27413 vsize=868648 CPUtime=0
/proc/27414/task/27417/stat : 27417 (java) S 27413 27400 21833 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24731576 889495552 12811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27418] ppid=27413 vsize=868648 CPUtime=0
/proc/27414/task/27418/stat : 27418 (java) S 27413 27400 21833 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24731576 889495552 12811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27419] ppid=27413 vsize=868648 CPUtime=0
/proc/27414/task/27419/stat : 27419 (java) S 27413 27400 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24731579 889495552 12811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27420] ppid=27413 vsize=868648 CPUtime=0.18
/proc/27414/task/27420/stat : 27420 (java) S 27413 27400 21833 0 -1 64 1499 0 0 0 18 0 0 0 16 0 9 0 24731579 889495552 12811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27421] ppid=27413 vsize=868648 CPUtime=0
/proc/27414/task/27421/stat : 27421 (java) S 27413 27400 21833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24731579 889495552 12811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27422] ppid=27413 vsize=868648 CPUtime=0
/proc/27414/task/27422/stat : 27422 (java) S 27413 27400 21833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24731579 889495552 12811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890872

[startup+12.7022 s]
/proc/loadavg: 2.09 2.03 2.02 4/92 27422
/proc/meminfo: memFree=1613064/2055920 swapFree=4192812/4192956
[pid=27400] ppid=27398 vsize=16868 CPUtime=2.11
/proc/27400/stat : 27400 (sugar) S 27398 27400 21833 0 -1 4194304 1309 19527 0 1 5 2 193 11 16 0 1 0 24731356 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27400/statm: 4217 1111 409 3 0 796 0
[pid=27413] ppid=27400 vsize=5356 CPUtime=0
/proc/27413/stat : 27413 (sh) S 27400 27400 21833 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24731574 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27413/statm: 1339 233 193 169 0 50 0
[pid=27414] ppid=27413 vsize=868648 CPUtime=10.4
/proc/27414/stat : 27414 (java) S 27413 27400 21833 0 -1 0 26945 0 1 0 1024 16 0 0 19 0 9 0 24731574 889495552 21134 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27414/statm: 217162 21134 2568 9 0 211667 0
[pid=27414/tid=27415] ppid=27413 vsize=868648 CPUtime=8.57
/proc/27414/task/27415/stat : 27415 (java) R 27413 27400 21833 0 -1 64 3508 0 1 0 853 4 0 0 25 0 9 0 24731575 889495552 21134 996147200 134512640 134550932 4294955936 18446744073709551615 4126503926 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27416] ppid=27413 vsize=868648 CPUtime=1.6
/proc/27414/task/27416/stat : 27416 (java) S 27413 27400 21833 0 -1 64 21234 0 0 0 150 10 0 0 16 0 9 0 24731576 889495552 21134 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27417] ppid=27413 vsize=868648 CPUtime=0
/proc/27414/task/27417/stat : 27417 (java) S 27413 27400 21833 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24731576 889495552 21134 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27418] ppid=27413 vsize=868648 CPUtime=0
/proc/27414/task/27418/stat : 27418 (java) S 27413 27400 21833 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24731576 889495552 21134 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27419] ppid=27413 vsize=868648 CPUtime=0
/proc/27414/task/27419/stat : 27419 (java) S 27413 27400 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24731579 889495552 21134 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27420] ppid=27413 vsize=868648 CPUtime=0.19
/proc/27414/task/27420/stat : 27420 (java) S 27413 27400 21833 0 -1 64 1501 0 0 0 19 0 0 0 15 0 9 0 24731579 889495552 21134 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27421] ppid=27413 vsize=868648 CPUtime=0
/proc/27414/task/27421/stat : 27421 (java) S 27413 27400 21833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24731579 889495552 21134 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27422] ppid=27413 vsize=868648 CPUtime=0
/proc/27414/task/27422/stat : 27422 (java) S 27413 27400 21833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24731579 889495552 21134 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890872

[startup+25.5027 s]
/proc/loadavg: 2.07 2.02 2.02 3/92 27422
/proc/meminfo: memFree=1500232/2055920 swapFree=4192812/4192956
[pid=27400] ppid=27398 vsize=16868 CPUtime=2.11
/proc/27400/stat : 27400 (sugar) S 27398 27400 21833 0 -1 4194304 1309 19527 0 1 5 2 193 11 16 0 1 0 24731356 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27400/statm: 4217 1111 409 3 0 796 0
[pid=27413] ppid=27400 vsize=5356 CPUtime=0
/proc/27413/stat : 27413 (sh) S 27400 27400 21833 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24731574 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27413/statm: 1339 233 193 169 0 50 0
[pid=27414] ppid=27413 vsize=868648 CPUtime=23.06
/proc/27414/stat : 27414 (java) S 27413 27400 21833 0 -1 0 52513 0 1 0 2277 29 0 0 19 0 9 0 24731574 889495552 37710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27414/statm: 217162 37710 2569 9 0 211667 0
[pid=27414/tid=27415] ppid=27413 vsize=868648 CPUtime=18.88
/proc/27414/task/27415/stat : 27415 (java) R 27413 27400 21833 0 -1 64 4896 0 1 0 1883 5 0 0 25 0 9 0 24731575 889495552 37710 996147200 134512640 134550932 4294955936 18446744073709551615 4126513446 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27416] ppid=27413 vsize=868648 CPUtime=3.95
/proc/27414/task/27416/stat : 27416 (java) S 27413 27400 21833 0 -1 64 45410 0 0 0 373 22 0 0 16 0 9 0 24731576 889495552 37710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27417] ppid=27413 vsize=868648 CPUtime=0
/proc/27414/task/27417/stat : 27417 (java) S 27413 27400 21833 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24731576 889495552 37710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27418] ppid=27413 vsize=868648 CPUtime=0
/proc/27414/task/27418/stat : 27418 (java) S 27413 27400 21833 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24731576 889495552 37710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27419] ppid=27413 vsize=868648 CPUtime=0
/proc/27414/task/27419/stat : 27419 (java) S 27413 27400 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24731579 889495552 37710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27420] ppid=27413 vsize=868648 CPUtime=0.2
/proc/27414/task/27420/stat : 27420 (java) S 27413 27400 21833 0 -1 64 1505 0 0 0 20 0 0 0 16 0 9 0 24731579 889495552 37710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27421] ppid=27413 vsize=868648 CPUtime=0
/proc/27414/task/27421/stat : 27421 (java) S 27413 27400 21833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24731579 889495552 37710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27422] ppid=27413 vsize=868648 CPUtime=0
/proc/27414/task/27422/stat : 27422 (java) S 27413 27400 21833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24731579 889495552 37710 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) 890872

[startup+51.1027 s]
/proc/loadavg: 2.12 2.04 2.02 3/92 27422
/proc/meminfo: memFree=1313288/2055920 swapFree=4192812/4192956
[pid=27400] ppid=27398 vsize=16868 CPUtime=2.11
/proc/27400/stat : 27400 (sugar) S 27398 27400 21833 0 -1 4194304 1310 19527 0 1 5 2 193 11 16 0 1 0 24731356 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27400/statm: 4217 1111 409 3 0 796 0
[pid=27413] ppid=27400 vsize=5356 CPUtime=0
/proc/27413/stat : 27413 (sh) S 27400 27400 21833 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24731574 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27413/statm: 1339 233 193 169 0 50 0
[pid=27414] ppid=27413 vsize=868760 CPUtime=48.37
/proc/27414/stat : 27414 (java) S 27413 27400 21833 0 -1 0 68731 0 1 0 4752 85 0 0 19 0 9 0 24731574 889610240 53200 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+222.307 s]
/proc/loadavg: 2.40 2.18 2.07 3/92 27422
/proc/meminfo: memFree=15368/2055920 swapFree=4192812/4192956
[pid=27400] ppid=27398 vsize=16868 CPUtime=2.11
/proc/27400/stat : 27400 (sugar) S 27398 27400 21833 0 -1 4194304 1310 19527 0 1 5 2 193 11 16 0 1 0 24731356 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27400/statm: 4217 1111 409 3 0 796 0
[pid=27413] ppid=27400 vsize=5356 CPUtime=0
/proc/27413/stat : 27413 (sh) S 27400 27400 21833 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24731574 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27413/statm: 1339 233 193 169 0 50 0
[pid=27414] ppid=27413 vsize=868760 CPUtime=214.24
/proc/27414/stat : 27414 (java) S 27413 27400 21833 0 -1 0 71062 0 1 0 20199 1225 0 0 19 0 9 0 24731574 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27414/statm: 217190 53215 2593 9 0 211667 0
[pid=27414/tid=27415] ppid=27413 vsize=868760 CPUtime=205.55
/proc/27414/task/27415/stat : 27415 (java) R 27413 27400 21833 0 -1 64 7915 0 1 0 19383 1172 0 0 25 0 9 0 24731575 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4126877457 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27416] ppid=27413 vsize=868760 CPUtime=8.38
/proc/27414/task/27416/stat : 27416 (java) S 27413 27400 21833 0 -1 64 60892 0 0 0 787 51 0 0 16 0 9 0 24731576 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27417] ppid=27413 vsize=868760 CPUtime=0
/proc/27414/task/27417/stat : 27417 (java) S 27413 27400 21833 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24731576 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27418] ppid=27413 vsize=868760 CPUtime=0
/proc/27414/task/27418/stat : 27418 (java) S 27413 27400 21833 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24731576 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27419] ppid=27413 vsize=868760 CPUtime=0
/proc/27414/task/27419/stat : 27419 (java) S 27413 27400 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24731579 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27420] ppid=27413 vsize=868760 CPUtime=0.29
/proc/27414/task/27420/stat : 27420 (java) S 27413 27400 21833 0 -1 64 1553 0 0 0 28 1 0 0 16 0 9 0 24731579 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27421] ppid=27413 vsize=868760 CPUtime=0
/proc/27414/task/27421/stat : 27421 (java) S 27413 27400 21833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24731579 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27422] ppid=27413 vsize=868760 CPUtime=0
/proc/27414/task/27422/stat : 27422 (java) S 27413 27400 21833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24731579 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 216.35
Current children cumulated vsize (KiB) 890984

[startup+282.301 s]
/proc/loadavg: 2.23 2.17 2.07 3/92 27422
/proc/meminfo: memFree=14920/2055920 swapFree=4192812/4192956
[pid=27400] ppid=27398 vsize=16868 CPUtime=2.12
/proc/27400/stat : 27400 (sugar) S 27398 27400 21833 0 -1 4194304 1310 19527 0 1 6 2 193 11 16 0 1 0 24731356 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27400/statm: 4217 1111 409 3 0 796 0
[pid=27413] ppid=27400 vsize=5356 CPUtime=0
/proc/27413/stat : 27413 (sh) S 27400 27400 21833 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24731574 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27413/statm: 1339 233 193 169 0 50 0
[pid=27414] ppid=27413 vsize=868760 CPUtime=271.98
/proc/27414/stat : 27414 (java) S 27413 27400 21833 0 -1 0 71839 0 1 0 25590 1608 0 0 19 0 9 0 24731574 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27414/statm: 217190 53215 2593 9 0 211667 0
[pid=27414/tid=27415] ppid=27413 vsize=868760 CPUtime=262.49
/proc/27414/task/27415/stat : 27415 (java) R 27413 27400 21833 0 -1 64 8692 0 1 0 24702 1547 0 0 25 0 9 0 24731575 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4126614856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27416] ppid=27413 vsize=868760 CPUtime=9.17
/proc/27414/task/27416/stat : 27416 (java) S 27413 27400 21833 0 -1 64 60892 0 0 0 859 58 0 0 16 0 9 0 24731576 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27417] ppid=27413 vsize=868760 CPUtime=0
/proc/27414/task/27417/stat : 27417 (java) S 27413 27400 21833 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24731576 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27418] ppid=27413 vsize=868760 CPUtime=0
/proc/27414/task/27418/stat : 27418 (java) S 27413 27400 21833 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24731576 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27419] ppid=27413 vsize=868760 CPUtime=0
/proc/27414/task/27419/stat : 27419 (java) S 27413 27400 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24731579 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27420] ppid=27413 vsize=868760 CPUtime=0.29
/proc/27414/task/27420/stat : 27420 (java) S 27413 27400 21833 0 -1 64 1553 0 0 0 28 1 0 0 16 0 9 0 24731579 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27421] ppid=27413 vsize=868760 CPUtime=0
/proc/27414/task/27421/stat : 27421 (java) S 27413 27400 21833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24731579 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27422] ppid=27413 vsize=868760 CPUtime=0
/proc/27414/task/27422/stat : 27422 (java) S 27413 27400 21833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24731579 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 274.1
Current children cumulated vsize (KiB) 890984

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

[startup+307.201 s]
/proc/loadavg: 2.23 2.17 2.07 3/92 27422
/proc/meminfo: memFree=15240/2055920 swapFree=4192812/4192956
[pid=27400] ppid=27398 vsize=16868 CPUtime=2.12
/proc/27400/stat : 27400 (sugar) S 27398 27400 21833 0 -1 4194304 1310 19527 0 1 6 2 193 11 16 0 1 0 24731356 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27400/statm: 4217 1111 409 3 0 796 0
[pid=27413] ppid=27400 vsize=5356 CPUtime=0
/proc/27413/stat : 27413 (sh) S 27400 27400 21833 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24731574 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27413/statm: 1339 233 193 169 0 50 0
[pid=27414] ppid=27413 vsize=868760 CPUtime=295.74
/proc/27414/stat : 27414 (java) S 27413 27400 21833 0 -1 0 72166 0 1 0 27803 1771 0 0 19 0 9 0 24731574 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27414/statm: 217190 53215 2593 9 0 211667 0
[pid=27414/tid=27415] ppid=27413 vsize=868760 CPUtime=285.91
/proc/27414/task/27415/stat : 27415 (java) R 27413 27400 21833 0 -1 64 9019 0 1 0 26885 1706 0 0 25 0 9 0 24731575 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4126871028 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27416] ppid=27413 vsize=868760 CPUtime=9.51
/proc/27414/task/27416/stat : 27416 (java) S 27413 27400 21833 0 -1 64 60892 0 0 0 889 62 0 0 16 0 9 0 24731576 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27417] ppid=27413 vsize=868760 CPUtime=0
/proc/27414/task/27417/stat : 27417 (java) S 27413 27400 21833 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24731576 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27418] ppid=27413 vsize=868760 CPUtime=0
/proc/27414/task/27418/stat : 27418 (java) S 27413 27400 21833 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24731576 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27419] ppid=27413 vsize=868760 CPUtime=0
/proc/27414/task/27419/stat : 27419 (java) S 27413 27400 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24731579 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27420] ppid=27413 vsize=868760 CPUtime=0.29
/proc/27414/task/27420/stat : 27420 (java) S 27413 27400 21833 0 -1 64 1553 0 0 0 28 1 0 0 16 0 9 0 24731579 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27421] ppid=27413 vsize=868760 CPUtime=0
/proc/27414/task/27421/stat : 27421 (java) S 27413 27400 21833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24731579 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27422] ppid=27413 vsize=868760 CPUtime=0
/proc/27414/task/27422/stat : 27422 (java) S 27413 27400 21833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24731579 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 297.86
Current children cumulated vsize (KiB) 890984

[startup+320.003 s]
/proc/loadavg: 2.28 2.18 2.08 3/92 27422
/proc/meminfo: memFree=15240/2055920 swapFree=4192812/4192956
[pid=27400] ppid=27398 vsize=16868 CPUtime=2.12
/proc/27400/stat : 27400 (sugar) S 27398 27400 21833 0 -1 4194304 1310 19527 0 1 6 2 193 11 16 0 1 0 24731356 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27400/statm: 4217 1111 409 3 0 796 0
[pid=27413] ppid=27400 vsize=5356 CPUtime=0
/proc/27413/stat : 27413 (sh) S 27400 27400 21833 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24731574 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27413/statm: 1339 233 193 169 0 50 0
[pid=27414] ppid=27413 vsize=868760 CPUtime=308.13
/proc/27414/stat : 27414 (java) S 27413 27400 21833 0 -1 0 72340 0 1 0 28951 1862 0 0 19 0 9 0 24731574 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27414/statm: 217190 53215 2593 9 0 211667 0
[pid=27414/tid=27415] ppid=27413 vsize=868760 CPUtime=298.13
/proc/27414/task/27415/stat : 27415 (java) R 27413 27400 21833 0 -1 64 9193 0 1 0 28017 1796 0 0 25 0 9 0 24731575 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4127076302 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27416] ppid=27413 vsize=868760 CPUtime=9.68
/proc/27414/task/27416/stat : 27416 (java) S 27413 27400 21833 0 -1 64 60892 0 0 0 904 64 0 0 16 0 9 0 24731576 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27417] ppid=27413 vsize=868760 CPUtime=0
/proc/27414/task/27417/stat : 27417 (java) S 27413 27400 21833 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24731576 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27418] ppid=27413 vsize=868760 CPUtime=0
/proc/27414/task/27418/stat : 27418 (java) S 27413 27400 21833 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24731576 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27419] ppid=27413 vsize=868760 CPUtime=0
/proc/27414/task/27419/stat : 27419 (java) S 27413 27400 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24731579 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27420] ppid=27413 vsize=868760 CPUtime=0.29
/proc/27414/task/27420/stat : 27420 (java) S 27413 27400 21833 0 -1 64 1553 0 0 0 28 1 0 0 16 0 9 0 24731579 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27421] ppid=27413 vsize=868760 CPUtime=0
/proc/27414/task/27421/stat : 27421 (java) S 27413 27400 21833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24731579 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27414/tid=27422] ppid=27413 vsize=868760 CPUtime=0
/proc/27414/task/27422/stat : 27422 (java) S 27413 27400 21833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24731579 889610240 53215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 310.25
Current children cumulated vsize (KiB) 890984

[startup+326.402 s]
/proc/loadavg: 2.25 2.18 2.08 2/92 27422
/proc/meminfo: memFree=16328/2055920 swapFree=4192812/4192956
[pid=27400] ppid=27398 vsize=16868 CPUtime=315.7
/proc/27400/stat : 27400 (sugar) S 27398 27400 21833 0 -1 4194304 1366 92252 0 6 6 3 29645 1916 16 0 1 0 24731356 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27400/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 315.7
Current children cumulated vsize (KiB) 16868

[startup+328.002 s]
/proc/loadavg: 2.31 2.19 2.08 2/82 27424
/proc/meminfo: memFree=1618136/2055920 swapFree=4192812/4192956
[pid=27400] ppid=27398 vsize=16868 CPUtime=316.44
/proc/27400/stat : 27400 (sugar) D 27398 27400 21833 0 -1 4194304 1419 92582 0 19 6 76 29645 1917 18 0 1 0 24731356 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27400/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 316.44
Current children cumulated vsize (KiB) 16868

[startup+329.602 s]
/proc/loadavg: 2.31 2.19 2.08 2/82 27424
/proc/meminfo: memFree=1617624/2055920 swapFree=4192812/4192956
[pid=27400] ppid=27398 vsize=16868 CPUtime=316.5
/proc/27400/stat : 27400 (sugar) D 27398 27400 21833 0 -1 4194304 1419 92582 0 19 6 82 29645 1917 18 0 1 0 24731356 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27400/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 316.5
Current children cumulated vsize (KiB) 16868

[startup+330.002 s]
/proc/loadavg: 2.31 2.19 2.08 2/82 27424
/proc/meminfo: memFree=1617048/2055920 swapFree=4192812/4192956
[pid=27400] ppid=27398 vsize=16868 CPUtime=316.52
/proc/27400/stat : 27400 (sugar) R 27398 27400 21833 0 -1 4194304 1419 92582 0 19 6 84 29645 1917 18 0 1 0 24731356 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 0 0 0 17 1 0 0
/proc/27400/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 316.52
Current children cumulated vsize (KiB) 16868

[startup+330.202 s]
/proc/loadavg: 2.31 2.19 2.08 2/82 27424
/proc/meminfo: memFree=1617048/2055920 swapFree=4192812/4192956
[pid=27400] ppid=27398 vsize=16868 CPUtime=316.52
/proc/27400/stat : 27400 (sugar) D 27398 27400 21833 0 -1 4194304 1419 92582 0 19 6 84 29645 1917 18 0 1 0 24731356 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27400/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 316.52
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 330.258
CPU time (s): 316.55
CPU user time (s): 296.527
CPU system time (s): 20.023
CPU usage (%): 95.8493
Max. virtual memory (cumulated for all children) (KiB): 901120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 296.527
system time used= 20.023
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94062
page faults= 19
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49092
involuntary context switches= 57541

runsolver used 0.464929 second user time and 1.14083 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-12 07:30:56
IDJOB=2083082
IDBENCH=57700
IDSOLVER=738
FILE ID=node74/2083082-1247376655
PBS_JOBID= 9507065
Free space on /tmp= 103132 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp15/normalized-fapp15-3000-10.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-2083082-1247376655/watcher-2083082-1247376655 -o /tmp/evaluation-result-2083082-1247376655/solver-2083082-1247376655 -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-2083082-1247376655.xml

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

MD5SUM BENCH= 8ae74589310914004d3bf891f899393f
RANDOM SEED=1441367459

node74.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.234
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.234
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:       1690240 kB
Buffers:          5196 kB
Cached:          58180 kB
SwapCached:          0 kB
Active:         292384 kB
Inactive:        13944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1690240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5948 kB
Writeback:           0 kB
Mapped:         260784 kB
Slab:            44040 kB
Committed_AS:   954008 kB
PageTables:       2292 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= 103132 MiB
End job on node74 at 2009-07-12 07:36:26