Trace number 2083203

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? 289.228 295.689

General information on the benchmark

Namecsp/fapp/fapp12/
normalized-fapp12-1500-9.xml
MD5SUMa935103af39bd284c54c6d98a149f42a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark315.042
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 07:34:34 2009
0.00/0.07	c 0	PID 27439
0.06/0.08	c 0	HOST node67.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083203-1247376873.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-2083203-1247376873.xml' 'HOME/temp.csp'
1.66/1.79	c 1	13 domains, 1500 variables, 8 predicates, 0 relations, 25409 constraints
1.76/1.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.76/1.81	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.76/1.89	c 1	Parsing HOME/temp.csp
1.78/2.07	c 2	parsed 10000 expressions
2.16/2.22	c 2	parsed 20000 expressions
2.25/2.35	c 2	parsed 26930 expressions
2.25/2.36	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.25/2.36	c 2	Converting to clausal form CSP
4.25/4.36	c 4	converted 2693 (10%) expressions
7.55/7.62	c 7	converted 5386 (20%) expressions
10.24/10.37	c 10	converted 8079 (30%) expressions
13.24/13.39	c 13	converted 10772 (40%) expressions
15.84/15.95	c 15	converted 13465 (50%) expressions
18.84/18.90	c 18	converted 16158 (60%) expressions
21.14/21.22	c 21	converted 18851 (70%) expressions
23.44/23.52	c 23	converted 21544 (80%) expressions
25.54/25.63	c 25	converted 24237 (90%) expressions
27.64/27.73	c 27	converted 26930 (100%) expressions
27.64/27.73	c 27	CSP : 4456 integers, 73511 booleans, 158814 clauses, largest domain size 2737
27.64/27.73	c 27	Heap : 101 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
27.64/27.73	c 27	Propagation in CSP
29.13/29.27	c 29	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
29.13/29.28	c 29	CSP : 4456 integers, 73511 booleans, 158814 clauses, largest domain size 2737
29.13/29.28	c 29	Heap : 103 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
29.23/29.32	c 29	Simplifing CSP by introducing new Boolean variables
30.34/30.40	c 30	CSP : 4456 integers, 129313 booleans, 214616 clauses, largest domain size 2737
30.34/30.40	c 30	Heap : 120 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
31.03/31.15	c 31	Encoding CSP to SAT : HOME/temp.cnf
33.94/34.02	c 34	446 (10%) CSP integer variables are encoded (128989 clauses, 1971430 bytes)
36.73/36.85	c 36	892 (20%) CSP integer variables are encoded (258954 clauses, 4180835 bytes)
39.53/39.64	c 39	1337 (30%) CSP integer variables are encoded (387487 clauses, 6365896 bytes)
41.43/41.54	c 41	1783 (40%) CSP integer variables are encoded (1166362 clauses, 19942930 bytes)
42.83/42.97	c 42	2228 (50%) CSP integer variables are encoded (2333873 clauses, 42125639 bytes)
44.22/44.38	c 44	2674 (60%) CSP integer variables are encoded (3484971 clauses, 63996501 bytes)
45.70/45.82	c 45	3120 (70%) CSP integer variables are encoded (4623963 clauses, 85637349 bytes)
47.10/47.24	c 47	3565 (80%) CSP integer variables are encoded (5757350 clauses, 107171702 bytes)
48.49/48.67	c 48	4011 (90%) CSP integer variables are encoded (6900442 clauses, 128890450 bytes)
49.99/50.10	c 50	4456 (100%) CSP integer variables are encoded (8011355 clauses, 149997797 bytes)
75.24/75.65	c 75	21462 (10%) CSP clauses are encoded (15259700 clauses, 341233247 bytes)
99.31/99.99	c 100	42924 (20%) CSP clauses are encoded (22755448 clauses, 542911826 bytes)
122.43/123.54	c 123	64385 (30%) CSP clauses are encoded (30291469 clauses, 746579415 bytes)
145.12/146.88	c 146	85847 (40%) CSP clauses are encoded (37825172 clauses, 950527038 bytes)
167.32/169.64	c 169	107308 (50%) CSP clauses are encoded (45241284 clauses, 1152251043 bytes)
190.89/193.76	c 193	128770 (60%) CSP clauses are encoded (53063048 clauses, 1365561303 bytes)
215.15/218.43	c 218	150232 (70%) CSP clauses are encoded (61015649 clauses, 1582633909 bytes)
239.22/242.92	c 242	171693 (80%) CSP clauses are encoded (68822219 clauses, 1796216885 bytes)
264.05/268.27	c 268	193155 (90%) CSP clauses are encoded (77132704 clauses, 2023367184 bytes)
288.27/292.99	c 293	214616 (100%) CSP clauses are encoded (85170051 clauses, 2243539349 bytes)
288.27/292.99	c 293	214616 CSP clauses encoded
288.35/293.02	c 293	Writing map file : HOME/temp.map
288.43/293.25	c 293	Heap : 100 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
288.43/293.25	c 293	SAT : 8145124 SAT variables, 85170051 SAT clauses, 2243539349 bytes
288.43/293.25	c 293	Heap : 100 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
288.49/293.36	c 293	SOLVING HOME/temp.cnf
288.49/293.36	c 293	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
288.55/293.53	c 293	*** picosat: can not read input file 'HOME/temp.cnf'
288.55/293.53	c 293	DECODING HOME/temp.out WITH HOME/temp.map
288.55/293.53	c ERROR no output file HOME/temp.out
288.55/293.53	s UNKNOWN
288.55/293.53	c 293	CPU 288.55 (0.06 0.02 274.49 13.98)
288.55/293.53	c 293	END Sun Jul 12 07:39:27 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-2083203-1247376873/watcher-2083203-1247376873 -o /tmp/evaluation-result-2083203-1247376873/solver-2083203-1247376873 -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-2083203-1247376873.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.12 2.08 2.02 3/83 27439
/proc/meminfo: memFree=1180808/2055920 swapFree=4192956/4192956
[pid=27439] ppid=27437 vsize=18576 CPUtime=0
/proc/27439/stat : 27439 (runsolver) R 27437 27439 23278 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24750082 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27439/statm: 4644 284 249 26 0 2626 0

[startup+0.0789459 s]
/proc/loadavg: 2.12 2.08 2.02 3/83 27439
/proc/meminfo: memFree=1180808/2055920 swapFree=4192956/4192956
[pid=27439] ppid=27437 vsize=16740 CPUtime=0.06
/proc/27439/stat : 27439 (sugar) S 27437 27439 23278 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24750082 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27439/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102531 s]
/proc/loadavg: 2.12 2.08 2.02 3/83 27439
/proc/meminfo: memFree=1180808/2055920 swapFree=4192956/4192956
[pid=27439] ppid=27437 vsize=16868 CPUtime=0.06
/proc/27439/stat : 27439 (sugar) S 27437 27439 23278 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24750082 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27439/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301552 s]
/proc/loadavg: 2.12 2.08 2.02 3/83 27439
/proc/meminfo: memFree=1180808/2055920 swapFree=4192956/4192956
[pid=27439] ppid=27437 vsize=16868 CPUtime=0.06
/proc/27439/stat : 27439 (sugar) S 27437 27439 23278 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24750082 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27439/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702592 s]
/proc/loadavg: 2.12 2.08 2.02 3/83 27439
/proc/meminfo: memFree=1180808/2055920 swapFree=4192956/4192956
[pid=27439] ppid=27437 vsize=16868 CPUtime=0.06
/proc/27439/stat : 27439 (sugar) S 27437 27439 23278 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24750082 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27439/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50268 s]
/proc/loadavg: 2.19 2.10 2.02 4/94 27451
/proc/meminfo: memFree=1148272/2055920 swapFree=4192956/4192956
[pid=27439] ppid=27437 vsize=16868 CPUtime=0.06
/proc/27439/stat : 27439 (sugar) S 27437 27439 23278 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24750082 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27439/statm: 4217 1111 409 3 0 796 0
[pid=27442] ppid=27439 vsize=5356 CPUtime=0
/proc/27442/stat : 27442 (sh) S 27439 27439 23278 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24750090 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27442/statm: 1339 233 193 169 0 50 0
[pid=27443] ppid=27442 vsize=864776 CPUtime=1.4
/proc/27443/stat : 27443 (java) S 27442 27439 23278 0 -1 0 14562 0 1 0 133 7 0 0 18 0 9 0 24750090 885530624 12593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27443/statm: 216194 12593 2557 9 0 210706 0
[pid=27443/tid=27444] ppid=27442 vsize=864776 CPUtime=0.8
/proc/27443/task/27444/stat : 27444 (java) R 27442 27439 23278 0 -1 64 3074 0 1 0 78 2 0 0 24 0 9 0 24750092 885530624 12593 996147200 134512640 134550932 4294955984 18446744073709551615 4126726386 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27443/tid=27445] ppid=27442 vsize=864776 CPUtime=0.43
/proc/27443/task/27445/stat : 27445 (java) S 27442 27439 23278 0 -1 64 10257 0 0 0 40 3 0 0 16 0 9 0 24750093 885530624 12593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27443/tid=27446] ppid=27442 vsize=864776 CPUtime=0
/proc/27443/task/27446/stat : 27446 (java) S 27442 27439 23278 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24750093 885530624 12593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27443/tid=27447] ppid=27442 vsize=864776 CPUtime=0
/proc/27443/task/27447/stat : 27447 (java) S 27442 27439 23278 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24750093 885530624 12593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27443/tid=27448] ppid=27442 vsize=864776 CPUtime=0
/proc/27443/task/27448/stat : 27448 (java) S 27442 27439 23278 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24750095 885530624 12593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27443/tid=27449] ppid=27442 vsize=864776 CPUtime=0.13
/proc/27443/task/27449/stat : 27449 (java) S 27442 27439 23278 0 -1 64 526 0 0 0 13 0 0 0 16 0 9 0 24750095 885530624 12593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27443/tid=27450] ppid=27442 vsize=864776 CPUtime=0
/proc/27443/task/27450/stat : 27450 (java) S 27442 27439 23278 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24750095 885530624 12593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27443/tid=27451] ppid=27442 vsize=864776 CPUtime=0
/proc/27443/task/27451/stat : 27451 (java) S 27442 27439 23278 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24750095 885530624 12593 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 887000

[startup+3.10184 s]
/proc/loadavg: 2.19 2.10 2.02 4/94 27461
/proc/meminfo: memFree=1160880/2055920 swapFree=4192956/4192956
[pid=27439] ppid=27437 vsize=16868 CPUtime=1.78
/proc/27439/stat : 27439 (sugar) S 27437 27439 23278 0 -1 4194304 1309 15510 0 1 5 1 163 9 15 0 1 0 24750082 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27439/statm: 4217 1111 409 3 0 796 0
[pid=27452] ppid=27439 vsize=5356 CPUtime=0
/proc/27452/stat : 27452 (sh) S 27439 27439 23278 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24750264 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27452/statm: 1339 233 193 169 0 50 0
[pid=27453] ppid=27452 vsize=868552 CPUtime=1.27
/proc/27453/stat : 27453 (java) S 27452 27439 23278 0 -1 0 9406 0 1 0 121 6 0 0 19 0 9 0 24750264 889397248 8492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27453/statm: 217138 8492 2570 9 0 211643 0
[pid=27453/tid=27454] ppid=27452 vsize=868552 CPUtime=0.86
/proc/27453/task/27454/stat : 27454 (java) R 27452 27439 23278 0 -1 64 2638 0 1 0 84 2 0 0 25 0 9 0 24750265 889397248 8492 996147200 134512640 134550932 4294955936 18446744073709551615 4126447716 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27455] ppid=27452 vsize=868552 CPUtime=0.22
/proc/27453/task/27455/stat : 27455 (java) S 27452 27439 23278 0 -1 64 4598 0 0 0 20 2 0 0 16 0 9 0 24750266 889397248 8492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27456] ppid=27452 vsize=868552 CPUtime=0
/proc/27453/task/27456/stat : 27456 (java) S 27452 27439 23278 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24750266 889397248 8492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27457] ppid=27452 vsize=868552 CPUtime=0
/proc/27453/task/27457/stat : 27457 (java) S 27452 27439 23278 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24750266 889397248 8492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27458] ppid=27452 vsize=868552 CPUtime=0
/proc/27453/task/27458/stat : 27458 (java) S 27452 27439 23278 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24750268 889397248 8492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27459] ppid=27452 vsize=868552 CPUtime=0.16
/proc/27453/task/27459/stat : 27459 (java) S 27452 27439 23278 0 -1 64 1467 0 0 0 15 1 0 0 15 0 9 0 24750268 889397248 8492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27460] ppid=27452 vsize=868552 CPUtime=0
/proc/27453/task/27460/stat : 27460 (java) S 27452 27439 23278 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24750268 889397248 8492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27461] ppid=27452 vsize=868552 CPUtime=0
/proc/27453/task/27461/stat : 27461 (java) S 27452 27439 23278 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24750268 889397248 8492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 890776

[startup+6.30217 s]
/proc/loadavg: 2.18 2.09 2.02 3/94 27461
/proc/meminfo: memFree=1132592/2055920 swapFree=4192956/4192956
[pid=27439] ppid=27437 vsize=16868 CPUtime=1.78
/proc/27439/stat : 27439 (sugar) S 27437 27439 23278 0 -1 4194304 1309 15510 0 1 5 1 163 9 16 0 1 0 24750082 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27439/statm: 4217 1111 409 3 0 796 0
[pid=27452] ppid=27439 vsize=5356 CPUtime=0
/proc/27452/stat : 27452 (sh) S 27439 27439 23278 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24750264 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27452/statm: 1339 233 193 169 0 50 0
[pid=27453] ppid=27452 vsize=868636 CPUtime=4.47
/proc/27453/stat : 27453 (java) S 27452 27439 23278 0 -1 0 12261 0 1 0 438 9 0 0 19 0 9 0 24750264 889483264 11024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27453/statm: 217159 11024 2567 9 0 211664 0
[pid=27453/tid=27454] ppid=27452 vsize=868636 CPUtime=3.67
/proc/27453/task/27454/stat : 27454 (java) R 27452 27439 23278 0 -1 64 2976 0 1 0 364 3 0 0 25 0 9 0 24750265 889483264 11024 996147200 134512640 134550932 4294955936 18446744073709551615 4126509264 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27455] ppid=27452 vsize=868636 CPUtime=0.59
/proc/27453/task/27455/stat : 27455 (java) S 27452 27439 23278 0 -1 64 7104 0 0 0 55 4 0 0 16 0 9 0 24750266 889483264 11024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27456] ppid=27452 vsize=868636 CPUtime=0
/proc/27453/task/27456/stat : 27456 (java) S 27452 27439 23278 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24750266 889483264 11024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27457] ppid=27452 vsize=868636 CPUtime=0
/proc/27453/task/27457/stat : 27457 (java) S 27452 27439 23278 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24750266 889483264 11024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27458] ppid=27452 vsize=868636 CPUtime=0
/proc/27453/task/27458/stat : 27458 (java) S 27452 27439 23278 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24750268 889483264 11024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27459] ppid=27452 vsize=868636 CPUtime=0.19
/proc/27453/task/27459/stat : 27459 (java) S 27452 27439 23278 0 -1 64 1478 0 0 0 18 1 0 0 15 0 9 0 24750268 889483264 11024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27460] ppid=27452 vsize=868636 CPUtime=0
/proc/27453/task/27460/stat : 27460 (java) S 27452 27439 23278 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24750268 889483264 11024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27461] ppid=27452 vsize=868636 CPUtime=0
/proc/27453/task/27461/stat : 27461 (java) S 27452 27439 23278 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24750268 889483264 11024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 890860

[startup+12.7018 s]
/proc/loadavg: 2.16 2.09 2.02 4/94 27461
/proc/meminfo: memFree=1093424/2055920 swapFree=4192956/4192956
[pid=27439] ppid=27437 vsize=16868 CPUtime=1.78
/proc/27439/stat : 27439 (sugar) S 27437 27439 23278 0 -1 4194304 1309 15510 0 1 5 1 163 9 16 0 1 0 24750082 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27439/statm: 4217 1111 409 3 0 796 0
[pid=27452] ppid=27439 vsize=5356 CPUtime=0
/proc/27452/stat : 27452 (sh) S 27439 27439 23278 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24750264 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27452/statm: 1339 233 193 169 0 50 0
[pid=27453] ppid=27452 vsize=868636 CPUtime=10.87
/proc/27453/stat : 27453 (java) S 27452 27439 23278 0 -1 0 22872 0 1 0 1070 17 0 0 19 0 9 0 24750264 889483264 17212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27453/statm: 217159 17212 2568 9 0 211664 0
[pid=27453/tid=27454] ppid=27452 vsize=868636 CPUtime=9.04
/proc/27453/task/27454/stat : 27454 (java) R 27452 27439 23278 0 -1 64 3650 0 1 0 900 4 0 0 25 0 9 0 24750265 889483264 17212 996147200 134512640 134550932 4294955936 18446744073709551615 4126509175 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27455] ppid=27452 vsize=868636 CPUtime=1.6
/proc/27453/task/27455/stat : 27455 (java) S 27452 27439 23278 0 -1 64 17035 0 0 0 150 10 0 0 16 0 9 0 24750266 889483264 17212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27456] ppid=27452 vsize=868636 CPUtime=0
/proc/27453/task/27456/stat : 27456 (java) S 27452 27439 23278 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24750266 889483264 17212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27457] ppid=27452 vsize=868636 CPUtime=0
/proc/27453/task/27457/stat : 27457 (java) S 27452 27439 23278 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24750266 889483264 17212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27458] ppid=27452 vsize=868636 CPUtime=0
/proc/27453/task/27458/stat : 27458 (java) S 27452 27439 23278 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24750268 889483264 17212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27459] ppid=27452 vsize=868636 CPUtime=0.19
/proc/27453/task/27459/stat : 27459 (java) S 27452 27439 23278 0 -1 64 1484 0 0 0 18 1 0 0 17 0 9 0 24750268 889483264 17212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27460] ppid=27452 vsize=868636 CPUtime=0
/proc/27453/task/27460/stat : 27460 (java) S 27452 27439 23278 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24750268 889483264 17212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27461] ppid=27452 vsize=868636 CPUtime=0
/proc/27453/task/27461/stat : 27461 (java) S 27452 27439 23278 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24750268 889483264 17212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 890860

[startup+25.5021 s]
/proc/loadavg: 2.20 2.10 2.03 3/94 27461
/proc/meminfo: memFree=1008880/2055920 swapFree=4192956/4192956
[pid=27439] ppid=27437 vsize=16868 CPUtime=1.78
/proc/27439/stat : 27439 (sugar) S 27437 27439 23278 0 -1 4194304 1309 15510 0 1 5 1 163 9 16 0 1 0 24750082 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27439/statm: 4217 1111 409 3 0 796 0
[pid=27452] ppid=27439 vsize=5356 CPUtime=0
/proc/27452/stat : 27452 (sh) S 27439 27439 23278 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24750264 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27452/statm: 1339 233 193 169 0 50 0
[pid=27453] ppid=27452 vsize=868636 CPUtime=23.66
/proc/27453/stat : 27453 (java) S 27452 27439 23278 0 -1 0 38233 0 1 0 2340 26 0 0 19 0 9 0 24750264 889483264 30389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27453/statm: 217159 30389 2568 9 0 211664 0
[pid=27453/tid=27454] ppid=27452 vsize=868636 CPUtime=20.3
/proc/27453/task/27454/stat : 27454 (java) R 27452 27439 23278 0 -1 64 4358 0 1 0 2024 6 0 0 25 0 9 0 24750265 889483264 30389 996147200 134512640 134550932 4294955936 18446744073709551615 4126507840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27455] ppid=27452 vsize=868636 CPUtime=3.13
/proc/27453/task/27455/stat : 27455 (java) S 27452 27439 23278 0 -1 64 31684 0 0 0 295 18 0 0 16 0 9 0 24750266 889483264 30389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27456] ppid=27452 vsize=868636 CPUtime=0
/proc/27453/task/27456/stat : 27456 (java) S 27452 27439 23278 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24750266 889483264 30389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27457] ppid=27452 vsize=868636 CPUtime=0
/proc/27453/task/27457/stat : 27457 (java) S 27452 27439 23278 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24750266 889483264 30389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27458] ppid=27452 vsize=868636 CPUtime=0

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

[pid=27453/tid=27459] ppid=27452 vsize=868748 CPUtime=0.28
/proc/27453/task/27459/stat : 27459 (java) S 27452 27439 23278 0 -1 64 1535 0 0 0 27 1 0 0 15 0 9 0 24750268 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27460] ppid=27452 vsize=868748 CPUtime=0
/proc/27453/task/27460/stat : 27460 (java) S 27452 27439 23278 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24750268 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27461] ppid=27452 vsize=868748 CPUtime=0
/proc/27453/task/27461/stat : 27461 (java) S 27452 27439 23278 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24750268 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 218.97
Current children cumulated vsize (KiB) 890972

[startup+282.302 s]
/proc/loadavg: 2.84 2.41 2.15 4/94 27461
/proc/meminfo: memFree=15728/2055920 swapFree=4192812/4192956
[pid=27439] ppid=27437 vsize=16868 CPUtime=1.78
/proc/27439/stat : 27439 (sugar) S 27437 27439 23278 0 -1 4194304 1310 15510 0 1 5 1 163 9 16 0 1 0 24750082 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27439/statm: 4217 1111 409 3 0 796 0
[pid=27452] ppid=27439 vsize=5356 CPUtime=0
/proc/27452/stat : 27452 (sh) S 27439 27439 23278 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24750264 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27452/statm: 1339 233 193 169 0 50 0
[pid=27453] ppid=27452 vsize=868748 CPUtime=276.08
/proc/27453/stat : 27453 (java) S 27452 27439 23278 0 -1 0 52625 0 1 0 26285 1323 0 0 19 0 9 0 24750264 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27453/statm: 217187 38800 2593 9 0 211664 0
[pid=27453/tid=27454] ppid=27452 vsize=868748 CPUtime=267.92
/proc/27453/task/27454/stat : 27454 (java) R 27452 27439 23278 0 -1 64 9245 0 1 0 25525 1267 0 0 25 0 9 0 24750265 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4127055220 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27455] ppid=27452 vsize=868748 CPUtime=7.84
/proc/27453/task/27455/stat : 27455 (java) S 27452 27439 23278 0 -1 64 41142 0 0 0 731 53 0 0 16 0 9 0 24750266 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27456] ppid=27452 vsize=868748 CPUtime=0
/proc/27453/task/27456/stat : 27456 (java) S 27452 27439 23278 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24750266 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27457] ppid=27452 vsize=868748 CPUtime=0
/proc/27453/task/27457/stat : 27457 (java) S 27452 27439 23278 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24750266 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27458] ppid=27452 vsize=868748 CPUtime=0
/proc/27453/task/27458/stat : 27458 (java) S 27452 27439 23278 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24750268 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27459] ppid=27452 vsize=868748 CPUtime=0.28
/proc/27453/task/27459/stat : 27459 (java) S 27452 27439 23278 0 -1 64 1535 0 0 0 27 1 0 0 15 0 9 0 24750268 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27460] ppid=27452 vsize=868748 CPUtime=0
/proc/27453/task/27460/stat : 27460 (java) S 27452 27439 23278 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24750268 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27461] ppid=27452 vsize=868748 CPUtime=0
/proc/27453/task/27461/stat : 27461 (java) S 27452 27439 23278 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24750268 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 277.86
Current children cumulated vsize (KiB) 890972

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

[startup+287.903 s]
/proc/loadavg: 2.77 2.40 2.15 4/94 27461
/proc/meminfo: memFree=15152/2055920 swapFree=4192812/4192956
[pid=27439] ppid=27437 vsize=16868 CPUtime=1.78
/proc/27439/stat : 27439 (sugar) S 27437 27439 23278 0 -1 4194304 1310 15510 0 1 5 1 163 9 16 0 1 0 24750082 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27439/statm: 4217 1111 409 3 0 796 0
[pid=27452] ppid=27439 vsize=5356 CPUtime=0
/proc/27452/stat : 27452 (sh) S 27439 27439 23278 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24750264 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27452/statm: 1339 233 193 169 0 50 0
[pid=27453] ppid=27452 vsize=868748 CPUtime=281.57
/proc/27453/stat : 27453 (java) S 27452 27439 23278 0 -1 0 52715 0 1 0 26802 1355 0 0 19 0 9 0 24750264 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27453/statm: 217187 38800 2593 9 0 211664 0
[pid=27453/tid=27454] ppid=27452 vsize=868748 CPUtime=273.35
/proc/27453/task/27454/stat : 27454 (java) R 27452 27439 23278 0 -1 64 9335 0 1 0 26037 1298 0 0 25 0 9 0 24750265 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4127052288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27455] ppid=27452 vsize=868748 CPUtime=7.91
/proc/27453/task/27455/stat : 27455 (java) S 27452 27439 23278 0 -1 64 41142 0 0 0 737 54 0 0 16 0 9 0 24750266 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27456] ppid=27452 vsize=868748 CPUtime=0
/proc/27453/task/27456/stat : 27456 (java) S 27452 27439 23278 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24750266 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27457] ppid=27452 vsize=868748 CPUtime=0
/proc/27453/task/27457/stat : 27457 (java) S 27452 27439 23278 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24750266 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27458] ppid=27452 vsize=868748 CPUtime=0
/proc/27453/task/27458/stat : 27458 (java) S 27452 27439 23278 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24750268 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27459] ppid=27452 vsize=868748 CPUtime=0.28
/proc/27453/task/27459/stat : 27459 (java) S 27452 27439 23278 0 -1 64 1535 0 0 0 27 1 0 0 15 0 9 0 24750268 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27460] ppid=27452 vsize=868748 CPUtime=0
/proc/27453/task/27460/stat : 27460 (java) S 27452 27439 23278 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24750268 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27461] ppid=27452 vsize=868748 CPUtime=0
/proc/27453/task/27461/stat : 27461 (java) S 27452 27439 23278 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24750268 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 283.35
Current children cumulated vsize (KiB) 890972

[startup+291.102 s]
/proc/loadavg: 2.79 2.41 2.16 4/94 27461
/proc/meminfo: memFree=15984/2055920 swapFree=4192812/4192956
[pid=27439] ppid=27437 vsize=16868 CPUtime=1.78
/proc/27439/stat : 27439 (sugar) S 27437 27439 23278 0 -1 4194304 1310 15510 0 1 5 1 163 9 16 0 1 0 24750082 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27439/statm: 4217 1111 409 3 0 796 0
[pid=27452] ppid=27439 vsize=5356 CPUtime=0
/proc/27452/stat : 27452 (sh) S 27439 27439 23278 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24750264 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27452/statm: 1339 233 193 169 0 50 0
[pid=27453] ppid=27452 vsize=868748 CPUtime=284.73
/proc/27453/stat : 27453 (java) S 27452 27439 23278 0 -1 0 52768 0 1 0 27099 1374 0 0 19 0 9 0 24750264 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27453/statm: 217187 38800 2593 9 0 211664 0
[pid=27453/tid=27454] ppid=27452 vsize=868748 CPUtime=276.47
/proc/27453/task/27454/stat : 27454 (java) R 27452 27439 23278 0 -1 64 9388 0 1 0 26330 1317 0 0 25 0 9 0 24750265 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27455] ppid=27452 vsize=868748 CPUtime=7.95
/proc/27453/task/27455/stat : 27455 (java) S 27452 27439 23278 0 -1 64 41142 0 0 0 740 55 0 0 16 0 9 0 24750266 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27456] ppid=27452 vsize=868748 CPUtime=0
/proc/27453/task/27456/stat : 27456 (java) S 27452 27439 23278 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24750266 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27457] ppid=27452 vsize=868748 CPUtime=0
/proc/27453/task/27457/stat : 27457 (java) S 27452 27439 23278 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24750266 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27458] ppid=27452 vsize=868748 CPUtime=0
/proc/27453/task/27458/stat : 27458 (java) S 27452 27439 23278 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24750268 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27459] ppid=27452 vsize=868748 CPUtime=0.28
/proc/27453/task/27459/stat : 27459 (java) S 27452 27439 23278 0 -1 64 1535 0 0 0 27 1 0 0 15 0 9 0 24750268 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27460] ppid=27452 vsize=868748 CPUtime=0
/proc/27453/task/27460/stat : 27460 (java) S 27452 27439 23278 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24750268 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27461] ppid=27452 vsize=868748 CPUtime=0
/proc/27453/task/27461/stat : 27461 (java) S 27452 27439 23278 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24750268 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 286.51
Current children cumulated vsize (KiB) 890972

[startup+292.702 s]
/proc/loadavg: 2.79 2.41 2.16 4/94 27461
/proc/meminfo: memFree=15280/2055920 swapFree=4192812/4192956
[pid=27439] ppid=27437 vsize=16868 CPUtime=1.78
/proc/27439/stat : 27439 (sugar) S 27437 27439 23278 0 -1 4194304 1310 15510 0 1 5 1 163 9 16 0 1 0 24750082 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27439/statm: 4217 1111 409 3 0 796 0
[pid=27452] ppid=27439 vsize=5356 CPUtime=0
/proc/27452/stat : 27452 (sh) S 27439 27439 23278 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24750264 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27452/statm: 1339 233 193 169 0 50 0
[pid=27453] ppid=27452 vsize=868748 CPUtime=286.29
/proc/27453/stat : 27453 (java) S 27452 27439 23278 0 -1 0 52794 0 1 0 27246 1383 0 0 19 0 9 0 24750264 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27453/statm: 217187 38800 2593 9 0 211664 0
[pid=27453/tid=27454] ppid=27452 vsize=868748 CPUtime=278.01
/proc/27453/task/27454/stat : 27454 (java) R 27452 27439 23278 0 -1 64 9414 0 1 0 26476 1325 0 0 25 0 9 0 24750265 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27455] ppid=27452 vsize=868748 CPUtime=7.97
/proc/27453/task/27455/stat : 27455 (java) S 27452 27439 23278 0 -1 64 41142 0 0 0 742 55 0 0 16 0 9 0 24750266 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27456] ppid=27452 vsize=868748 CPUtime=0
/proc/27453/task/27456/stat : 27456 (java) S 27452 27439 23278 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24750266 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27457] ppid=27452 vsize=868748 CPUtime=0
/proc/27453/task/27457/stat : 27457 (java) S 27452 27439 23278 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24750266 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27458] ppid=27452 vsize=868748 CPUtime=0
/proc/27453/task/27458/stat : 27458 (java) S 27452 27439 23278 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24750268 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27459] ppid=27452 vsize=868748 CPUtime=0.28
/proc/27453/task/27459/stat : 27459 (java) S 27452 27439 23278 0 -1 64 1535 0 0 0 27 1 0 0 15 0 9 0 24750268 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27460] ppid=27452 vsize=868748 CPUtime=0
/proc/27453/task/27460/stat : 27460 (java) S 27452 27439 23278 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24750268 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27453/tid=27461] ppid=27452 vsize=868748 CPUtime=0
/proc/27453/task/27461/stat : 27461 (java) S 27452 27439 23278 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24750268 889597952 38800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 288.07
Current children cumulated vsize (KiB) 890972

[startup+294.302 s]
/proc/loadavg: 2.79 2.41 2.16 3/84 27463
/proc/meminfo: memFree=309248/2055920 swapFree=4192812/4192956
[pid=27439] ppid=27437 vsize=16868 CPUtime=289.13
/proc/27439/stat : 27439 (sugar) D 27437 27439 23278 0 -1 4194304 1419 68945 0 19 6 60 27449 1398 18 0 1 0 24750082 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 271638565929 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/27439/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 289.13
Current children cumulated vsize (KiB) 16868

[startup+295.102 s]
/proc/loadavg: 2.79 2.41 2.16 2/84 27463
/proc/meminfo: memFree=1266112/2055920 swapFree=4192812/4192956
[pid=27439] ppid=27437 vsize=16868 CPUtime=289.18
/proc/27439/stat : 27439 (sugar) D 27437 27439 23278 0 -1 4194304 1419 68945 0 19 6 65 27449 1398 18 0 1 0 24750082 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 271638565929 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/27439/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 289.18
Current children cumulated vsize (KiB) 16868

[startup+295.502 s]
/proc/loadavg: 2.79 2.41 2.16 2/84 27463
/proc/meminfo: memFree=1266112/2055920 swapFree=4192812/4192956
[pid=27439] ppid=27437 vsize=16868 CPUtime=289.2
/proc/27439/stat : 27439 (sugar) D 27437 27439 23278 0 -1 4194304 1419 68945 0 19 6 67 27449 1398 18 0 1 0 24750082 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 271638565929 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/27439/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 289.2
Current children cumulated vsize (KiB) 16868

[startup+295.602 s]
/proc/loadavg: 2.79 2.41 2.16 2/84 27463
/proc/meminfo: memFree=1266112/2055920 swapFree=4192812/4192956
[pid=27439] ppid=27437 vsize=16868 CPUtime=289.2
/proc/27439/stat : 27439 (sugar) D 27437 27439 23278 0 -1 4194304 1419 68945 0 19 6 67 27449 1398 18 0 1 0 24750082 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 271638565929 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/27439/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 289.2
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 295.689
CPU time (s): 289.228
CPU user time (s): 274.554
CPU system time (s): 14.6738
CPU usage (%): 97.8148
Max. virtual memory (cumulated for all children) (KiB): 896240

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

runsolver used 0.369943 second user time and 1.00885 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-12 07:34:33
IDJOB=2083203
IDBENCH=57738
IDSOLVER=738
FILE ID=node67/2083203-1247376873
PBS_JOBID= 9507091
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp12/normalized-fapp12-1500-9.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-2083203-1247376873/watcher-2083203-1247376873 -o /tmp/evaluation-result-2083203-1247376873/solver-2083203-1247376873 -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-2083203-1247376873.xml

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

MD5SUM BENCH= a935103af39bd284c54c6d98a149f42a
RANDOM SEED=1267819153

node67.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.239
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.239
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:       1181288 kB
Buffers:         75872 kB
Cached:         325532 kB
SwapCached:          0 kB
Active:         546360 kB
Inactive:       260268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1181288 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4872 kB
Writeback:           0 kB
Mapped:         420968 kB
Slab:            52612 kB
Committed_AS:   892640 kB
PageTables:       2576 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= 66508 MiB
End job on node67 at 2009-07-12 07:39:29