Trace number 2082984

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+minisat? 685.597 697.905

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.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sun Jul 12 07:25:44 2009
0.06/0.08	c 0	PID 23404
0.06/0.08	c 0	HOST node42.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2082984-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-2082984-1247376343.xml' 'HOME/temp.csp'
2.23/2.31	c 2	30 domains, 1750 variables, 8 predicates, 0 relations, 32049 constraints
2.23/2.34	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.23/2.34	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.26/2.41	c 2	Parsing HOME/temp.csp
2.26/2.74	c 2	parsed 10000 expressions
2.26/2.95	c 3	parsed 20000 expressions
2.26/3.07	c 3	parsed 30000 expressions
2.26/3.20	c 3	parsed 33837 expressions
3.10/3.22	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.10/3.22	c 3	Converting to clausal form CSP
8.04/8.28	c 8	converted 3384 (10%) expressions
16.64/17.00	c 17	converted 6768 (20%) expressions
24.36/24.72	c 24	converted 10152 (30%) expressions
32.18/32.62	c 32	converted 13535 (40%) expressions
39.32/39.89	c 39	converted 16919 (50%) expressions
47.04/47.66	c 47	converted 20303 (60%) expressions
53.57/54.20	c 54	converted 23686 (70%) expressions
59.90/60.68	c 60	converted 27070 (80%) expressions
65.28/66.09	c 66	converted 30454 (90%) expressions
71.68/72.45	c 72	converted 33837 (100%) expressions
71.68/72.45	c 72	CSP : 5603 integers, 92729 booleans, 200297 clauses, largest domain size 2921
71.68/72.45	c 72	Heap : 193 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
71.68/72.45	c 72	Propagation in CSP
75.18/75.96	c 76	2628 values, 0 unsatisfiable literals, and 0 valid clauses are removed
75.18/75.96	c 76	CSP : 5603 integers, 92729 booleans, 200297 clauses, largest domain size 2921
75.18/75.96	c 76	Heap : 194 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
75.27/76.03	c 76	Simplifing CSP by introducing new Boolean variables
75.58/76.37	c 76	CSP : 5603 integers, 160371 booleans, 267939 clauses, largest domain size 2921
75.58/76.37	c 76	Heap : 212 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
76.88/77.68	c 77	Encoding CSP to SAT : HOME/temp.cnf
85.77/86.55	c 86	561 (10%) CSP integer variables are encoded (257544 clauses, 4156599 bytes)
94.56/95.37	c 95	1121 (20%) CSP integer variables are encoded (520388 clauses, 8624947 bytes)
103.16/103.90	c 103	1681 (30%) CSP integer variables are encoded (774842 clauses, 12950665 bytes)
105.66/106.41	c 106	2242 (40%) CSP integer variables are encoded (1958726 clauses, 34997800 bytes)
107.23/108.01	c 108	2802 (50%) CSP integer variables are encoded (3286678 clauses, 60228888 bytes)
108.63/109.47	c 109	3362 (60%) CSP integer variables are encoded (4519748 clauses, 83657218 bytes)
110.13/110.92	c 110	3923 (70%) CSP integer variables are encoded (5748973 clauses, 107012493 bytes)
111.49/112.38	c 112	4483 (80%) CSP integer variables are encoded (6953421 clauses, 129897005 bytes)
113.10/113.90	c 113	5043 (90%) CSP integer variables are encoded (8195579 clauses, 153498007 bytes)
114.49/115.47	c 115	5603 (100%) CSP integer variables are encoded (9390535 clauses, 176202171 bytes)
176.20/177.41	c 177	26794 (10%) CSP clauses are encoded (17958324 clauses, 402201592 bytes)
230.66/232.29	c 232	53588 (20%) CSP clauses are encoded (26124946 clauses, 620129172 bytes)
292.82/295.19	c 295	80382 (30%) CSP clauses are encoded (35258888 clauses, 866205317 bytes)
349.22/352.11	c 352	107176 (40%) CSP clauses are encoded (44143175 clauses, 1105868323 bytes)
405.00/408.57	c 408	133970 (50%) CSP clauses are encoded (52890634 clauses, 1342092612 bytes)
462.81/467.70	c 467	160764 (60%) CSP clauses are encoded (61962234 clauses, 1588335024 bytes)
517.15/523.17	c 523	187558 (70%) CSP clauses are encoded (70451359 clauses, 1818286905 bytes)
574.77/581.88	c 581	214352 (80%) CSP clauses are encoded (79175932 clauses, 2054697532 bytes)
631.44/639.97	c 640	241146 (90%) CSP clauses are encoded (88292286 clauses, 2302504472 bytes)
684.44/694.14	c 694	267939 (100%) CSP clauses are encoded (97132407 clauses, 2542866428 bytes)
684.44/694.14	c 694	267939 CSP clauses encoded
684.44/694.19	c 694	Writing map file : HOME/temp.map
684.66/694.85	c 694	Heap : 203 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
684.66/694.85	c 694	SAT : 9556508 SAT variables, 97132407 SAT clauses, 2542866428 bytes
684.66/694.85	c 694	Heap : 203 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
684.73/694.94	c 695	SOLVING HOME/temp.cnf
684.73/694.94	c 695	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
684.73/694.99	c 695	This is MiniSat 2.0 beta
684.73/694.99	c 695	WARNING: for repeatability, setting FPU to use double precision
684.73/694.99	c 695	ERROR! Could not open file: HOME/temp.cnf
684.73/694.99	c 695	DECODING HOME/temp.out WITH HOME/temp.map
684.73/694.99	c ERROR no output file HOME/temp.out
684.73/694.99	s UNKNOWN
684.73/694.99	c 695	CPU 684.8 (0.07 0.02 669.21 15.5)
684.73/694.99	c 695	END Sun Jul 12 07:37:19 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-2082984-1247376343/watcher-2082984-1247376343 -o /tmp/evaluation-result-2082984-1247376343/solver-2082984-1247376343 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2082984-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: 1.99 1.98 1.99 5/74 23404
/proc/meminfo: memFree=1035984/2055920 swapFree=4192812/4192956
[pid=23404] ppid=23402 vsize=12268 CPUtime=0
/proc/23404/stat : 23404 (sugar) R 23402 23404 19041 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24698278 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259415308901 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23404/statm: 3067 316 241 3 0 167 0

[startup+0.0806799 s]
/proc/loadavg: 1.99 1.98 1.99 5/74 23404
/proc/meminfo: memFree=1035984/2055920 swapFree=4192812/4192956
[pid=23404] ppid=23402 vsize=16740 CPUtime=0.06
/proc/23404/stat : 23404 (sugar) R 23402 23404 19041 0 -1 4194304 1108 0 0 0 5 1 0 0 18 0 1 0 24698278 17141760 1076 996147200 4194304 4206940 548682068608 18446744073709551615 259435307714 0 0 4224 0 0 0 0 17 1 0 0
/proc/23404/statm: 4185 1076 381 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102694 s]
/proc/loadavg: 1.99 1.98 1.99 5/74 23404
/proc/meminfo: memFree=1035984/2055920 swapFree=4192812/4192956
[pid=23404] ppid=23402 vsize=16868 CPUtime=0.06
/proc/23404/stat : 23404 (sugar) S 23402 23404 19041 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24698278 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23404/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302717 s]
/proc/loadavg: 1.99 1.98 1.99 5/74 23404
/proc/meminfo: memFree=1035984/2055920 swapFree=4192812/4192956
[pid=23404] ppid=23402 vsize=16868 CPUtime=0.06
/proc/23404/stat : 23404 (sugar) S 23402 23404 19041 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24698278 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23404/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.7018 s]
/proc/loadavg: 1.99 1.98 1.99 5/74 23404
/proc/meminfo: memFree=1035984/2055920 swapFree=4192812/4192956
[pid=23404] ppid=23402 vsize=16868 CPUtime=0.06
/proc/23404/stat : 23404 (sugar) S 23402 23404 19041 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24698278 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23404/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50195 s]
/proc/loadavg: 2.07 2.00 2.00 3/85 23416
/proc/meminfo: memFree=1007608/2055920 swapFree=4192812/4192956
[pid=23404] ppid=23402 vsize=16868 CPUtime=0.06
/proc/23404/stat : 23404 (sugar) S 23402 23404 19041 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24698278 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23404/statm: 4217 1111 409 3 0 796 0
[pid=23407] ppid=23404 vsize=5356 CPUtime=0
/proc/23407/stat : 23407 (sh) S 23404 23404 19041 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24698286 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23407/statm: 1339 233 193 169 0 50 0
[pid=23408] ppid=23407 vsize=864772 CPUtime=1.38
/proc/23408/stat : 23408 (java) S 23407 23404 19041 0 -1 0 15175 0 1 0 130 8 0 0 18 0 9 0 24698287 885526528 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23408/statm: 216193 13209 2556 9 0 210705 0
[pid=23408/tid=23409] ppid=23407 vsize=864772 CPUtime=0.79
/proc/23408/task/23409/stat : 23409 (java) R 23407 23404 19041 0 -1 64 3054 0 1 0 77 2 0 0 23 0 9 0 24698288 885526528 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4126677333 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23408/tid=23410] ppid=23407 vsize=864772 CPUtime=0.45
/proc/23408/task/23410/stat : 23410 (java) S 23407 23404 19041 0 -1 64 10904 0 0 0 41 4 0 0 16 0 9 0 24698289 885526528 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23408/tid=23411] ppid=23407 vsize=864772 CPUtime=0
/proc/23408/task/23411/stat : 23411 (java) S 23407 23404 19041 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24698289 885526528 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23408/tid=23412] ppid=23407 vsize=864772 CPUtime=0
/proc/23408/task/23412/stat : 23412 (java) S 23407 23404 19041 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24698289 885526528 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23408/tid=23413] ppid=23407 vsize=864772 CPUtime=0
/proc/23408/task/23413/stat : 23413 (java) S 23407 23404 19041 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24698292 885526528 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23408/tid=23414] ppid=23407 vsize=864772 CPUtime=0.11
/proc/23408/task/23414/stat : 23414 (java) S 23407 23404 19041 0 -1 64 511 0 0 0 11 0 0 0 16 0 9 0 24698292 885526528 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23408/tid=23415] ppid=23407 vsize=864772 CPUtime=0
/proc/23408/task/23415/stat : 23415 (java) S 23407 23404 19041 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24698292 885526528 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23408/tid=23416] ppid=23407 vsize=864772 CPUtime=0
/proc/23408/task/23416/stat : 23416 (java) S 23407 23404 19041 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24698292 885526528 13209 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.10125 s]
/proc/loadavg: 2.07 2.00 2.00 4/85 23416
/proc/meminfo: memFree=980024/2055920 swapFree=4192812/4192956
[pid=23404] ppid=23402 vsize=16868 CPUtime=2.26
/proc/23404/stat : 23404 (sugar) S 23402 23404 19041 0 -1 4194304 1309 19008 0 1 5 1 208 12 15 0 1 0 24698278 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23404/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30187 s]
/proc/loadavg: 2.07 2.00 2.00 3/85 23426
/proc/meminfo: memFree=1000440/2055920 swapFree=4192812/4192956
[pid=23404] ppid=23402 vsize=16868 CPUtime=2.26
/proc/23404/stat : 23404 (sugar) S 23402 23404 19041 0 -1 4194304 1309 19008 0 1 5 1 208 12 16 0 1 0 24698278 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23404/statm: 4217 1111 409 3 0 796 0
[pid=23417] ppid=23404 vsize=5356 CPUtime=0
/proc/23417/stat : 23417 (sh) S 23404 23404 19041 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24698512 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23417/statm: 1339 233 193 169 0 50 0
[pid=23418] ppid=23417 vsize=868560 CPUtime=3.9
/proc/23418/stat : 23418 (java) S 23417 23404 19041 0 -1 0 11958 0 1 0 383 7 0 0 18 0 9 0 24698512 889405440 10708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23418/statm: 217140 10708 2570 9 0 211645 0
[pid=23418/tid=23419] ppid=23417 vsize=868560 CPUtime=3.18
/proc/23418/task/23419/stat : 23419 (java) R 23417 23404 19041 0 -1 64 2873 0 1 0 316 2 0 0 25 0 9 0 24698513 889405440 10708 996147200 134512640 134550932 4294955936 18446744073709551615 4126509389 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23420] ppid=23417 vsize=868560 CPUtime=0.49
/proc/23418/task/23420/stat : 23420 (java) S 23417 23404 19041 0 -1 64 6905 0 0 0 46 3 0 0 16 0 9 0 24698514 889405440 10708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23421] ppid=23417 vsize=868560 CPUtime=0
/proc/23418/task/23421/stat : 23421 (java) S 23417 23404 19041 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24698515 889405440 10708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23422] ppid=23417 vsize=868560 CPUtime=0
/proc/23418/task/23422/stat : 23422 (java) S 23417 23404 19041 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24698515 889405440 10708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23423] ppid=23417 vsize=868560 CPUtime=0
/proc/23418/task/23423/stat : 23423 (java) S 23417 23404 19041 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24698517 889405440 10708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23424] ppid=23417 vsize=868560 CPUtime=0.2
/proc/23418/task/23424/stat : 23424 (java) S 23417 23404 19041 0 -1 64 1477 0 0 0 19 1 0 0 16 0 9 0 24698517 889405440 10708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23425] ppid=23417 vsize=868560 CPUtime=0
/proc/23418/task/23425/stat : 23425 (java) S 23417 23404 19041 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24698517 889405440 10708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23426] ppid=23417 vsize=868560 CPUtime=0
/proc/23418/task/23426/stat : 23426 (java) S 23417 23404 19041 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24698517 889405440 10708 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) 890784

[startup+12.7021 s]
/proc/loadavg: 2.06 2.00 2.00 3/85 23426
/proc/meminfo: memFree=986168/2055920 swapFree=4192812/4192956
[pid=23404] ppid=23402 vsize=16868 CPUtime=2.26
/proc/23404/stat : 23404 (sugar) S 23402 23404 19041 0 -1 4194304 1309 19008 0 1 5 1 208 12 16 0 1 0 24698278 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23404/statm: 4217 1111 409 3 0 796 0
[pid=23417] ppid=23404 vsize=5356 CPUtime=0
/proc/23417/stat : 23417 (sh) S 23404 23404 19041 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24698512 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23417/statm: 1339 233 193 169 0 50 0
[pid=23418] ppid=23417 vsize=868560 CPUtime=10.23
/proc/23418/stat : 23418 (java) S 23417 23404 19041 0 -1 0 19331 0 1 0 1009 14 0 0 18 0 9 0 24698512 889405440 13965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23418/statm: 217140 13965 2569 9 0 211645 0
[pid=23418/tid=23419] ppid=23417 vsize=868560 CPUtime=8.83
/proc/23418/task/23419/stat : 23419 (java) R 23417 23404 19041 0 -1 64 3293 0 1 0 879 4 0 0 25 0 9 0 24698513 889405440 13965 996147200 134512640 134550932 4294955936 18446744073709551615 4126509360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23420] ppid=23417 vsize=868560 CPUtime=1.16
/proc/23418/task/23420/stat : 23420 (java) S 23417 23404 19041 0 -1 64 13856 0 0 0 109 7 0 0 16 0 9 0 24698514 889405440 13965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23421] ppid=23417 vsize=868560 CPUtime=0
/proc/23418/task/23421/stat : 23421 (java) S 23417 23404 19041 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24698515 889405440 13965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23422] ppid=23417 vsize=868560 CPUtime=0
/proc/23418/task/23422/stat : 23422 (java) S 23417 23404 19041 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24698515 889405440 13965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23423] ppid=23417 vsize=868560 CPUtime=0
/proc/23418/task/23423/stat : 23423 (java) S 23417 23404 19041 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24698517 889405440 13965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23424] ppid=23417 vsize=868560 CPUtime=0.21
/proc/23418/task/23424/stat : 23424 (java) S 23417 23404 19041 0 -1 64 1479 0 0 0 20 1 0 0 15 0 9 0 24698517 889405440 13965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23425] ppid=23417 vsize=868560 CPUtime=0
/proc/23418/task/23425/stat : 23425 (java) S 23417 23404 19041 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24698517 889405440 13965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23426] ppid=23417 vsize=868560 CPUtime=0
/proc/23418/task/23426/stat : 23426 (java) S 23417 23404 19041 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24698517 889405440 13965 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) 890784

[startup+25.5025 s]
/proc/loadavg: 2.05 2.00 2.00 4/85 23426
/proc/meminfo: memFree=950392/2055920 swapFree=4192812/4192956
[pid=23404] ppid=23402 vsize=16868 CPUtime=2.26
/proc/23404/stat : 23404 (sugar) S 23402 23404 19041 0 -1 4194304 1309 19008 0 1 5 1 208 12 16 0 1 0 24698278 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23404/statm: 4217 1111 409 3 0 796 0
[pid=23417] ppid=23404 vsize=5356 CPUtime=0
/proc/23417/stat : 23417 (sh) S 23404 23404 19041 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24698512 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23417/statm: 1339 233 193 169 0 50 0
[pid=23418] ppid=23417 vsize=873688 CPUtime=22.9
/proc/23418/stat : 23418 (java) S 23417 23404 19041 0 -1 0 33513 0 1 0 2267 23 0 0 18 0 9 0 24698512 894656512 23686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23418/statm: 218422 23686 2569 9 0 212927 0
[pid=23418/tid=23419] ppid=23417 vsize=873688 CPUtime=19.98
/proc/23418/task/23419/stat : 23419 (java) R 23417 23404 19041 0 -1 64 3861 0 1 0 1993 5 0 0 25 0 9 0 24698513 894656512 23686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23420] ppid=23417 vsize=873688 CPUtime=2.66
/proc/23418/task/23420/stat : 23420 (java) R 23417 23404 19041 0 -1 64 27464 0 0 0 251 15 0 0 16 0 9 0 24698514 894656512 23686 996147200 134512640 134550932 4294955936 18446744073709551615 102768069 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23421] ppid=23417 vsize=873688 CPUtime=0
/proc/23418/task/23421/stat : 23421 (java) S 23417 23404 19041 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24698515 894656512 23686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23422] ppid=23417 vsize=873688 CPUtime=0
/proc/23418/task/23422/stat : 23422 (java) S 23417 23404 19041 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24698515 894656512 23686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23423] ppid=23417 vsize=873688 CPUtime=0
/proc/23418/task/23423/stat : 23423 (java) S 23417 23404 19041 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24698517 894656512 23686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23424] ppid=23417 vsize=873688 CPUtime=0.22
/proc/23418/task/23424/stat : 23424 (java) S 23417 23404 19041 0 -1 64 1485 0 0 0 21 1 0 0 17 0 9 0 24698517 894656512 23686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23425] ppid=23417 vsize=873688 CPUtime=0
/proc/23418/task/23425/stat : 23425 (java) S 23417 23404 19041 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24698517 894656512 23686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23426] ppid=23417 vsize=873688 CPUtime=0
/proc/23418/task/23426/stat : 23426 (java) S 23417 23404 19041 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24698517 894656512 23686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 895912

[startup+51.1054 s]
/proc/loadavg: 2.16 2.03 2.01 3/85 23426
/proc/meminfo: memFree=878968/2055920 swapFree=4192812/4192956
[pid=23404] ppid=23402 vsize=16868 CPUtime=2.27
/proc/23404/stat : 23404 (sugar) S 23402 23404 19041 0 -1 4194304 1309 19008 0 1 5 2 208 12 16 0 1 0 24698278 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23404/statm: 4217 1111 409 3 0 796 0
[pid=23417] ppid=23404 vsize=5356 CPUtime=0
/proc/23417/stat : 23417 (sh) S 23404 23404 19041 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24698512 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23417/statm: 1339 233 193 169 0 50 0
[pid=23418] ppid=23417 vsize=868560 CPUtime=48.24
/proc/23418/stat : 23418 (java) S 23417 23404 19041 0 -1 0 53696 0 1 0 4787 37 0 0 18 0 9 0 24698512 889405440 40363 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=23418/tid=23424] ppid=23417 vsize=868672 CPUtime=0.3
/proc/23418/task/23424/stat : 23424 (java) S 23417 23404 19041 0 -1 64 1539 0 0 0 29 1 0 0 16 0 9 0 24698517 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23425] ppid=23417 vsize=868672 CPUtime=0
/proc/23418/task/23425/stat : 23425 (java) S 23417 23404 19041 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24698517 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23426] ppid=23417 vsize=868672 CPUtime=0
/proc/23418/task/23426/stat : 23426 (java) S 23417 23404 19041 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24698517 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 633.8
Current children cumulated vsize (KiB) 890896

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

[startup+665.508 s]
/proc/loadavg: 2.35 2.29 2.12 3/92 23468
/proc/meminfo: memFree=14896/2055920 swapFree=4192812/4192956
[pid=23404] ppid=23402 vsize=16868 CPUtime=2.27
/proc/23404/stat : 23404 (sugar) S 23402 23404 19041 0 -1 4194304 1310 19008 0 1 5 2 208 12 16 0 1 0 24698278 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23404/statm: 4217 1111 409 3 0 796 0
[pid=23417] ppid=23404 vsize=5356 CPUtime=0
/proc/23417/stat : 23417 (sh) S 23404 23404 19041 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24698512 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23417/statm: 1339 233 193 169 0 50 0
[pid=23418] ppid=23417 vsize=868672 CPUtime=654.04
/proc/23418/stat : 23418 (java) S 23417 23404 19041 0 -1 0 80053 0 1 0 63948 1456 0 0 18 0 9 0 24698512 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23418/statm: 217168 62313 2593 9 0 211645 0
[pid=23418/tid=23419] ppid=23417 vsize=868672 CPUtime=641.83
/proc/23418/task/23419/stat : 23419 (java) R 23417 23404 19041 0 -1 64 9245 0 1 0 62787 1396 0 0 25 0 9 0 24698513 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4126584840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23420] ppid=23417 vsize=868672 CPUtime=11.87
/proc/23418/task/23420/stat : 23420 (java) S 23417 23404 19041 0 -1 64 68566 0 0 0 1130 57 0 0 16 0 9 0 24698514 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23421] ppid=23417 vsize=868672 CPUtime=0
/proc/23418/task/23421/stat : 23421 (java) S 23417 23404 19041 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24698515 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23422] ppid=23417 vsize=868672 CPUtime=0
/proc/23418/task/23422/stat : 23422 (java) S 23417 23404 19041 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24698515 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23423] ppid=23417 vsize=868672 CPUtime=0
/proc/23418/task/23423/stat : 23423 (java) S 23417 23404 19041 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24698517 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23424] ppid=23417 vsize=868672 CPUtime=0.3
/proc/23418/task/23424/stat : 23424 (java) S 23417 23404 19041 0 -1 64 1539 0 0 0 29 1 0 0 16 0 9 0 24698517 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23425] ppid=23417 vsize=868672 CPUtime=0
/proc/23418/task/23425/stat : 23425 (java) S 23417 23404 19041 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24698517 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23426] ppid=23417 vsize=868672 CPUtime=0
/proc/23418/task/23426/stat : 23426 (java) S 23417 23404 19041 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24698517 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 656.31
Current children cumulated vsize (KiB) 890896

[startup+678.303 s]
/proc/loadavg: 2.27 2.27 2.11 3/91 23504
/proc/meminfo: memFree=158984/2055920 swapFree=4192812/4192956
[pid=23404] ppid=23402 vsize=16868 CPUtime=2.27
/proc/23404/stat : 23404 (sugar) S 23402 23404 19041 0 -1 4194304 1310 19008 0 1 5 2 208 12 16 0 1 0 24698278 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23404/statm: 4217 1111 409 3 0 796 0
[pid=23417] ppid=23404 vsize=5356 CPUtime=0
/proc/23417/stat : 23417 (sh) S 23404 23404 19041 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24698512 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23417/statm: 1339 233 193 169 0 50 0
[pid=23418] ppid=23417 vsize=868672 CPUtime=666.64
/proc/23418/stat : 23418 (java) S 23417 23404 19041 0 -1 0 80110 0 1 0 65175 1489 0 0 18 0 9 0 24698512 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23418/statm: 217168 62313 2593 9 0 211645 0
[pid=23418/tid=23419] ppid=23417 vsize=868672 CPUtime=654.36
/proc/23418/task/23419/stat : 23419 (java) R 23417 23404 19041 0 -1 64 9302 0 1 0 64008 1428 0 0 25 0 9 0 24698513 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4126988297 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23420] ppid=23417 vsize=868672 CPUtime=11.95
/proc/23418/task/23420/stat : 23420 (java) S 23417 23404 19041 0 -1 64 68566 0 0 0 1137 58 0 0 16 0 9 0 24698514 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23421] ppid=23417 vsize=868672 CPUtime=0
/proc/23418/task/23421/stat : 23421 (java) S 23417 23404 19041 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24698515 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23422] ppid=23417 vsize=868672 CPUtime=0
/proc/23418/task/23422/stat : 23422 (java) S 23417 23404 19041 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24698515 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23423] ppid=23417 vsize=868672 CPUtime=0
/proc/23418/task/23423/stat : 23423 (java) S 23417 23404 19041 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24698517 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23424] ppid=23417 vsize=868672 CPUtime=0.3
/proc/23418/task/23424/stat : 23424 (java) S 23417 23404 19041 0 -1 64 1539 0 0 0 29 1 0 0 16 0 9 0 24698517 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23425] ppid=23417 vsize=868672 CPUtime=0
/proc/23418/task/23425/stat : 23425 (java) S 23417 23404 19041 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24698517 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23426] ppid=23417 vsize=868672 CPUtime=0
/proc/23418/task/23426/stat : 23426 (java) S 23417 23404 19041 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24698517 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 668.91
Current children cumulated vsize (KiB) 890896

[startup+691.102 s]
/proc/loadavg: 2.21 2.26 2.11 3/91 23504
/proc/meminfo: memFree=35848/2055920 swapFree=4192812/4192956
[pid=23404] ppid=23402 vsize=16868 CPUtime=2.27
/proc/23404/stat : 23404 (sugar) S 23402 23404 19041 0 -1 4194304 1310 19008 0 1 5 2 208 12 16 0 1 0 24698278 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23404/statm: 4217 1111 409 3 0 796 0
[pid=23417] ppid=23404 vsize=5356 CPUtime=0
/proc/23417/stat : 23417 (sh) S 23404 23404 19041 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24698512 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23417/statm: 1339 233 193 169 0 50 0
[pid=23418] ppid=23417 vsize=868672 CPUtime=679.23
/proc/23418/stat : 23418 (java) S 23417 23404 19041 0 -1 0 80168 0 1 0 66401 1522 0 0 18 0 9 0 24698512 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23418/statm: 217168 62313 2593 9 0 211645 0
[pid=23418/tid=23419] ppid=23417 vsize=868672 CPUtime=666.88
/proc/23418/task/23419/stat : 23419 (java) R 23417 23404 19041 0 -1 64 9360 0 1 0 65228 1460 0 0 25 0 9 0 24698513 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4126584896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23420] ppid=23417 vsize=868672 CPUtime=12.02
/proc/23418/task/23420/stat : 23420 (java) S 23417 23404 19041 0 -1 64 68566 0 0 0 1143 59 0 0 16 0 9 0 24698514 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23421] ppid=23417 vsize=868672 CPUtime=0
/proc/23418/task/23421/stat : 23421 (java) S 23417 23404 19041 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24698515 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23422] ppid=23417 vsize=868672 CPUtime=0
/proc/23418/task/23422/stat : 23422 (java) S 23417 23404 19041 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24698515 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23423] ppid=23417 vsize=868672 CPUtime=0
/proc/23418/task/23423/stat : 23423 (java) S 23417 23404 19041 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24698517 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23424] ppid=23417 vsize=868672 CPUtime=0.3
/proc/23418/task/23424/stat : 23424 (java) S 23417 23404 19041 0 -1 64 1539 0 0 0 29 1 0 0 16 0 9 0 24698517 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23425] ppid=23417 vsize=868672 CPUtime=0
/proc/23418/task/23425/stat : 23425 (java) S 23417 23404 19041 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24698517 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23426] ppid=23417 vsize=868672 CPUtime=0
/proc/23418/task/23426/stat : 23426 (java) S 23417 23404 19041 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24698517 889520128 62313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 681.5
Current children cumulated vsize (KiB) 890896

[startup+694.303 s]
/proc/loadavg: 2.21 2.26 2.11 3/91 23504
/proc/meminfo: memFree=15048/2055920 swapFree=4192812/4192956
[pid=23404] ppid=23402 vsize=16868 CPUtime=2.27
/proc/23404/stat : 23404 (sugar) S 23402 23404 19041 0 -1 4194304 1310 19008 0 1 5 2 208 12 16 0 1 0 24698278 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23404/statm: 4217 1111 409 3 0 796 0
[pid=23417] ppid=23404 vsize=5356 CPUtime=0
/proc/23417/stat : 23417 (sh) S 23404 23404 19041 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24698512 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23417/statm: 1339 233 193 169 0 50 0
[pid=23418] ppid=23417 vsize=868672 CPUtime=682.21
/proc/23418/stat : 23418 (java) S 23417 23404 19041 0 -1 0 80186 0 1 0 66690 1531 0 0 18 0 9 0 24698512 889520128 62316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23418/statm: 217168 62316 2593 9 0 211645 0
[pid=23418/tid=23419] ppid=23417 vsize=868672 CPUtime=669.84
/proc/23418/task/23419/stat : 23419 (java) D 23417 23404 19041 0 -1 64 9378 0 1 0 65515 1469 0 0 24 0 9 0 24698513 889520128 62316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=23418/tid=23420] ppid=23417 vsize=868672 CPUtime=12.03
/proc/23418/task/23420/stat : 23420 (java) S 23417 23404 19041 0 -1 64 68566 0 0 0 1144 59 0 0 16 0 9 0 24698514 889520128 62316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23421] ppid=23417 vsize=868672 CPUtime=0
/proc/23418/task/23421/stat : 23421 (java) S 23417 23404 19041 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24698515 889520128 62316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23422] ppid=23417 vsize=868672 CPUtime=0
/proc/23418/task/23422/stat : 23422 (java) S 23417 23404 19041 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24698515 889520128 62316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23423] ppid=23417 vsize=868672 CPUtime=0
/proc/23418/task/23423/stat : 23423 (java) S 23417 23404 19041 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24698517 889520128 62316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23424] ppid=23417 vsize=868672 CPUtime=0.3
/proc/23418/task/23424/stat : 23424 (java) S 23417 23404 19041 0 -1 64 1539 0 0 0 29 1 0 0 16 0 9 0 24698517 889520128 62316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23425] ppid=23417 vsize=868672 CPUtime=0
/proc/23418/task/23425/stat : 23425 (java) S 23417 23404 19041 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24698517 889520128 62316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23418/tid=23426] ppid=23417 vsize=868672 CPUtime=0
/proc/23418/task/23426/stat : 23426 (java) S 23417 23404 19041 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24698517 889520128 62316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 684.48
Current children cumulated vsize (KiB) 890896

[startup+695.901 s]
/proc/loadavg: 2.21 2.26 2.11 3/81 23506
/proc/meminfo: memFree=448600/2055920 swapFree=4192812/4192956
[pid=23404] ppid=23402 vsize=16868 CPUtime=685.51
/proc/23404/stat : 23404 (sugar) D 23402 23404 19041 0 -1 4194304 1420 99861 0 8 7 73 66921 1550 18 0 1 0 24698278 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23404/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 685.51
Current children cumulated vsize (KiB) 16868

[startup+696.701 s]
/proc/loadavg: 2.20 2.25 2.11 2/81 23506
/proc/meminfo: memFree=1563672/2055920 swapFree=4192812/4192956
[pid=23404] ppid=23402 vsize=16868 CPUtime=685.54
/proc/23404/stat : 23404 (sugar) D 23402 23404 19041 0 -1 4194304 1420 99861 0 8 7 76 66921 1550 18 0 1 0 24698278 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23404/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 685.54
Current children cumulated vsize (KiB) 16868

[startup+697.502 s]
/proc/loadavg: 2.20 2.25 2.11 2/81 23506
/proc/meminfo: memFree=1563288/2055920 swapFree=4192812/4192956
[pid=23404] ppid=23402 vsize=16868 CPUtime=685.56
/proc/23404/stat : 23404 (sugar) D 23402 23404 19041 0 -1 4194304 1420 99861 0 8 7 78 66921 1550 18 0 1 0 24698278 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23404/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 685.56
Current children cumulated vsize (KiB) 16868

[startup+697.902 s]
/proc/loadavg: 2.20 2.25 2.11 2/81 23506
/proc/meminfo: memFree=1563288/2055920 swapFree=4192812/4192956
[pid=23404] ppid=23402 vsize=16868 CPUtime=685.58
/proc/23404/stat : 23404 (sugar) D 23402 23404 19041 0 -1 4194304 1420 99861 0 8 7 80 66921 1550 18 0 1 0 24698278 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23404/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 685.58
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 697.905
CPU time (s): 685.597
CPU user time (s): 669.285
CPU system time (s): 16.3115
CPU usage (%): 98.2364
Max. virtual memory (cumulated for all children) (KiB): 903596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 669.285
system time used= 16.3115
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101341
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49791
involuntary context switches= 54527

runsolver used 0.998848 second user time and 2.53761 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-12 07:25:44
IDJOB=2082984
IDBENCH=57667
IDSOLVER=739
FILE ID=node42/2082984-1247376343
PBS_JOBID= 9507053
Free space on /tmp= 66056 MiB

SOLVER NAME= Sugar v1.14.6+minisat
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/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082984-1247376343/watcher-2082984-1247376343 -o /tmp/evaluation-result-2082984-1247376343/solver-2082984-1247376343 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2082984-1247376343.xml

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

MD5SUM BENCH= 336ba63a28e2ecbd3bb2d5acda7f4f04
RANDOM SEED=462430786

node42.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.283
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.283
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:       1036464 kB
Buffers:         44420 kB
Cached:         418660 kB
SwapCached:          0 kB
Active:         883884 kB
Inactive:        76644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1036464 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5772 kB
Writeback:           0 kB
Mapped:         508576 kB
Slab:            43200 kB
Committed_AS:   682608 kB
PageTables:       2872 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= 66300 MiB
End job on node42 at 2009-07-12 07:37:22