Trace number 2082983

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? 718.877 735.187

General information on the benchmark

Namecsp/fapp/fapp22/
normalized-fapp22-1750-2.xml
MD5SUM336ba63a28e2ecbd3bb2d5acda7f4f04
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 benchmark30.7783
Satisfiable
(Un)Satisfiability was proved
Number of variables1750
Number of constraints32049
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32049
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:25:43 2009
0.00/0.08	c 0	PID 24248
0.06/0.08	c 0	HOST node11.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2082983-1247376343.xml TO HOME/temp.csp
0.06/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-2082983-1247376343.xml' 'HOME/temp.csp'
2.23/2.37	c 3	30 domains, 1750 variables, 8 predicates, 0 relations, 32049 constraints
2.23/2.40	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.23/2.40	c 3	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.33/2.48	c 3	Parsing HOME/temp.csp
2.33/2.67	c 3	parsed 10000 expressions
2.33/2.90	c 3	parsed 20000 expressions
2.33/3.02	c 3	parsed 30000 expressions
2.33/3.16	c 3	parsed 33837 expressions
2.33/3.17	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.33/3.17	c 3	Converting to clausal form CSP
8.24/8.40	c 9	converted 3384 (10%) expressions
16.95/17.22	c 17	converted 6768 (20%) expressions
24.65/25.09	c 25	converted 10152 (30%) expressions
32.66/33.17	c 33	converted 13535 (40%) expressions
39.97/40.51	c 41	converted 16919 (50%) expressions
47.88/48.53	c 49	converted 20303 (60%) expressions
54.41/55.15	c 55	converted 23686 (70%) expressions
60.94/61.72	c 62	converted 27070 (80%) expressions
66.87/67.73	c 68	converted 30454 (90%) expressions
73.99/74.93	c 75	converted 33837 (100%) expressions
73.99/74.94	c 75	CSP : 5603 integers, 92729 booleans, 200297 clauses, largest domain size 2921
73.99/74.94	c 75	Heap : 193 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
73.99/74.94	c 75	Propagation in CSP
77.76/78.78	c 79	2628 values, 0 unsatisfiable literals, and 0 valid clauses are removed
77.76/78.79	c 79	CSP : 5603 integers, 92729 booleans, 200297 clauses, largest domain size 2921
77.76/78.79	c 79	Heap : 194 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
77.86/78.86	c 79	Simplifing CSP by introducing new Boolean variables
78.26/79.22	c 79	CSP : 5603 integers, 160371 booleans, 267939 clauses, largest domain size 2921
78.26/79.22	c 79	Heap : 213 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
79.74/80.73	c 81	Encoding CSP to SAT : HOME/temp.cnf
89.54/90.65	c 91	561 (10%) CSP integer variables are encoded (257544 clauses, 4156599 bytes)
99.25/100.47	c 101	1121 (20%) CSP integer variables are encoded (520388 clauses, 8624947 bytes)
108.75/110.03	c 110	1681 (30%) CSP integer variables are encoded (774842 clauses, 12950665 bytes)
111.53/112.80	c 113	2242 (40%) CSP integer variables are encoded (1958726 clauses, 34997800 bytes)
113.18/114.57	c 115	2802 (50%) CSP integer variables are encoded (3286678 clauses, 60228888 bytes)
114.87/116.20	c 116	3362 (60%) CSP integer variables are encoded (4519748 clauses, 83657218 bytes)
116.44/117.82	c 118	3923 (70%) CSP integer variables are encoded (5748973 clauses, 107012493 bytes)
118.01/119.46	c 120	4483 (80%) CSP integer variables are encoded (6953421 clauses, 129897005 bytes)
119.68/121.19	c 121	5043 (90%) CSP integer variables are encoded (8195579 clauses, 153498007 bytes)
121.38/122.84	c 123	5603 (100%) CSP integer variables are encoded (9390535 clauses, 176202171 bytes)
189.51/191.90	c 192	26794 (10%) CSP clauses are encoded (17958324 clauses, 402201592 bytes)
249.67/253.03	c 253	53588 (20%) CSP clauses are encoded (26124946 clauses, 620129172 bytes)
317.97/322.39	c 323	80382 (30%) CSP clauses are encoded (35258888 clauses, 866205317 bytes)
381.14/386.50	c 387	107176 (40%) CSP clauses are encoded (44143175 clauses, 1105868323 bytes)
442.95/449.67	c 450	133970 (50%) CSP clauses are encoded (52890634 clauses, 1342092612 bytes)
504.75/512.46	c 513	160764 (60%) CSP clauses are encoded (61962234 clauses, 1588335024 bytes)
558.30/567.55	c 568	187558 (70%) CSP clauses are encoded (70451359 clauses, 1818286905 bytes)
615.12/625.63	c 626	214352 (80%) CSP clauses are encoded (79175932 clauses, 2054697532 bytes)
667.94/679.21	c 679	241146 (90%) CSP clauses are encoded (88292286 clauses, 2302504472 bytes)
717.87/730.04	c 730	267939 (100%) CSP clauses are encoded (97132407 clauses, 2542866428 bytes)
717.87/730.04	c 730	267939 CSP clauses encoded
717.87/730.06	c 730	Writing map file : HOME/temp.map
718.12/730.41	c 731	Heap : 203 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
718.12/730.41	c 731	SAT : 9556508 SAT variables, 97132407 SAT clauses, 2542866428 bytes
718.12/730.41	c 731	Heap : 203 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
718.18/731.09	c 731	SOLVING HOME/temp.cnf
718.18/731.09	c 731	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
718.20/731.67	c 732	*** picosat: can not read input file 'HOME/temp.cnf'
718.20/731.67	c 732	DECODING HOME/temp.out WITH HOME/temp.map
718.20/731.67	c ERROR no output file HOME/temp.out
718.20/731.67	s UNKNOWN
718.20/731.67	c 732	CPU 718.2 (0.07 0.02 702.06 16.05)
718.20/731.67	c 732	END Sun Jul 12 07:37:55 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-2082983-1247376343/watcher-2082983-1247376343 -o /tmp/evaluation-result-2082983-1247376343/solver-2082983-1247376343 -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-2082983-1247376343.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.00 2.00 2.02 4/82 24248
/proc/meminfo: memFree=1463248/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=12000 CPUtime=0
/proc/24248/stat : 24248 (sugar) R 24246 24248 19734 0 -1 4194304 189 0 0 0 0 0 0 0 22 0 1 0 24701327 12288000 157 996147200 4194304 4206940 548682068608 18446744073709551615 262909658675 0 0 4224 0 0 0 0 17 1 0 0
/proc/24248/statm: 3000 157 119 3 0 100 0

[startup+0.084506 s]
/proc/loadavg: 2.00 2.00 2.02 4/82 24248
/proc/meminfo: memFree=1463248/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16740 CPUtime=0.06
/proc/24248/stat : 24248 (sugar) S 24246 24248 19734 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24701327 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24248/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102249 s]
/proc/loadavg: 2.00 2.00 2.02 4/82 24248
/proc/meminfo: memFree=1463248/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=0.06
/proc/24248/stat : 24248 (sugar) S 24246 24248 19734 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24701327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24248/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301282 s]
/proc/loadavg: 2.00 2.00 2.02 4/82 24248
/proc/meminfo: memFree=1463248/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=0.06
/proc/24248/stat : 24248 (sugar) S 24246 24248 19734 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24701327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24248/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70137 s]
/proc/loadavg: 2.00 2.00 2.02 4/82 24248
/proc/meminfo: memFree=1463248/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=0.06
/proc/24248/stat : 24248 (sugar) S 24246 24248 19734 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24701327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24248/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50252 s]
/proc/loadavg: 2.00 2.00 2.02 3/93 24260
/proc/meminfo: memFree=1434872/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=0.06
/proc/24248/stat : 24248 (sugar) S 24246 24248 19734 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24701327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24248/statm: 4217 1111 409 3 0 796 0
[pid=24251] ppid=24248 vsize=5356 CPUtime=0
/proc/24251/stat : 24251 (sh) S 24248 24248 19734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24701335 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24251/statm: 1339 233 193 169 0 50 0
[pid=24252] ppid=24251 vsize=864772 CPUtime=1.38
/proc/24252/stat : 24252 (java) S 24251 24248 19734 0 -1 0 15172 0 1 0 130 8 0 0 18 0 9 0 24701336 885526528 13206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24252/statm: 216193 13206 2556 9 0 210705 0
[pid=24252/tid=24253] ppid=24251 vsize=864772 CPUtime=0.74
/proc/24252/task/24253/stat : 24253 (java) R 24251 24248 19734 0 -1 64 3053 0 1 0 72 2 0 0 23 0 9 0 24701337 885526528 13206 996147200 134512640 134550932 4294955984 18446744073709551615 4126698788 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24252/tid=24254] ppid=24251 vsize=864772 CPUtime=0.49
/proc/24252/task/24254/stat : 24254 (java) S 24251 24248 19734 0 -1 64 10904 0 0 0 45 4 0 0 16 0 9 0 24701338 885526528 13206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24252/tid=24255] ppid=24251 vsize=864772 CPUtime=0
/proc/24252/task/24255/stat : 24255 (java) S 24251 24248 19734 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24701338 885526528 13206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24252/tid=24256] ppid=24251 vsize=864772 CPUtime=0
/proc/24252/task/24256/stat : 24256 (java) S 24251 24248 19734 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24701338 885526528 13206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24252/tid=24257] ppid=24251 vsize=864772 CPUtime=0
/proc/24252/task/24257/stat : 24257 (java) S 24251 24248 19734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24701341 885526528 13206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24252/tid=24258] ppid=24251 vsize=864772 CPUtime=0.12
/proc/24252/task/24258/stat : 24258 (java) S 24251 24248 19734 0 -1 64 511 0 0 0 12 0 0 0 16 0 9 0 24701341 885526528 13206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24252/tid=24259] ppid=24251 vsize=864772 CPUtime=0
/proc/24252/task/24259/stat : 24259 (java) S 24251 24248 19734 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24701341 885526528 13206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24252/tid=24260] ppid=24251 vsize=864772 CPUtime=0
/proc/24252/task/24260/stat : 24260 (java) S 24251 24248 19734 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24701341 885526528 13206 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886996

[startup+3.10185 s]
/proc/loadavg: 2.00 2.00 2.02 3/93 24260
/proc/meminfo: memFree=1409016/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=2.33
/proc/24248/stat : 24248 (sugar) S 24246 24248 19734 0 -1 4194304 1309 19006 0 1 5 2 214 12 16 0 1 0 24701327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24248/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30247 s]
/proc/loadavg: 2.00 2.00 2.02 3/93 24270
/proc/meminfo: memFree=1427896/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=2.33
/proc/24248/stat : 24248 (sugar) S 24246 24248 19734 0 -1 4194304 1309 19006 0 1 5 2 214 12 15 0 1 0 24701327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24248/statm: 4217 1111 409 3 0 796 0
[pid=24261] ppid=24248 vsize=5356 CPUtime=0
/proc/24261/stat : 24261 (sh) S 24248 24248 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24701567 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24261/statm: 1339 233 193 169 0 50 0
[pid=24262] ppid=24261 vsize=868552 CPUtime=3.83
/proc/24262/stat : 24262 (java) S 24261 24248 19734 0 -1 0 11915 0 1 0 375 8 0 0 18 0 9 0 24701567 889397248 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24262/statm: 217138 10668 2570 9 0 211643 0
[pid=24262/tid=24263] ppid=24261 vsize=868552 CPUtime=3.09
/proc/24262/task/24263/stat : 24263 (java) R 24261 24248 19734 0 -1 64 2868 0 1 0 307 2 0 0 25 0 9 0 24701568 889397248 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4126577424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24264] ppid=24261 vsize=868552 CPUtime=0.52
/proc/24262/task/24264/stat : 24264 (java) S 24261 24248 19734 0 -1 64 6867 0 0 0 48 4 0 0 16 0 9 0 24701569 889397248 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24265] ppid=24261 vsize=868552 CPUtime=0
/proc/24262/task/24265/stat : 24265 (java) S 24261 24248 19734 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24701569 889397248 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24266] ppid=24261 vsize=868552 CPUtime=0
/proc/24262/task/24266/stat : 24266 (java) S 24261 24248 19734 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24701569 889397248 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24267] ppid=24261 vsize=868552 CPUtime=0
/proc/24262/task/24267/stat : 24267 (java) S 24261 24248 19734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24701572 889397248 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24268] ppid=24261 vsize=868552 CPUtime=0.2
/proc/24262/task/24268/stat : 24268 (java) S 24261 24248 19734 0 -1 64 1478 0 0 0 19 1 0 0 16 0 9 0 24701572 889397248 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24269] ppid=24261 vsize=868552 CPUtime=0
/proc/24262/task/24269/stat : 24269 (java) S 24261 24248 19734 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24701572 889397248 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24270] ppid=24261 vsize=868552 CPUtime=0
/proc/24262/task/24270/stat : 24270 (java) S 24261 24248 19734 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24701572 889397248 10668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890776

[startup+12.7022 s]
/proc/loadavg: 2.08 2.02 2.03 4/93 24270
/proc/meminfo: memFree=1412088/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=2.33
/proc/24248/stat : 24248 (sugar) S 24246 24248 19734 0 -1 4194304 1309 19006 0 1 5 2 214 12 16 0 1 0 24701327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24248/statm: 4217 1111 409 3 0 796 0
[pid=24261] ppid=24248 vsize=5356 CPUtime=0
/proc/24261/stat : 24261 (sh) S 24248 24248 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24701567 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24261/statm: 1339 233 193 169 0 50 0
[pid=24262] ppid=24261 vsize=868552 CPUtime=10.16
/proc/24262/stat : 24262 (java) S 24261 24248 19734 0 -1 0 19282 0 1 0 1002 14 0 0 18 0 9 0 24701567 889397248 13923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24262/statm: 217138 13923 2569 9 0 211643 0
[pid=24262/tid=24263] ppid=24261 vsize=868552 CPUtime=8.69
/proc/24262/task/24263/stat : 24263 (java) R 24261 24248 19734 0 -1 64 3285 0 1 0 866 3 0 0 25 0 9 0 24701568 889397248 13923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24264] ppid=24261 vsize=868552 CPUtime=1.23
/proc/24262/task/24264/stat : 24264 (java) S 24261 24248 19734 0 -1 64 13815 0 0 0 114 9 0 0 15 0 9 0 24701569 889397248 13923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24265] ppid=24261 vsize=868552 CPUtime=0
/proc/24262/task/24265/stat : 24265 (java) S 24261 24248 19734 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24701569 889397248 13923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24266] ppid=24261 vsize=868552 CPUtime=0
/proc/24262/task/24266/stat : 24266 (java) S 24261 24248 19734 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24701569 889397248 13923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24267] ppid=24261 vsize=868552 CPUtime=0
/proc/24262/task/24267/stat : 24267 (java) S 24261 24248 19734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24701572 889397248 13923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24268] ppid=24261 vsize=868552 CPUtime=0.22
/proc/24262/task/24268/stat : 24268 (java) S 24261 24248 19734 0 -1 64 1480 0 0 0 21 1 0 0 15 0 9 0 24701572 889397248 13923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24269] ppid=24261 vsize=868552 CPUtime=0
/proc/24262/task/24269/stat : 24269 (java) S 24261 24248 19734 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24701572 889397248 13923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24270] ppid=24261 vsize=868552 CPUtime=0
/proc/24262/task/24270/stat : 24270 (java) S 24261 24248 19734 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24701572 889397248 13923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890776

[startup+25.5023 s]
/proc/loadavg: 2.07 2.02 2.03 3/93 24270
/proc/meminfo: memFree=1377848/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=2.33
/proc/24248/stat : 24248 (sugar) S 24246 24248 19734 0 -1 4194304 1309 19006 0 1 5 2 214 12 16 0 1 0 24701327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24248/statm: 4217 1111 409 3 0 796 0
[pid=24261] ppid=24248 vsize=5356 CPUtime=0
/proc/24261/stat : 24261 (sh) S 24248 24248 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24701567 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24261/statm: 1339 233 193 169 0 50 0
[pid=24262] ppid=24261 vsize=868552 CPUtime=22.81
/proc/24262/stat : 24262 (java) S 24261 24248 19734 0 -1 0 31774 0 1 0 2257 24 0 0 18 0 9 0 24701567 889397248 22269 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24262/statm: 217138 22269 2569 9 0 211643 0
[pid=24262/tid=24263] ppid=24261 vsize=868552 CPUtime=20.15
/proc/24262/task/24263/stat : 24263 (java) R 24261 24248 19734 0 -1 64 3859 0 1 0 2011 4 0 0 25 0 9 0 24701568 889397248 22269 996147200 134512640 134550932 4294955936 18446744073709551615 4126506057 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24264] ppid=24261 vsize=868552 CPUtime=2.41
/proc/24262/task/24264/stat : 24264 (java) S 24261 24248 19734 0 -1 64 25727 0 0 0 223 18 0 0 16 0 9 0 24701569 889397248 22269 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24265] ppid=24261 vsize=868552 CPUtime=0
/proc/24262/task/24265/stat : 24265 (java) S 24261 24248 19734 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24701569 889397248 22269 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24266] ppid=24261 vsize=868552 CPUtime=0
/proc/24262/task/24266/stat : 24266 (java) S 24261 24248 19734 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24701569 889397248 22269 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24267] ppid=24261 vsize=868552 CPUtime=0
/proc/24262/task/24267/stat : 24267 (java) S 24261 24248 19734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24701572 889397248 22269 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24268] ppid=24261 vsize=868552 CPUtime=0.23
/proc/24262/task/24268/stat : 24268 (java) S 24261 24248 19734 0 -1 64 1486 0 0 0 22 1 0 0 16 0 9 0 24701572 889397248 22269 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24269] ppid=24261 vsize=868552 CPUtime=0
/proc/24262/task/24269/stat : 24269 (java) S 24261 24248 19734 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24701572 889397248 22269 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24270] ppid=24261 vsize=868552 CPUtime=0
/proc/24262/task/24270/stat : 24270 (java) S 24261 24248 19734 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24701572 889397248 22269 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 890776

[startup+51.1063 s]
/proc/loadavg: 2.04 2.01 2.03 3/93 24270
/proc/meminfo: memFree=1308728/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=2.33
/proc/24248/stat : 24248 (sugar) S 24246 24248 19734 0 -1 4194304 1309 19006 0 1 5 2 214 12 16 0 1 0 24701327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24248/statm: 4217 1111 409 3 0 796 0
[pid=24261] ppid=24248 vsize=5356 CPUtime=0
/proc/24261/stat : 24261 (sh) S 24248 24248 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24701567 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24261/statm: 1339 233 193 169 0 50 0
[pid=24262] ppid=24261 vsize=868552 CPUtime=48.13
/proc/24262/stat : 24262 (java) S 24261 24248 19734 0 -1 0 53089 0 1 0 4775 38 0 0 18 0 9 0 24701567 889397248 39764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=24262/tid=24268] ppid=24261 vsize=868664 CPUtime=0.33
/proc/24262/task/24268/stat : 24268 (java) S 24261 24248 19734 0 -1 64 1539 0 0 0 32 1 0 0 16 0 9 0 24701572 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24269] ppid=24261 vsize=868664 CPUtime=0
/proc/24262/task/24269/stat : 24269 (java) S 24261 24248 19734 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24701572 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24270] ppid=24261 vsize=868664 CPUtime=0.01
/proc/24262/task/24270/stat : 24270 (java) S 24261 24248 19734 0 -1 64 0 0 0 0 1 0 0 0 15 0 9 0 24701572 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 631.54
Current children cumulated vsize (KiB) 890888

[startup+702.302 s]
/proc/loadavg: 2.28 2.13 2.06 3/94 24309
/proc/meminfo: memFree=15280/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=2.34
/proc/24248/stat : 24248 (sugar) S 24246 24248 19734 0 -1 4194304 1310 19006 0 1 6 2 214 12 16 0 1 0 24701327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24248/statm: 4217 1111 409 3 0 796 0
[pid=24261] ppid=24248 vsize=5356 CPUtime=0
/proc/24261/stat : 24261 (sh) S 24248 24248 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24701567 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24261/statm: 1339 233 193 169 0 50 0
[pid=24262] ppid=24261 vsize=868664 CPUtime=688.22
/proc/24262/stat : 24262 (java) S 24261 24248 19734 0 -1 0 80039 0 1 0 67312 1510 0 0 18 0 9 0 24701567 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24262/statm: 217166 62303 2593 9 0 211643 0
[pid=24262/tid=24263] ppid=24261 vsize=868664 CPUtime=674.9
/proc/24262/task/24263/stat : 24263 (java) R 24261 24248 19734 0 -1 64 9240 0 1 0 66048 1442 0 0 25 0 9 0 24701568 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4127058972 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24264] ppid=24261 vsize=868664 CPUtime=12.95
/proc/24262/task/24264/stat : 24264 (java) S 24261 24248 19734 0 -1 64 68558 0 0 0 1230 65 0 0 16 0 9 0 24701569 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24265] ppid=24261 vsize=868664 CPUtime=0
/proc/24262/task/24265/stat : 24265 (java) S 24261 24248 19734 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24701569 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24266] ppid=24261 vsize=868664 CPUtime=0
/proc/24262/task/24266/stat : 24266 (java) S 24261 24248 19734 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24701569 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24267] ppid=24261 vsize=868664 CPUtime=0
/proc/24262/task/24267/stat : 24267 (java) S 24261 24248 19734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24701572 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24268] ppid=24261 vsize=868664 CPUtime=0.33
/proc/24262/task/24268/stat : 24268 (java) S 24261 24248 19734 0 -1 64 1539 0 0 0 32 1 0 0 16 0 9 0 24701572 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24269] ppid=24261 vsize=868664 CPUtime=0
/proc/24262/task/24269/stat : 24269 (java) S 24261 24248 19734 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24701572 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24270] ppid=24261 vsize=868664 CPUtime=0.01
/proc/24262/task/24270/stat : 24270 (java) S 24261 24248 19734 0 -1 64 0 0 0 0 1 0 0 0 15 0 9 0 24701572 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 690.56
Current children cumulated vsize (KiB) 890888

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

[startup+716.702 s]
/proc/loadavg: 2.39 2.16 2.07 3/94 24309
/proc/meminfo: memFree=14960/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=2.34
/proc/24248/stat : 24248 (sugar) S 24246 24248 19734 0 -1 4194304 1310 19006 0 1 6 2 214 12 16 0 1 0 24701327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24248/statm: 4217 1111 409 3 0 796 0
[pid=24261] ppid=24248 vsize=5356 CPUtime=0
/proc/24261/stat : 24261 (sh) S 24248 24248 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24701567 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24261/statm: 1339 233 193 169 0 50 0
[pid=24262] ppid=24261 vsize=868664 CPUtime=702.4
/proc/24262/stat : 24262 (java) S 24261 24248 19734 0 -1 0 80107 0 1 0 68691 1549 0 0 18 0 9 0 24701567 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24262/statm: 217166 62303 2593 9 0 211643 0
[pid=24262/tid=24263] ppid=24261 vsize=868664 CPUtime=689
/proc/24262/task/24263/stat : 24263 (java) R 24261 24248 19734 0 -1 64 9308 0 1 0 67420 1480 0 0 25 0 9 0 24701568 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4126577462 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24262/tid=24264] ppid=24261 vsize=868664 CPUtime=13.03
/proc/24262/task/24264/stat : 24264 (java) S 24261 24248 19734 0 -1 64 68558 0 0 0 1237 66 0 0 16 0 9 0 24701569 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24262/tid=24265] ppid=24261 vsize=868664 CPUtime=0
/proc/24262/task/24265/stat : 24265 (java) S 24261 24248 19734 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24701569 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24266] ppid=24261 vsize=868664 CPUtime=0
/proc/24262/task/24266/stat : 24266 (java) S 24261 24248 19734 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24701569 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24267] ppid=24261 vsize=868664 CPUtime=0
/proc/24262/task/24267/stat : 24267 (java) S 24261 24248 19734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24701572 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24268] ppid=24261 vsize=868664 CPUtime=0.33
/proc/24262/task/24268/stat : 24268 (java) S 24261 24248 19734 0 -1 64 1539 0 0 0 32 1 0 0 16 0 9 0 24701572 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24269] ppid=24261 vsize=868664 CPUtime=0
/proc/24262/task/24269/stat : 24269 (java) S 24261 24248 19734 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24701572 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24270] ppid=24261 vsize=868664 CPUtime=0.01
/proc/24262/task/24270/stat : 24270 (java) S 24261 24248 19734 0 -1 64 0 0 0 0 1 0 0 0 15 0 9 0 24701572 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 704.74
Current children cumulated vsize (KiB) 890888

[startup+723.103 s]
/proc/loadavg: 2.33 2.16 2.07 3/94 24309
/proc/meminfo: memFree=15088/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=2.34
/proc/24248/stat : 24248 (sugar) S 24246 24248 19734 0 -1 4194304 1310 19006 0 1 6 2 214 12 16 0 1 0 24701327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24248/statm: 4217 1111 409 3 0 796 0
[pid=24261] ppid=24248 vsize=5356 CPUtime=0
/proc/24261/stat : 24261 (sh) S 24248 24248 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24701567 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24261/statm: 1339 233 193 169 0 50 0
[pid=24262] ppid=24261 vsize=868664 CPUtime=708.72
/proc/24262/stat : 24262 (java) S 24261 24248 19734 0 -1 0 80137 0 1 0 69306 1566 0 0 18 0 9 0 24701567 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24262/statm: 217166 62303 2593 9 0 211643 0
[pid=24262/tid=24263] ppid=24261 vsize=868664 CPUtime=695.27
/proc/24262/task/24263/stat : 24263 (java) R 24261 24248 19734 0 -1 64 9338 0 1 0 68031 1496 0 0 25 0 9 0 24701568 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4126452878 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24262/tid=24264] ppid=24261 vsize=868664 CPUtime=13.07
/proc/24262/task/24264/stat : 24264 (java) S 24261 24248 19734 0 -1 64 68558 0 0 0 1241 66 0 0 16 0 9 0 24701569 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24262/tid=24265] ppid=24261 vsize=868664 CPUtime=0
/proc/24262/task/24265/stat : 24265 (java) S 24261 24248 19734 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24701569 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24266] ppid=24261 vsize=868664 CPUtime=0
/proc/24262/task/24266/stat : 24266 (java) S 24261 24248 19734 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24701569 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24267] ppid=24261 vsize=868664 CPUtime=0
/proc/24262/task/24267/stat : 24267 (java) S 24261 24248 19734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24701572 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24268] ppid=24261 vsize=868664 CPUtime=0.33
/proc/24262/task/24268/stat : 24268 (java) S 24261 24248 19734 0 -1 64 1539 0 0 0 32 1 0 0 16 0 9 0 24701572 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24269] ppid=24261 vsize=868664 CPUtime=0
/proc/24262/task/24269/stat : 24269 (java) S 24261 24248 19734 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24701572 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24270] ppid=24261 vsize=868664 CPUtime=0.01
/proc/24262/task/24270/stat : 24270 (java) S 24261 24248 19734 0 -1 64 0 0 0 0 1 0 0 0 15 0 9 0 24701572 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 711.06
Current children cumulated vsize (KiB) 890888

[startup+729.502 s]
/proc/loadavg: 2.31 2.15 2.07 3/94 24309
/proc/meminfo: memFree=16304/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=2.34
/proc/24248/stat : 24248 (sugar) S 24246 24248 19734 0 -1 4194304 1310 19006 0 1 6 2 214 12 16 0 1 0 24701327 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24248/statm: 4217 1111 409 3 0 796 0
[pid=24261] ppid=24248 vsize=5356 CPUtime=0
/proc/24261/stat : 24261 (sh) S 24248 24248 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24701567 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24261/statm: 1339 233 193 169 0 50 0
[pid=24262] ppid=24261 vsize=868664 CPUtime=715.03
/proc/24262/stat : 24262 (java) S 24261 24248 19734 0 -1 0 80168 0 1 0 69919 1584 0 0 18 0 9 0 24701567 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24262/statm: 217166 62303 2593 9 0 211643 0
[pid=24262/tid=24263] ppid=24261 vsize=868664 CPUtime=701.54
/proc/24262/task/24263/stat : 24263 (java) R 24261 24248 19734 0 -1 64 9369 0 1 0 68640 1514 0 0 25 0 9 0 24701568 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4126577436 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24262/tid=24264] ppid=24261 vsize=868664 CPUtime=13.12
/proc/24262/task/24264/stat : 24264 (java) S 24261 24248 19734 0 -1 64 68558 0 0 0 1245 67 0 0 16 0 9 0 24701569 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24262/tid=24265] ppid=24261 vsize=868664 CPUtime=0
/proc/24262/task/24265/stat : 24265 (java) S 24261 24248 19734 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24701569 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24266] ppid=24261 vsize=868664 CPUtime=0
/proc/24262/task/24266/stat : 24266 (java) S 24261 24248 19734 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24701569 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24267] ppid=24261 vsize=868664 CPUtime=0
/proc/24262/task/24267/stat : 24267 (java) S 24261 24248 19734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24701572 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24268] ppid=24261 vsize=868664 CPUtime=0.33
/proc/24262/task/24268/stat : 24268 (java) S 24261 24248 19734 0 -1 64 1539 0 0 0 32 1 0 0 16 0 9 0 24701572 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24269] ppid=24261 vsize=868664 CPUtime=0
/proc/24262/task/24269/stat : 24269 (java) S 24261 24248 19734 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24701572 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24270] ppid=24261 vsize=868664 CPUtime=0.01
/proc/24262/task/24270/stat : 24270 (java) S 24261 24248 19734 0 -1 64 0 0 0 0 1 0 0 0 15 0 9 0 24701572 889511936 62303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 717.37
Current children cumulated vsize (KiB) 890888

[startup+732.701 s]
/proc/loadavg: 2.36 2.17 2.07 2/84 24311
/proc/meminfo: memFree=1261440/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=718.75
/proc/24248/stat : 24248 (sugar) D 24246 24248 19734 0 -1 4194304 1419 99826 0 12 7 57 70206 1605 18 0 1 0 24701327 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24248/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 718.75
Current children cumulated vsize (KiB) 16868

[startup+734.303 s]
/proc/loadavg: 2.36 2.17 2.07 2/84 24311
/proc/meminfo: memFree=1260992/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=718.82
/proc/24248/stat : 24248 (sugar) D 24246 24248 19734 0 -1 4194304 1419 99826 0 12 7 64 70206 1605 18 0 1 0 24701327 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24248/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 718.82
Current children cumulated vsize (KiB) 16868

[startup+734.702 s]
/proc/loadavg: 2.36 2.17 2.07 2/84 24311
/proc/meminfo: memFree=1260480/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=718.83
/proc/24248/stat : 24248 (sugar) D 24246 24248 19734 0 -1 4194304 1419 99826 0 12 7 65 70206 1605 18 0 1 0 24701327 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24248/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 718.83
Current children cumulated vsize (KiB) 16868

[startup+735.102 s]
/proc/loadavg: 2.36 2.17 2.07 2/84 24311
/proc/meminfo: memFree=1260480/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=718.85
/proc/24248/stat : 24248 (sugar) D 24246 24248 19734 0 -1 4194304 1419 99826 0 12 7 67 70206 1605 18 0 1 0 24701327 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24248/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 718.85
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 735.187
CPU time (s): 718.877
CPU user time (s): 702.142
CPU system time (s): 16.7345
CPU usage (%): 97.7815
Max. virtual memory (cumulated for all children) (KiB): 903588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 702.142
system time used= 16.7345
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101306
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50921
involuntary context switches= 67873

runsolver used 0.960853 second user time and 2.58961 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-12 07:25:43
IDJOB=2082983
IDBENCH=57667
IDSOLVER=738
FILE ID=node11/2082983-1247376343
PBS_JOBID= 9507062
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp22/normalized-fapp22-1750-2.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-2082983-1247376343/watcher-2082983-1247376343 -o /tmp/evaluation-result-2082983-1247376343/solver-2082983-1247376343 -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-2082983-1247376343.xml

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

MD5SUM BENCH= 336ba63a28e2ecbd3bb2d5acda7f4f04
RANDOM SEED=937397983

node11.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.274
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.274
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:       1463728 kB
Buffers:         53760 kB
Cached:         172000 kB
SwapCached:          0 kB
Active:         437264 kB
Inactive:        88140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1463728 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5808 kB
Writeback:           0 kB
Mapped:         320056 kB
Slab:            51288 kB
Committed_AS:   501564 kB
PageTables:       2484 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= 66440 MiB
End job on node11 at 2009-07-12 07:37:58