Trace number 2083236

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? 289.286 296.3

General information on the benchmark

Namecsp/fapp/fapp26/
normalized-fapp26-2300-6.xml
MD5SUMe8d8c19c6096f91b540a0db6537327a1
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark26.546
Satisfiable
(Un)Satisfiability was proved
Number of variables2300
Number of constraints24253
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24253
Global constraints used (with number of constraints)

Solver Data

0.03/0.28	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.29	c 0	BEGIN Sun Jul 12 07:36:57 2009
0.03/0.29	c 0	PID 24483
0.07/0.31	c 0	HOST node10.alineos.net
0.07/0.31	c 0	CONVERTING HOME/instance-2083236-1247377016.xml TO HOME/temp.csp
0.07/0.31	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083236-1247377016.xml' 'HOME/temp.csp'
1.62/2.12	c 2	17 domains, 2300 variables, 8 predicates, 0 relations, 24253 constraints
1.62/2.17	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.62/2.17	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'
1.65/2.24	c 2	Parsing HOME/temp.csp
1.65/2.64	c 2	parsed 10000 expressions
1.65/2.80	c 2	parsed 20000 expressions
1.65/2.94	c 3	parsed 26578 expressions
1.65/2.95	c 3	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.65/2.95	c 3	Converting to clausal form CSP
3.14/3.80	c 3	converted 2658 (10%) expressions
7.09/7.76	c 7	converted 5316 (20%) expressions
10.65/11.37	c 11	converted 7974 (30%) expressions
13.71/14.48	c 14	converted 10632 (40%) expressions
16.79/17.51	c 17	converted 13289 (50%) expressions
20.15/20.96	c 21	converted 15947 (60%) expressions
23.02/23.88	c 24	converted 18605 (70%) expressions
25.88/26.72	c 26	converted 21263 (80%) expressions
29.15/30.07	c 30	converted 23921 (90%) expressions
31.41/32.36	c 32	converted 26578 (100%) expressions
31.41/32.37	c 32	CSP : 8122 integers, 67586 booleans, 156213 clauses, largest domain size 2821
31.41/32.37	c 32	Heap : 114 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
31.41/32.37	c 32	Propagation in CSP
34.29/35.26	c 35	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
34.29/35.27	c 35	CSP : 8122 integers, 67586 booleans, 156213 clauses, largest domain size 2821
34.29/35.27	c 35	Heap : 123 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
34.38/35.32	c 35	Simplifing CSP by introducing new Boolean variables
34.78/35.71	c 35	CSP : 8122 integers, 126504 booleans, 215131 clauses, largest domain size 2821
34.78/35.71	c 35	Heap : 132 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
35.66/36.60	c 36	Encoding CSP to SAT : HOME/temp.cnf
40.52/41.56	c 41	813 (10%) CSP integer variables are encoded (222470 clauses, 3560673 bytes)
45.47/46.54	c 46	1625 (20%) CSP integer variables are encoded (446478 clauses, 7368809 bytes)
49.93/51.06	c 51	2437 (30%) CSP integer variables are encoded (971952 clauses, 16301867 bytes)
52.50/53.69	c 53	3249 (40%) CSP integer variables are encoded (3017618 clauses, 55118322 bytes)
55.14/56.40	c 56	4061 (50%) CSP integer variables are encoded (5084576 clauses, 94390524 bytes)
57.89/59.14	c 59	4874 (60%) CSP integer variables are encoded (7181173 clauses, 134225867 bytes)
60.63/61.95	c 62	5686 (70%) CSP integer variables are encoded (9253697 clauses, 173603823 bytes)
63.39/64.78	c 64	6498 (80%) CSP integer variables are encoded (11328499 clauses, 215694020 bytes)
66.32/67.81	c 67	7310 (90%) CSP integer variables are encoded (13404527 clauses, 259290608 bytes)
69.13/70.72	c 70	8122 (100%) CSP integer variables are encoded (15463053 clauses, 302519654 bytes)
90.30/92.39	c 92	21514 (10%) CSP clauses are encoded (21202556 clauses, 457587461 bytes)
111.78/114.14	c 114	43027 (20%) CSP clauses are encoded (27282441 clauses, 624890437 bytes)
133.43/136.24	c 136	64540 (30%) CSP clauses are encoded (33497728 clauses, 796120769 bytes)
155.29/158.44	c 158	86053 (40%) CSP clauses are encoded (39800071 clauses, 970744097 bytes)
177.72/181.35	c 181	107566 (50%) CSP clauses are encoded (46413001 clauses, 1153849804 bytes)
200.34/204.32	c 204	129079 (60%) CSP clauses are encoded (53236263 clauses, 1349711579 bytes)
222.85/227.22	c 227	150592 (70%) CSP clauses are encoded (60020268 clauses, 1547943935 bytes)
244.20/249.00	c 249	172105 (80%) CSP clauses are encoded (66443115 clauses, 1736781611 bytes)
266.50/271.82	c 271	193618 (90%) CSP clauses are encoded (73470549 clauses, 1944595267 bytes)
288.13/294.04	c 294	215131 (100%) CSP clauses are encoded (80558011 clauses, 2154586325 bytes)
288.13/294.04	c 294	215131 CSP clauses encoded
288.13/294.06	c 294	Writing map file : HOME/temp.map
288.26/294.30	c 294	Heap : 113 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
288.26/294.30	c 294	SAT : 15597679 SAT variables, 80558011 SAT clauses, 2154586325 bytes
288.26/294.30	c 294	Heap : 113 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
288.40/294.41	c 294	SOLVING HOME/temp.cnf
288.40/294.41	c 294	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
288.41/294.52	c 294	*** picosat: can not read input file 'HOME/temp.cnf'
288.41/294.52	c 294	DECODING HOME/temp.out WITH HOME/temp.map
288.41/294.52	c ERROR no output file HOME/temp.out
288.41/294.52	s UNKNOWN
288.41/294.52	c 294	CPU 288.41 (0.07 0.02 274.37 13.95)
288.41/294.52	c 294	END Sun Jul 12 07:41:51 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-2083236-1247377016/watcher-2083236-1247377016 -o /tmp/evaluation-result-2083236-1247377016/solver-2083236-1247377016 -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-2083236-1247377016.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.33 2.36 2.17 4/82 24483
/proc/meminfo: memFree=1825336/2055920 swapFree=4192812/4192956
[pid=24483] ppid=24481 vsize=18576 CPUtime=0
/proc/24483/stat : 24483 (runsolver) R 24481 24483 22456 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24768712 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 214919867687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24483/statm: 4644 284 249 26 0 2626 0

[startup+0.045459 s]
/proc/loadavg: 2.33 2.36 2.17 4/82 24483
/proc/meminfo: memFree=1825336/2055920 swapFree=4192812/4192956
[pid=24483] ppid=24481 vsize=7504 CPUtime=0
/proc/24483/stat : 24483 (sugar) D 24481 24483 22456 0 -1 4194304 61 0 2 0 0 0 0 0 18 0 1 0 24768712 7684096 48 996147200 4194304 4206940 548682068608 18446744073709551615 214917251792 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/24483/statm: 1876 48 36 3 0 9 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7504

[startup+0.101429 s]
/proc/loadavg: 2.33 2.36 2.17 4/82 24483
/proc/meminfo: memFree=1825336/2055920 swapFree=4192812/4192956
[pid=24483] ppid=24481 vsize=12272 CPUtime=0
/proc/24483/stat : 24483 (sugar) D 24481 24483 22456 0 -1 4194304 356 0 4 0 0 0 0 0 18 0 1 0 24768712 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 214928767998 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/24483/statm: 3068 328 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301471 s]
/proc/loadavg: 2.33 2.36 2.17 4/82 24483
/proc/meminfo: memFree=1825336/2055920 swapFree=4192812/4192956
[pid=24483] ppid=24481 vsize=16740 CPUtime=0.07
/proc/24483/stat : 24483 (sugar) S 24481 24483 22456 0 -1 4194304 1146 0 6 0 5 2 0 0 18 0 1 0 24768712 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24483/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701563 s]
/proc/loadavg: 2.33 2.36 2.17 4/82 24483
/proc/meminfo: memFree=1825336/2055920 swapFree=4192812/4192956
[pid=24483] ppid=24481 vsize=16868 CPUtime=0.07
/proc/24483/stat : 24483 (sugar) S 24481 24483 22456 0 -1 4194304 1221 127 6 1 5 2 0 0 18 0 1 0 24768712 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24483/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50273 s]
/proc/loadavg: 2.33 2.36 2.17 4/93 24495
/proc/meminfo: memFree=1797664/2055920 swapFree=4192812/4192956
[pid=24483] ppid=24481 vsize=16868 CPUtime=0.07
/proc/24483/stat : 24483 (sugar) S 24481 24483 22456 0 -1 4194304 1221 127 6 1 5 2 0 0 18 0 1 0 24768712 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24483/statm: 4217 1111 409 3 0 796 0
[pid=24486] ppid=24483 vsize=5356 CPUtime=0
/proc/24486/stat : 24486 (sh) S 24483 24483 22456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24768743 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24486/statm: 1339 233 193 169 0 50 0
[pid=24487] ppid=24486 vsize=866664 CPUtime=0.96
/proc/24487/stat : 24487 (java) S 24486 24483 22456 0 -1 0 12271 0 61 0 88 8 0 0 18 0 9 0 24768744 887463936 10623 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24487/statm: 216666 10623 2556 9 0 211178 0
[pid=24487/tid=24488] ppid=24486 vsize=866664 CPUtime=0.47
/proc/24487/task/24488/stat : 24488 (java) R 24486 24483 22456 0 -1 64 2860 0 27 0 44 3 0 0 18 0 9 0 24768753 887463936 10623 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24487/tid=24489] ppid=24486 vsize=866664 CPUtime=0.33
/proc/24487/task/24489/stat : 24489 (java) R 24486 24483 22456 0 -1 64 8226 0 0 0 30 3 0 0 16 0 9 0 24768763 887463936 10623 996147200 134512640 134550932 4294955984 18446744073709551615 103733279 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24487/tid=24490] ppid=24486 vsize=866664 CPUtime=0
/proc/24487/task/24490/stat : 24490 (java) S 24486 24483 22456 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24768763 887463936 10623 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24487/tid=24491] ppid=24486 vsize=866664 CPUtime=0
/proc/24487/task/24491/stat : 24491 (java) S 24486 24483 22456 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24768764 887463936 10623 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24487/tid=24492] ppid=24486 vsize=866664 CPUtime=0
/proc/24487/task/24492/stat : 24492 (java) S 24486 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24768766 887463936 10623 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24487/tid=24493] ppid=24486 vsize=866664 CPUtime=0.12
/proc/24487/task/24493/stat : 24493 (java) S 24486 24483 22456 0 -1 64 515 0 0 0 12 0 0 0 16 0 9 0 24768766 887463936 10623 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24487/tid=24494] ppid=24486 vsize=866664 CPUtime=0
/proc/24487/task/24494/stat : 24494 (java) S 24486 24483 22456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24768767 887463936 10623 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24487/tid=24495] ppid=24486 vsize=866664 CPUtime=0
/proc/24487/task/24495/stat : 24495 (java) S 24486 24483 22456 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24768767 887463936 10623 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 888888

[startup+3.10108 s]
/proc/loadavg: 2.30 2.36 2.17 3/93 24495
/proc/meminfo: memFree=1771232/2055920 swapFree=4192812/4192956
[pid=24483] ppid=24481 vsize=16868 CPUtime=1.65
/proc/24483/stat : 24483 (sugar) S 24481 24483 22456 0 -1 4194304 1303 15205 6 62 5 2 147 11 15 0 1 0 24768712 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24483/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30277 s]
/proc/loadavg: 2.30 2.36 2.17 3/93 24505
/proc/meminfo: memFree=1780896/2055920 swapFree=4192812/4192956
[pid=24483] ppid=24481 vsize=16868 CPUtime=1.65
/proc/24483/stat : 24483 (sugar) S 24481 24483 22456 0 -1 4194304 1303 15205 6 62 5 2 147 11 16 0 1 0 24768712 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24483/statm: 4217 1111 409 3 0 796 0
[pid=24496] ppid=24483 vsize=5356 CPUtime=0
/proc/24496/stat : 24496 (sh) S 24483 24483 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24768929 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24496/statm: 1339 233 193 169 0 50 0
[pid=24497] ppid=24496 vsize=868632 CPUtime=4.06
/proc/24497/stat : 24497 (java) S 24496 24483 22456 0 -1 0 12218 0 4 0 398 8 0 0 19 0 9 0 24768930 889479168 11051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24497/statm: 217158 11051 2567 9 0 211663 0
[pid=24497/tid=24498] ppid=24496 vsize=868632 CPUtime=3.3
/proc/24497/task/24498/stat : 24498 (java) R 24496 24483 22456 0 -1 64 2901 0 4 0 328 2 0 0 25 0 9 0 24768931 889479168 11051 996147200 134512640 134550932 4294955936 18446744073709551615 4126874728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24499] ppid=24496 vsize=868632 CPUtime=0.54
/proc/24497/task/24499/stat : 24499 (java) S 24496 24483 22456 0 -1 64 7136 0 0 0 50 4 0 0 16 0 9 0 24768932 889479168 11051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24500] ppid=24496 vsize=868632 CPUtime=0
/proc/24497/task/24500/stat : 24500 (java) S 24496 24483 22456 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24768932 889479168 11051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24501] ppid=24496 vsize=868632 CPUtime=0
/proc/24497/task/24501/stat : 24501 (java) S 24496 24483 22456 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24768932 889479168 11051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24502] ppid=24496 vsize=868632 CPUtime=0
/proc/24497/task/24502/stat : 24502 (java) S 24496 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24768934 889479168 11051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24503] ppid=24496 vsize=868632 CPUtime=0.19
/proc/24497/task/24503/stat : 24503 (java) S 24496 24483 22456 0 -1 64 1478 0 0 0 18 1 0 0 15 0 9 0 24768934 889479168 11051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24504] ppid=24496 vsize=868632 CPUtime=0
/proc/24497/task/24504/stat : 24504 (java) S 24496 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24768934 889479168 11051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24505] ppid=24496 vsize=868632 CPUtime=0
/proc/24497/task/24505/stat : 24505 (java) S 24496 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24768934 889479168 11051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 890856

[startup+12.7021 s]
/proc/loadavg: 2.25 2.34 2.17 3/93 24505
/proc/meminfo: memFree=1755552/2055920 swapFree=4192812/4192956
[pid=24483] ppid=24481 vsize=16868 CPUtime=1.65
/proc/24483/stat : 24483 (sugar) S 24481 24483 22456 0 -1 4194304 1303 15205 6 62 5 2 147 11 16 0 1 0 24768712 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24483/statm: 4217 1111 409 3 0 796 0
[pid=24496] ppid=24483 vsize=5356 CPUtime=0
/proc/24496/stat : 24496 (sh) S 24483 24483 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24768929 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24496/statm: 1339 233 193 169 0 50 0
[pid=24497] ppid=24496 vsize=868632 CPUtime=10.39
/proc/24497/stat : 24497 (java) S 24496 24483 22456 0 -1 0 27859 0 4 0 1019 20 0 0 19 0 9 0 24768930 889479168 17153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24497/statm: 217158 17153 2568 9 0 211663 0
[pid=24497/tid=24498] ppid=24496 vsize=868632 CPUtime=8.52
/proc/24497/task/24498/stat : 24498 (java) R 24496 24483 22456 0 -1 64 3559 0 4 0 849 3 0 0 25 0 9 0 24768931 889479168 17153 996147200 134512640 134550932 4294955936 18446744073709551615 4126584200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24499] ppid=24496 vsize=868632 CPUtime=1.63
/proc/24497/task/24499/stat : 24499 (java) S 24496 24483 22456 0 -1 64 22110 0 0 0 150 13 0 0 16 0 9 0 24768932 889479168 17153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24500] ppid=24496 vsize=868632 CPUtime=0
/proc/24497/task/24500/stat : 24500 (java) S 24496 24483 22456 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24768932 889479168 17153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24501] ppid=24496 vsize=868632 CPUtime=0
/proc/24497/task/24501/stat : 24501 (java) S 24496 24483 22456 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24768932 889479168 17153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24502] ppid=24496 vsize=868632 CPUtime=0
/proc/24497/task/24502/stat : 24502 (java) S 24496 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24768934 889479168 17153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24503] ppid=24496 vsize=868632 CPUtime=0.2
/proc/24497/task/24503/stat : 24503 (java) S 24496 24483 22456 0 -1 64 1487 0 0 0 19 1 0 0 15 0 9 0 24768934 889479168 17153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24504] ppid=24496 vsize=868632 CPUtime=0
/proc/24497/task/24504/stat : 24504 (java) S 24496 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24768934 889479168 17153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24505] ppid=24496 vsize=868632 CPUtime=0
/proc/24497/task/24505/stat : 24505 (java) S 24496 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24768934 889479168 17153 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 890856

[startup+25.5029 s]
/proc/loadavg: 2.21 2.33 2.16 5/93 24505
/proc/meminfo: memFree=1705824/2055920 swapFree=4192812/4192956
[pid=24483] ppid=24481 vsize=16868 CPUtime=1.65
/proc/24483/stat : 24483 (sugar) S 24481 24483 22456 0 -1 4194304 1303 15205 6 62 5 2 147 11 16 0 1 0 24768712 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24483/statm: 4217 1111 409 3 0 796 0
[pid=24496] ppid=24483 vsize=5356 CPUtime=0
/proc/24496/stat : 24496 (sh) S 24483 24483 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24768929 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24496/statm: 1339 233 193 169 0 50 0
[pid=24497] ppid=24496 vsize=868632 CPUtime=23.04
/proc/24497/stat : 24497 (java) S 24496 24483 22456 0 -1 0 44927 0 4 0 2273 31 0 0 19 0 9 0 24768930 889479168 29482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24497/statm: 217158 29482 2568 9 0 211663 0
[pid=24497/tid=24498] ppid=24496 vsize=868632 CPUtime=19.62
/proc/24497/task/24498/stat : 24498 (java) R 24496 24483 22456 0 -1 64 4276 0 4 0 1957 5 0 0 25 0 9 0 24768931 889479168 29482 996147200 134512640 134550932 4294955936 18446744073709551615 4126503936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24499] ppid=24496 vsize=868632 CPUtime=3.19
/proc/24497/task/24499/stat : 24499 (java) S 24496 24483 22456 0 -1 64 38459 0 0 0 296 23 0 0 16 0 9 0 24768932 889479168 29482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24500] ppid=24496 vsize=868632 CPUtime=0
/proc/24497/task/24500/stat : 24500 (java) S 24496 24483 22456 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24768932 889479168 29482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24501] ppid=24496 vsize=868632 CPUtime=0
/proc/24497/task/24501/stat : 24501 (java) S 24496 24483 22456 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24768932 889479168 29482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24502] ppid=24496 vsize=868632 CPUtime=0
/proc/24497/task/24502/stat : 24502 (java) S 24496 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24768934 889479168 29482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24503] ppid=24496 vsize=868632 CPUtime=0.2
/proc/24497/task/24503/stat : 24503 (java) S 24496 24483 22456 0 -1 64 1489 0 0 0 19 1 0 0 16 0 9 0 24768934 889479168 29482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24504] ppid=24496 vsize=868632 CPUtime=0
/proc/24497/task/24504/stat : 24504 (java) S 24496 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24768934 889479168 29482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24505] ppid=24496 vsize=868632 CPUtime=0
/proc/24497/task/24505/stat : 24505 (java) S 24496 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24768934 889479168 29482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 890856

[startup+51.1024 s]
/proc/loadavg: 2.14 2.31 2.16 3/92 24505
/proc/meminfo: memFree=1642080/2055920 swapFree=4192812/4192956
[pid=24483] ppid=24481 vsize=16868 CPUtime=1.65
/proc/24483/stat : 24483 (sugar) S 24481 24483 22456 0 -1 4194304 1304 15205 6 62 5 2 147 11 16 0 1 0 24768712 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24483/statm: 4217 1111 409 3 0 796 0
[pid=24496] ppid=24483 vsize=5356 CPUtime=0
/proc/24496/stat : 24496 (sh) S 24483 24483 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24768929 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24496/statm: 1339 233 193 169 0 50 0
[pid=24497] ppid=24496 vsize=868744 CPUtime=48.37
/proc/24497/stat : 24497 (java) S 24496 24483 22456 0 -1 0 60275 0 5 0 4787 50 0 0 19 0 9 0 24768930 889593856 42393 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=24497/tid=24503] ppid=24496 vsize=868744 CPUtime=0.28
/proc/24497/task/24503/stat : 24503 (java) S 24496 24483 22456 0 -1 64 1536 0 0 0 27 1 0 0 16 0 9 0 24768934 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24504] ppid=24496 vsize=868744 CPUtime=0
/proc/24497/task/24504/stat : 24504 (java) S 24496 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24768934 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24505] ppid=24496 vsize=868744 CPUtime=0
/proc/24497/task/24505/stat : 24505 (java) S 24496 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24768934 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 218.01
Current children cumulated vsize (KiB) 890968

[startup+282.303 s]
/proc/loadavg: 2.75 2.43 2.23 3/92 24505
/proc/meminfo: memFree=16032/2055920 swapFree=4192812/4192956
[pid=24483] ppid=24481 vsize=16868 CPUtime=1.66
/proc/24483/stat : 24483 (sugar) S 24481 24483 22456 0 -1 4194304 1304 15205 6 62 6 2 147 11 16 0 1 0 24768712 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24483/statm: 4217 1111 409 3 0 796 0
[pid=24496] ppid=24483 vsize=5356 CPUtime=0
/proc/24496/stat : 24496 (sh) S 24483 24483 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24768929 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24496/statm: 1339 233 193 169 0 50 0
[pid=24497] ppid=24496 vsize=868744 CPUtime=275.09
/proc/24497/stat : 24497 (java) S 24496 24483 22456 0 -1 0 63630 0 5 0 26203 1306 0 0 19 0 9 0 24768930 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24497/statm: 217186 42409 2593 9 0 211663 0
[pid=24497/tid=24498] ppid=24496 vsize=868744 CPUtime=266.31
/proc/24497/task/24498/stat : 24498 (java) R 24496 24483 22456 0 -1 64 8589 0 5 0 25385 1246 0 0 25 0 9 0 24768931 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4126584211 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24499] ppid=24496 vsize=868744 CPUtime=8.46
/proc/24497/task/24499/stat : 24499 (java) S 24496 24483 22456 0 -1 64 52802 0 0 0 789 57 0 0 16 0 9 0 24768932 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24500] ppid=24496 vsize=868744 CPUtime=0
/proc/24497/task/24500/stat : 24500 (java) S 24496 24483 22456 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24768932 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24501] ppid=24496 vsize=868744 CPUtime=0
/proc/24497/task/24501/stat : 24501 (java) S 24496 24483 22456 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24768932 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24502] ppid=24496 vsize=868744 CPUtime=0
/proc/24497/task/24502/stat : 24502 (java) S 24496 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24768934 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24503] ppid=24496 vsize=868744 CPUtime=0.28
/proc/24497/task/24503/stat : 24503 (java) S 24496 24483 22456 0 -1 64 1536 0 0 0 27 1 0 0 16 0 9 0 24768934 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24504] ppid=24496 vsize=868744 CPUtime=0
/proc/24497/task/24504/stat : 24504 (java) S 24496 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24768934 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24505] ppid=24496 vsize=868744 CPUtime=0
/proc/24497/task/24505/stat : 24505 (java) S 24496 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24768934 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 276.75
Current children cumulated vsize (KiB) 890968

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

[startup+287.902 s]
/proc/loadavg: 2.79 2.45 2.24 4/92 24505
/proc/meminfo: memFree=15712/2055920 swapFree=4192812/4192956
[pid=24483] ppid=24481 vsize=16868 CPUtime=1.66
/proc/24483/stat : 24483 (sugar) S 24481 24483 22456 0 -1 4194304 1304 15205 6 62 6 2 147 11 16 0 1 0 24768712 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24483/statm: 4217 1111 409 3 0 796 0
[pid=24496] ppid=24483 vsize=5356 CPUtime=0
/proc/24496/stat : 24496 (sh) S 24483 24483 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24768929 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24496/statm: 1339 233 193 169 0 50 0
[pid=24497] ppid=24496 vsize=868744 CPUtime=280.53
/proc/24497/stat : 24497 (java) S 24496 24483 22456 0 -1 0 63713 0 5 0 26712 1341 0 0 19 0 9 0 24768930 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24497/statm: 217186 42409 2593 9 0 211663 0
[pid=24497/tid=24498] ppid=24496 vsize=868744 CPUtime=271.68
/proc/24497/task/24498/stat : 24498 (java) R 24496 24483 22456 0 -1 64 8672 0 5 0 25888 1280 0 0 25 0 9 0 24768931 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4127076282 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24499] ppid=24496 vsize=868744 CPUtime=8.52
/proc/24497/task/24499/stat : 24499 (java) S 24496 24483 22456 0 -1 64 52802 0 0 0 795 57 0 0 16 0 9 0 24768932 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24500] ppid=24496 vsize=868744 CPUtime=0
/proc/24497/task/24500/stat : 24500 (java) S 24496 24483 22456 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24768932 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24501] ppid=24496 vsize=868744 CPUtime=0
/proc/24497/task/24501/stat : 24501 (java) S 24496 24483 22456 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24768932 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24502] ppid=24496 vsize=868744 CPUtime=0
/proc/24497/task/24502/stat : 24502 (java) S 24496 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24768934 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24503] ppid=24496 vsize=868744 CPUtime=0.28
/proc/24497/task/24503/stat : 24503 (java) S 24496 24483 22456 0 -1 64 1536 0 0 0 27 1 0 0 16 0 9 0 24768934 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24504] ppid=24496 vsize=868744 CPUtime=0
/proc/24497/task/24504/stat : 24504 (java) S 24496 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24768934 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24505] ppid=24496 vsize=868744 CPUtime=0
/proc/24497/task/24505/stat : 24505 (java) S 24496 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24768934 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 890968

[startup+291.103 s]
/proc/loadavg: 2.79 2.45 2.24 3/92 24505
/proc/meminfo: memFree=15968/2055920 swapFree=4192812/4192956
[pid=24483] ppid=24481 vsize=16868 CPUtime=1.66
/proc/24483/stat : 24483 (sugar) S 24481 24483 22456 0 -1 4194304 1304 15205 6 62 6 2 147 11 16 0 1 0 24768712 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24483/statm: 4217 1111 409 3 0 796 0
[pid=24496] ppid=24483 vsize=5356 CPUtime=0
/proc/24496/stat : 24496 (sh) S 24483 24483 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24768929 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24496/statm: 1339 233 193 169 0 50 0
[pid=24497] ppid=24496 vsize=868744 CPUtime=283.66
/proc/24497/stat : 24497 (java) S 24496 24483 22456 0 -1 0 63761 0 5 0 27006 1360 0 0 19 0 9 0 24768930 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24497/statm: 217186 42409 2593 9 0 211663 0
[pid=24497/tid=24498] ppid=24496 vsize=868744 CPUtime=274.77
/proc/24497/task/24498/stat : 24498 (java) R 24496 24483 22456 0 -1 64 8720 0 5 0 26178 1299 0 0 25 0 9 0 24768931 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4126869399 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24499] ppid=24496 vsize=868744 CPUtime=8.57
/proc/24497/task/24499/stat : 24499 (java) S 24496 24483 22456 0 -1 64 52802 0 0 0 799 58 0 0 16 0 9 0 24768932 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24500] ppid=24496 vsize=868744 CPUtime=0
/proc/24497/task/24500/stat : 24500 (java) S 24496 24483 22456 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24768932 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24501] ppid=24496 vsize=868744 CPUtime=0
/proc/24497/task/24501/stat : 24501 (java) S 24496 24483 22456 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24768932 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24502] ppid=24496 vsize=868744 CPUtime=0
/proc/24497/task/24502/stat : 24502 (java) S 24496 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24768934 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24503] ppid=24496 vsize=868744 CPUtime=0.28
/proc/24497/task/24503/stat : 24503 (java) S 24496 24483 22456 0 -1 64 1536 0 0 0 27 1 0 0 16 0 9 0 24768934 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24504] ppid=24496 vsize=868744 CPUtime=0
/proc/24497/task/24504/stat : 24504 (java) S 24496 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24768934 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24505] ppid=24496 vsize=868744 CPUtime=0
/proc/24497/task/24505/stat : 24505 (java) S 24496 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24768934 889593856 42409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 285.32
Current children cumulated vsize (KiB) 890968

[startup+294.303 s]
/proc/loadavg: 2.81 2.46 2.24 3/92 24505
/proc/meminfo: memFree=15520/2055920 swapFree=4192812/4192956
[pid=24483] ppid=24481 vsize=16868 CPUtime=1.66
/proc/24483/stat : 24483 (sugar) S 24481 24483 22456 0 -1 4194304 1304 15205 6 62 6 2 147 11 15 0 1 0 24768712 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24483/statm: 4217 1111 409 3 0 796 0
[pid=24496] ppid=24483 vsize=5356 CPUtime=0
/proc/24496/stat : 24496 (sh) S 24483 24483 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24768929 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24496/statm: 1339 233 193 169 0 50 0
[pid=24497] ppid=24496 vsize=868744 CPUtime=286.7
/proc/24497/stat : 24497 (java) S 24496 24483 22456 0 -1 0 63821 0 5 0 27290 1380 0 0 19 0 9 0 24768930 889593856 42419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24497/statm: 217186 42419 2593 9 0 211663 0
[pid=24497/tid=24498] ppid=24496 vsize=868744 CPUtime=277.76
/proc/24497/task/24498/stat : 24498 (java) R 24496 24483 22456 0 -1 64 8773 0 5 0 26457 1319 0 0 22 0 9 0 24768931 889593856 42419 996147200 134512640 134550932 4294955936 18446744073709551615 102755272 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24499] ppid=24496 vsize=868744 CPUtime=8.6
/proc/24497/task/24499/stat : 24499 (java) S 24496 24483 22456 0 -1 64 52802 0 0 0 802 58 0 0 16 0 9 0 24768932 889593856 42419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24500] ppid=24496 vsize=868744 CPUtime=0
/proc/24497/task/24500/stat : 24500 (java) S 24496 24483 22456 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24768932 889593856 42419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24501] ppid=24496 vsize=868744 CPUtime=0
/proc/24497/task/24501/stat : 24501 (java) S 24496 24483 22456 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24768932 889593856 42419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24502] ppid=24496 vsize=868744 CPUtime=0
/proc/24497/task/24502/stat : 24502 (java) S 24496 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24768934 889593856 42419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24503] ppid=24496 vsize=868744 CPUtime=0.3
/proc/24497/task/24503/stat : 24503 (java) S 24496 24483 22456 0 -1 64 1543 0 0 0 29 1 0 0 15 0 9 0 24768934 889593856 42419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24504] ppid=24496 vsize=868744 CPUtime=0
/proc/24497/task/24504/stat : 24504 (java) S 24496 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24768934 889593856 42419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24497/tid=24505] ppid=24496 vsize=868744 CPUtime=0
/proc/24497/task/24505/stat : 24505 (java) S 24496 24483 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24768934 889593856 42419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 288.36
Current children cumulated vsize (KiB) 890968

[startup+295.102 s]
/proc/loadavg: 2.81 2.46 2.24 3/82 24507
/proc/meminfo: memFree=581040/2055920 swapFree=4192812/4192956
[pid=24483] ppid=24481 vsize=16868 CPUtime=288.98
/proc/24483/stat : 24483 (sugar) R 24481 24483 22456 0 -1 4194304 1413 79657 6 75 7 59 27437 1395 20 0 1 0 24768712 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24483/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 288.98
Current children cumulated vsize (KiB) 16868

[startup+295.907 s]
/proc/loadavg: 2.81 2.46 2.24 2/82 24507
/proc/meminfo: memFree=1833648/2055920 swapFree=4192812/4192956
[pid=24483] ppid=24481 vsize=16868 CPUtime=289.24
/proc/24483/stat : 24483 (sugar) D 24481 24483 22456 0 -1 4194304 1413 79657 6 75 7 85 27437 1395 18 0 1 0 24768712 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24483/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 289.24
Current children cumulated vsize (KiB) 16868

[startup+296.102 s]
/proc/loadavg: 2.81 2.46 2.24 2/82 24507
/proc/meminfo: memFree=1833648/2055920 swapFree=4192812/4192956
[pid=24483] ppid=24481 vsize=16868 CPUtime=289.25
/proc/24483/stat : 24483 (sugar) D 24481 24483 22456 0 -1 4194304 1413 79657 6 75 7 86 27437 1395 18 0 1 0 24768712 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24483/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 289.25
Current children cumulated vsize (KiB) 16868

[startup+296.201 s]
/proc/loadavg: 2.81 2.46 2.24 2/82 24507
/proc/meminfo: memFree=1833648/2055920 swapFree=4192812/4192956
[pid=24483] ppid=24481 vsize=16868 CPUtime=289.25
/proc/24483/stat : 24483 (sugar) D 24481 24483 22456 0 -1 4194304 1413 79657 6 75 7 86 27437 1395 18 0 1 0 24768712 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24483/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 289.25
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 296.3
CPU time (s): 289.286
CPU user time (s): 274.452
CPU system time (s): 14.8337
CPU usage (%): 97.6328
Max. virtual memory (cumulated for all children) (KiB): 901356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 274.452
system time used= 14.8337
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81131
page faults= 81
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48221
involuntary context switches= 53048

runsolver used 0.38994 second user time and 1.03984 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-12 07:36:57
IDJOB=2083236
IDBENCH=57747
IDSOLVER=738
FILE ID=node10/2083236-1247377016
PBS_JOBID= 9507132
Free space on /tmp= 66416 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp26/normalized-fapp26-2300-6.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-2083236-1247377016/watcher-2083236-1247377016 -o /tmp/evaluation-result-2083236-1247377016/solver-2083236-1247377016 -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-2083236-1247377016.xml

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

MD5SUM BENCH= e8d8c19c6096f91b540a0db6537327a1
RANDOM SEED=1950891808

node10.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.279
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.279
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:       1826008 kB
Buffers:          3740 kB
Cached:          35360 kB
SwapCached:          0 kB
Active:         166640 kB
Inactive:         7684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826008 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4892 kB
Writeback:           0 kB
Mapped:         155672 kB
Slab:            40576 kB
Committed_AS:   355996 kB
PageTables:       2040 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= 66416 MiB
End job on node10 at 2009-07-12 07:41:53