Trace number 1086548

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.13+picosat? 730.874 742.733

General information on the benchmark

Namecsp/fapp/fapp35/
normalized-fapp35-1500-4.xml
MD5SUMe176f03acbb8fde17171aab729aed488
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 benchmark31.0373
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints22067
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22067
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 08:38:21 2008
0.00/0.04	c 0	PID 21224
0.04/0.05	c 0	HOST node26.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1086548-1215239900.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086548-1215239900.xml' 'HOME/temp.csp'
1.46/1.51	c 1	17 domains, 1500 variables, 8 predicates, 0 relations, 22067 constraints
1.46/1.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.46/1.57	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.49/1.65	c 1	Parsing HOME/temp.csp
1.49/2.09	c 2	parsed 10000 expressions
2.30/2.40	c 2	parsed 20000 expressions
2.39/2.50	c 2	parsed 23592 expressions
2.39/2.50	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.39/2.50	c 2	Converting to clausal form CSP
4.67/4.82	c 4	converted 2360 (10%) expressions
9.72/9.92	c 9	converted 4719 (20%) expressions
13.98/14.27	c 14	converted 7078 (30%) expressions
18.43/18.73	c 18	converted 9437 (40%) expressions
22.58/22.92	c 22	converted 11796 (50%) expressions
26.65/27.08	c 27	converted 14156 (60%) expressions
31.00/31.43	c 31	converted 16515 (70%) expressions
34.86/35.30	c 35	converted 18874 (80%) expressions
38.53/39.06	c 39	converted 21233 (90%) expressions
42.29/42.83	c 42	converted 23592 (100%) expressions
42.29/42.83	c 42	CSP : 3955 integers, 63832 booleans, 137244 clauses, largest domain size 2377
42.29/42.83	c 42	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
42.29/42.83	c 42	Propagation in CSP
45.85/46.43	c 46	41060 values, 0 unsatisfiable literals, and 0 valid clauses are removed
45.85/46.43	c 46	CSP : 3955 integers, 63832 booleans, 137244 clauses, largest domain size 2377
45.85/46.43	c 46	Heap : 97 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
45.85/46.47	c 46	Simplifing CSP by introducing new Boolean variables
46.14/46.80	c 46	CSP : 3955 integers, 111236 booleans, 184648 clauses, largest domain size 2377
46.14/46.80	c 46	Heap : 113 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
46.84/47.46	c 47	Encoding CSP to SAT : HOME/temp.cnf
54.46/55.17	c 55	396 (10%) CSP integer variables are encoded (218754 clauses, 3497059 bytes)
62.39/63.10	c 63	791 (20%) CSP integer variables are encoded (441840 clauses, 7289521 bytes)
70.11/70.95	c 70	1187 (30%) CSP integer variables are encoded (663759 clauses, 11062144 bytes)
76.55/77.48	c 77	1582 (40%) CSP integer variables are encoded (1032379 clauses, 17396577 bytes)
77.64/78.59	c 78	1978 (50%) CSP integer variables are encoded (1910269 clauses, 34076487 bytes)
78.72/79.66	c 79	2373 (60%) CSP integer variables are encoded (2753116 clauses, 50090580 bytes)
79.81/80.76	c 80	2769 (70%) CSP integer variables are encoded (3616108 clauses, 66487428 bytes)
80.89/81.82	c 81	3164 (80%) CSP integer variables are encoded (4455057 clauses, 82427459 bytes)
81.88/82.90	c 82	3560 (90%) CSP integer variables are encoded (5309065 clauses, 98653611 bytes)
82.96/83.96	c 83	3955 (100%) CSP integer variables are encoded (6153042 clauses, 114689174 bytes)
208.75/211.44	c 211	18465 (10%) CSP clauses are encoded (17613026 clauses, 391869958 bytes)
288.70/292.41	c 292	36930 (20%) CSP clauses are encoded (26529707 clauses, 616311492 bytes)
358.59/363.23	c 363	55395 (30%) CSP clauses are encoded (34829960 clauses, 827356624 bytes)
426.95/432.58	c 432	73860 (40%) CSP clauses are encoded (43236599 clauses, 1043572850 bytes)
488.33/494.72	c 494	92324 (50%) CSP clauses are encoded (50727919 clauses, 1238146464 bytes)
550.06/557.35	c 557	110789 (60%) CSP clauses are encoded (58688724 clauses, 1445087371 bytes)
605.20/613.35	c 613	129254 (70%) CSP clauses are encoded (65994248 clauses, 1637296769 bytes)
654.46/663.58	c 663	147719 (80%) CSP clauses are encoded (72909715 clauses, 1820110432 bytes)
695.03/704.68	c 704	166184 (90%) CSP clauses are encoded (79336556 clauses, 1992816356 bytes)
730.05/740.06	c 740	ERROR Exception Too large HOME/temp.cnf
730.05/740.06	c 740	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
730.05/740.06	c 740	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
730.05/740.06	c 740	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
730.05/740.06	s UNKNOWN
730.12/740.11	c 740	CPU 717.01 (0.03 0.01 716.98 13.12)
730.12/740.11	c 740	END Sat Jul  5 08:50:41 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086548-1215239900/watcher-1086548-1215239900 -o /tmp/evaluation-result-1086548-1215239900/solver-1086548-1215239900 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1086548-1215239900.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.15 2.03 2.01 4/72 21224
/proc/meminfo: memFree=1654688/2055920 swapFree=4137260/4192956
[pid=21224] ppid=21222 vsize=18572 CPUtime=0
/proc/21224/stat : 21224 (runsolver) R 21222 21224 19698 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1008444978 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 269028486439 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21224/statm: 4643 292 257 25 0 2626 0

[startup+0.049821 s]
/proc/loadavg: 2.15 2.03 2.01 4/72 21224
/proc/meminfo: memFree=1654688/2055920 swapFree=4137260/4192956
[pid=21224] ppid=21222 vsize=13600 CPUtime=0.04
/proc/21224/stat : 21224 (sugar) S 21222 21224 19698 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1008444978 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21224/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102516 s]
/proc/loadavg: 2.15 2.03 2.01 4/72 21224
/proc/meminfo: memFree=1654688/2055920 swapFree=4137260/4192956
[pid=21224] ppid=21222 vsize=13600 CPUtime=0.04
/proc/21224/stat : 21224 (sugar) S 21222 21224 19698 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1008444978 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21224/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301521 s]
/proc/loadavg: 2.15 2.03 2.01 4/72 21224
/proc/meminfo: memFree=1654688/2055920 swapFree=4137260/4192956
[pid=21224] ppid=21222 vsize=13600 CPUtime=0.04
/proc/21224/stat : 21224 (sugar) S 21222 21224 19698 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1008444978 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21224/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701553 s]
/proc/loadavg: 2.15 2.03 2.01 4/72 21224
/proc/meminfo: memFree=1654688/2055920 swapFree=4137260/4192956
[pid=21224] ppid=21222 vsize=13600 CPUtime=0.04
/proc/21224/stat : 21224 (sugar) S 21222 21224 19698 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1008444978 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21224/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50162 s]
/proc/loadavg: 2.15 2.03 2.01 4/83 21236
/proc/meminfo: memFree=1619984/2055920 swapFree=4137260/4192956
[pid=21224] ppid=21222 vsize=13600 CPUtime=0.04
/proc/21224/stat : 21224 (sugar) S 21222 21224 19698 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1008444978 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21224/statm: 3400 796 370 3 0 500 0
[pid=21227] ppid=21224 vsize=5356 CPUtime=0
/proc/21227/stat : 21227 (sh) S 21224 21224 19698 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 1008444983 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21227/statm: 1339 233 193 169 0 50 0
[pid=21228] ppid=21227 vsize=864676 CPUtime=1.42
/proc/21228/stat : 21228 (java) S 21227 21224 19698 0 -1 0 13841 0 1 0 133 9 0 0 18 0 9 0 1008444983 885428224 11886 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21228/statm: 216169 11886 2529 9 0 210751 0
[pid=21228/tid=21229] ppid=21227 vsize=864676 CPUtime=0.79
/proc/21228/task/21229/stat : 21229 (java) R 21227 21224 19698 0 -1 64 3012 0 1 0 76 3 0 0 25 0 9 0 1008444984 885428224 11886 996147200 134512640 134550740 4294956000 18446744073709551615 4126729252 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21230] ppid=21227 vsize=864676 CPUtime=0.46
/proc/21228/task/21230/stat : 21230 (java) S 21227 21224 19698 0 -1 64 9608 0 0 0 42 4 0 0 16 0 9 0 1008444985 885428224 11886 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21231] ppid=21227 vsize=864676 CPUtime=0
/proc/21228/task/21231/stat : 21231 (java) S 21227 21224 19698 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1008444985 885428224 11886 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21232] ppid=21227 vsize=864676 CPUtime=0
/proc/21228/task/21232/stat : 21232 (java) S 21227 21224 19698 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1008444985 885428224 11886 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21233] ppid=21227 vsize=864676 CPUtime=0
/proc/21228/task/21233/stat : 21233 (java) S 21227 21224 19698 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1008444987 885428224 11886 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21234] ppid=21227 vsize=864676 CPUtime=0.14
/proc/21228/task/21234/stat : 21234 (java) S 21227 21224 19698 0 -1 64 522 0 0 0 14 0 0 0 15 0 9 0 1008444987 885428224 11886 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21235] ppid=21227 vsize=864676 CPUtime=0
/proc/21228/task/21235/stat : 21235 (java) S 21227 21224 19698 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1008444987 885428224 11886 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21236] ppid=21227 vsize=864676 CPUtime=0
/proc/21228/task/21236/stat : 21236 (java) S 21227 21224 19698 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1008444987 885428224 11886 996147200 134512640 134550740 4294956000 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) 883632

[startup+3.10274 s]
/proc/loadavg: 2.15 2.03 2.01 3/83 21246
/proc/meminfo: memFree=1640784/2055920 swapFree=4137260/4192956
[pid=21224] ppid=21222 vsize=13600 CPUtime=1.49
/proc/21224/stat : 21224 (sugar) S 21222 21224 19698 0 -1 4194304 974 14264 0 1 3 1 135 10 15 0 1 0 1008444978 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21224/statm: 3400 797 370 3 0 500 0
[pid=21237] ppid=21224 vsize=5356 CPUtime=0
/proc/21237/stat : 21237 (sh) S 21224 21224 19698 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008445135 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21237/statm: 1339 233 193 169 0 50 0
[pid=21238] ppid=21237 vsize=868316 CPUtime=1.5
/proc/21238/stat : 21238 (java) S 21237 21224 19698 0 -1 0 9000 0 1 0 145 5 0 0 18 0 9 0 1008445135 889155584 7980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21238/statm: 217079 7980 2543 9 0 211654 0
[pid=21238/tid=21239] ppid=21237 vsize=868316 CPUtime=1.02
/proc/21238/task/21239/stat : 21239 (java) R 21237 21224 19698 0 -1 64 2731 0 1 0 100 2 0 0 25 0 9 0 1008445136 889155584 7980 996147200 134512640 134550740 4294955952 18446744073709551615 4126566880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21240] ppid=21237 vsize=868316 CPUtime=0.26
/proc/21238/task/21240/stat : 21240 (java) S 21237 21224 19698 0 -1 64 4124 0 0 0 24 2 0 0 16 0 9 0 1008445137 889155584 7980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21241] ppid=21237 vsize=868316 CPUtime=0
/proc/21238/task/21241/stat : 21241 (java) S 21237 21224 19698 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008445137 889155584 7980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21242] ppid=21237 vsize=868316 CPUtime=0
/proc/21238/task/21242/stat : 21242 (java) S 21237 21224 19698 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1008445137 889155584 7980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21243] ppid=21237 vsize=868316 CPUtime=0
/proc/21238/task/21243/stat : 21243 (java) S 21237 21224 19698 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1008445139 889155584 7980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21244] ppid=21237 vsize=868316 CPUtime=0.19
/proc/21238/task/21244/stat : 21244 (java) S 21237 21224 19698 0 -1 64 1449 0 0 0 19 0 0 0 16 0 9 0 1008445139 889155584 7980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21245] ppid=21237 vsize=868316 CPUtime=0
/proc/21238/task/21245/stat : 21245 (java) S 21237 21224 19698 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1008445139 889155584 7980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21246] ppid=21237 vsize=868316 CPUtime=0
/proc/21238/task/21246/stat : 21246 (java) S 21237 21224 19698 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1008445139 889155584 7980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887272

[startup+6.303 s]
/proc/loadavg: 2.13 2.03 2.01 3/83 21246
/proc/meminfo: memFree=1624400/2055920 swapFree=4137260/4192956
[pid=21224] ppid=21222 vsize=13600 CPUtime=1.49
/proc/21224/stat : 21224 (sugar) S 21222 21224 19698 0 -1 4194304 974 14264 0 1 3 1 135 10 16 0 1 0 1008444978 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21224/statm: 3400 797 370 3 0 500 0
[pid=21237] ppid=21224 vsize=5356 CPUtime=0
/proc/21237/stat : 21237 (sh) S 21224 21224 19698 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008445135 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21237/statm: 1339 233 193 169 0 50 0
[pid=21238] ppid=21237 vsize=868428 CPUtime=4.66
/proc/21238/stat : 21238 (java) S 21237 21224 19698 0 -1 0 10836 0 1 0 458 8 0 0 18 0 9 0 1008445135 889270272 9473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21238/statm: 217107 9473 2541 9 0 211682 0
[pid=21238/tid=21239] ppid=21237 vsize=868428 CPUtime=3.85
/proc/21238/task/21239/stat : 21239 (java) R 21237 21224 19698 0 -1 64 3089 0 1 0 383 2 0 0 25 0 9 0 1008445136 889270272 9473 996147200 134512640 134550740 4294955952 18446744073709551615 4126640891 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21240] ppid=21237 vsize=868428 CPUtime=0.56
/proc/21238/task/21240/stat : 21240 (java) S 21237 21224 19698 0 -1 64 5587 0 0 0 52 4 0 0 16 0 9 0 1008445137 889270272 9473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21241] ppid=21237 vsize=868428 CPUtime=0
/proc/21238/task/21241/stat : 21241 (java) S 21237 21224 19698 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008445137 889270272 9473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21242] ppid=21237 vsize=868428 CPUtime=0
/proc/21238/task/21242/stat : 21242 (java) S 21237 21224 19698 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1008445137 889270272 9473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21243] ppid=21237 vsize=868428 CPUtime=0
/proc/21238/task/21243/stat : 21243 (java) S 21237 21224 19698 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1008445139 889270272 9473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21244] ppid=21237 vsize=868428 CPUtime=0.22
/proc/21238/task/21244/stat : 21244 (java) S 21237 21224 19698 0 -1 64 1464 0 0 0 22 0 0 0 15 0 9 0 1008445139 889270272 9473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21245] ppid=21237 vsize=868428 CPUtime=0
/proc/21238/task/21245/stat : 21245 (java) S 21237 21224 19698 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1008445139 889270272 9473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21246] ppid=21237 vsize=868428 CPUtime=0
/proc/21238/task/21246/stat : 21246 (java) S 21237 21224 19698 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1008445139 889270272 9473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887384

[startup+12.7025 s]
/proc/loadavg: 2.12 2.03 2.01 3/83 21246
/proc/meminfo: memFree=1612240/2055920 swapFree=4137260/4192956
[pid=21224] ppid=21222 vsize=13600 CPUtime=1.49
/proc/21224/stat : 21224 (sugar) S 21222 21224 19698 0 -1 4194304 974 14264 0 1 3 1 135 10 16 0 1 0 1008444978 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21224/statm: 3400 797 370 3 0 500 0
[pid=21237] ppid=21224 vsize=5356 CPUtime=0
/proc/21237/stat : 21237 (sh) S 21224 21224 19698 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008445135 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21237/statm: 1339 233 193 169 0 50 0
[pid=21238] ppid=21237 vsize=868428 CPUtime=11
/proc/21238/stat : 21238 (java) S 21237 21224 19698 0 -1 0 15442 0 1 0 1088 12 0 0 18 0 9 0 1008445135 889270272 12449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21238/statm: 217107 12449 2541 9 0 211682 0
[pid=21238/tid=21239] ppid=21237 vsize=868428 CPUtime=9.59
/proc/21238/task/21239/stat : 21239 (java) R 21237 21224 19698 0 -1 64 3565 0 1 0 956 3 0 0 25 0 9 0 1008445136 889270272 12449 996147200 134512640 134550740 4294955952 18446744073709551615 4126570835 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21240] ppid=21237 vsize=868428 CPUtime=1.16
/proc/21238/task/21240/stat : 21240 (java) S 21237 21224 19698 0 -1 64 9716 0 0 0 109 7 0 0 16 0 9 0 1008445137 889270272 12449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21241] ppid=21237 vsize=868428 CPUtime=0
/proc/21238/task/21241/stat : 21241 (java) S 21237 21224 19698 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008445137 889270272 12449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21242] ppid=21237 vsize=868428 CPUtime=0
/proc/21238/task/21242/stat : 21242 (java) S 21237 21224 19698 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1008445137 889270272 12449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21243] ppid=21237 vsize=868428 CPUtime=0
/proc/21238/task/21243/stat : 21243 (java) S 21237 21224 19698 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1008445139 889270272 12449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21244] ppid=21237 vsize=868428 CPUtime=0.22
/proc/21238/task/21244/stat : 21244 (java) S 21237 21224 19698 0 -1 64 1465 0 0 0 22 0 0 0 15 0 9 0 1008445139 889270272 12449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21245] ppid=21237 vsize=868428 CPUtime=0
/proc/21238/task/21245/stat : 21245 (java) S 21237 21224 19698 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1008445139 889270272 12449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21246] ppid=21237 vsize=868428 CPUtime=0
/proc/21238/task/21246/stat : 21246 (java) S 21237 21224 19698 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1008445139 889270272 12449 996147200 134512640 134550740 4294955952 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) 887384

[startup+25.5025 s]
/proc/loadavg: 2.10 2.03 2.01 3/83 21246
/proc/meminfo: memFree=1585936/2055920 swapFree=4137260/4192956
[pid=21224] ppid=21222 vsize=13600 CPUtime=1.49
/proc/21224/stat : 21224 (sugar) S 21222 21224 19698 0 -1 4194304 974 14264 0 1 3 1 135 10 16 0 1 0 1008444978 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21224/statm: 3400 797 370 3 0 500 0
[pid=21237] ppid=21224 vsize=5356 CPUtime=0
/proc/21237/stat : 21237 (sh) S 21224 21224 19698 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008445135 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21237/statm: 1339 233 193 169 0 50 0
[pid=21238] ppid=21237 vsize=868428 CPUtime=23.68
/proc/21238/stat : 21238 (java) S 21237 21224 19698 0 -1 0 23988 0 1 0 2347 21 0 0 18 0 9 0 1008445135 889270272 18972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21238/statm: 217107 18972 2541 9 0 211682 0
[pid=21238/tid=21239] ppid=21237 vsize=868428 CPUtime=21.16
/proc/21238/task/21239/stat : 21239 (java) R 21237 21224 19698 0 -1 64 4209 0 1 0 2111 5 0 0 25 0 9 0 1008445136 889270272 18972 996147200 134512640 134550740 4294955952 18446744073709551615 4126566880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21240] ppid=21237 vsize=868428 CPUtime=2.26
/proc/21238/task/21240/stat : 21240 (java) S 21237 21224 19698 0 -1 64 17611 0 0 0 212 14 0 0 16 0 9 0 1008445137 889270272 18972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21241] ppid=21237 vsize=868428 CPUtime=0
/proc/21238/task/21241/stat : 21241 (java) S 21237 21224 19698 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008445137 889270272 18972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21242] ppid=21237 vsize=868428 CPUtime=0
/proc/21238/task/21242/stat : 21242 (java) S 21237 21224 19698 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1008445137 889270272 18972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=21238/tid=21244] ppid=21237 vsize=868540 CPUtime=0.33
/proc/21238/task/21244/stat : 21244 (java) S 21237 21224 19698 0 -1 64 1522 0 0 0 32 1 0 0 16 0 9 0 1008445139 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21245] ppid=21237 vsize=868540 CPUtime=0
/proc/21238/task/21245/stat : 21245 (java) S 21237 21224 19698 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1008445139 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21246] ppid=21237 vsize=868540 CPUtime=0
/proc/21238/task/21246/stat : 21246 (java) S 21237 21224 19698 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1008445139 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 692.76
Current children cumulated vsize (KiB) 887496

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

[startup+716.702 s]
/proc/loadavg: 2.20 2.11 2.06 3/91 21283
/proc/meminfo: memFree=14992/2055920 swapFree=4137260/4192956
[pid=21224] ppid=21222 vsize=13600 CPUtime=1.49
/proc/21224/stat : 21224 (sugar) S 21222 21224 19698 0 -1 4194304 974 14264 0 1 3 1 135 10 16 0 1 0 1008444978 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21224/statm: 3400 797 370 3 0 500 0
[pid=21237] ppid=21224 vsize=5356 CPUtime=0
/proc/21237/stat : 21237 (sh) S 21224 21224 19698 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008445135 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21237/statm: 1339 233 193 169 0 50 0
[pid=21238] ppid=21237 vsize=868540 CPUtime=705.48
/proc/21238/stat : 21238 (java) S 21237 21224 19698 0 -1 0 49588 0 1 0 69307 1241 0 0 18 0 9 0 1008445135 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21238/statm: 217135 35853 2566 9 0 211682 0
[pid=21238/tid=21239] ppid=21237 vsize=868540 CPUtime=696.67
/proc/21238/task/21239/stat : 21239 (java) R 21237 21224 19698 0 -1 64 10505 0 1 0 68484 1183 0 0 25 0 9 0 1008445136 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4127030502 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21238/tid=21240] ppid=21237 vsize=868540 CPUtime=8.46
/proc/21238/task/21240/stat : 21240 (java) S 21237 21224 19698 0 -1 64 36865 0 0 0 790 56 0 0 16 0 9 0 1008445137 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21238/tid=21241] ppid=21237 vsize=868540 CPUtime=0
/proc/21238/task/21241/stat : 21241 (java) S 21237 21224 19698 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008445137 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21242] ppid=21237 vsize=868540 CPUtime=0
/proc/21238/task/21242/stat : 21242 (java) S 21237 21224 19698 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1008445137 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21243] ppid=21237 vsize=868540 CPUtime=0
/proc/21238/task/21243/stat : 21243 (java) S 21237 21224 19698 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1008445139 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21244] ppid=21237 vsize=868540 CPUtime=0.33
/proc/21238/task/21244/stat : 21244 (java) S 21237 21224 19698 0 -1 64 1522 0 0 0 32 1 0 0 16 0 9 0 1008445139 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21245] ppid=21237 vsize=868540 CPUtime=0
/proc/21238/task/21245/stat : 21245 (java) S 21237 21224 19698 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1008445139 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21246] ppid=21237 vsize=868540 CPUtime=0
/proc/21238/task/21246/stat : 21246 (java) S 21237 21224 19698 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1008445139 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 706.97
Current children cumulated vsize (KiB) 887496

[startup+729.501 s]
/proc/loadavg: 2.23 2.12 2.06 3/91 21319
/proc/meminfo: memFree=517904/2055920 swapFree=4137260/4192956
[pid=21224] ppid=21222 vsize=13600 CPUtime=1.49
/proc/21224/stat : 21224 (sugar) S 21222 21224 19698 0 -1 4194304 974 14264 0 1 3 1 135 10 16 0 1 0 1008444978 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21224/statm: 3400 797 370 3 0 500 0
[pid=21237] ppid=21224 vsize=5356 CPUtime=0
/proc/21237/stat : 21237 (sh) S 21224 21224 19698 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008445135 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21237/statm: 1339 233 193 169 0 50 0
[pid=21238] ppid=21237 vsize=868540 CPUtime=718.12
/proc/21238/stat : 21238 (java) S 21237 21224 19698 0 -1 0 49716 0 1 0 70540 1272 0 0 18 0 9 0 1008445135 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21238/statm: 217135 35853 2566 9 0 211682 0
[pid=21238/tid=21239] ppid=21237 vsize=868540 CPUtime=709.22
/proc/21238/task/21239/stat : 21239 (java) R 21237 21224 19698 0 -1 64 10633 0 1 0 69709 1213 0 0 25 0 9 0 1008445136 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4127022256 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21240] ppid=21237 vsize=868540 CPUtime=8.54
/proc/21238/task/21240/stat : 21240 (java) S 21237 21224 19698 0 -1 64 36865 0 0 0 797 57 0 0 16 0 9 0 1008445137 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21241] ppid=21237 vsize=868540 CPUtime=0
/proc/21238/task/21241/stat : 21241 (java) S 21237 21224 19698 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008445137 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21242] ppid=21237 vsize=868540 CPUtime=0
/proc/21238/task/21242/stat : 21242 (java) S 21237 21224 19698 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1008445137 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21243] ppid=21237 vsize=868540 CPUtime=0
/proc/21238/task/21243/stat : 21243 (java) S 21237 21224 19698 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1008445139 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21244] ppid=21237 vsize=868540 CPUtime=0.33
/proc/21238/task/21244/stat : 21244 (java) S 21237 21224 19698 0 -1 64 1522 0 0 0 32 1 0 0 16 0 9 0 1008445139 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21245] ppid=21237 vsize=868540 CPUtime=0
/proc/21238/task/21245/stat : 21245 (java) S 21237 21224 19698 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1008445139 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21246] ppid=21237 vsize=868540 CPUtime=0
/proc/21238/task/21246/stat : 21246 (java) S 21237 21224 19698 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1008445139 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 719.61
Current children cumulated vsize (KiB) 887496

[startup+735.907 s]
/proc/loadavg: 2.21 2.12 2.06 3/91 21319
/proc/meminfo: memFree=482576/2055920 swapFree=4137260/4192956
[pid=21224] ppid=21222 vsize=13600 CPUtime=1.49
/proc/21224/stat : 21224 (sugar) S 21222 21224 19698 0 -1 4194304 974 14264 0 1 3 1 135 10 16 0 1 0 1008444978 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21224/statm: 3400 797 370 3 0 500 0
[pid=21237] ppid=21224 vsize=5356 CPUtime=0
/proc/21237/stat : 21237 (sh) S 21224 21224 19698 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008445135 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21237/statm: 1339 233 193 169 0 50 0
[pid=21238] ppid=21237 vsize=868540 CPUtime=724.47
/proc/21238/stat : 21238 (java) S 21237 21224 19698 0 -1 0 49776 0 1 0 71158 1289 0 0 18 0 9 0 1008445135 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21238/statm: 217135 35853 2566 9 0 211682 0
[pid=21238/tid=21239] ppid=21237 vsize=868540 CPUtime=715.54
/proc/21238/task/21239/stat : 21239 (java) R 21237 21224 19698 0 -1 64 10693 0 1 0 70324 1230 0 0 25 0 9 0 1008445136 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4126638163 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21240] ppid=21237 vsize=868540 CPUtime=8.58
/proc/21238/task/21240/stat : 21240 (java) S 21237 21224 19698 0 -1 64 36865 0 0 0 801 57 0 0 16 0 9 0 1008445137 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21241] ppid=21237 vsize=868540 CPUtime=0
/proc/21238/task/21241/stat : 21241 (java) S 21237 21224 19698 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008445137 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21242] ppid=21237 vsize=868540 CPUtime=0
/proc/21238/task/21242/stat : 21242 (java) S 21237 21224 19698 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1008445137 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21243] ppid=21237 vsize=868540 CPUtime=0
/proc/21238/task/21243/stat : 21243 (java) S 21237 21224 19698 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1008445139 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21244] ppid=21237 vsize=868540 CPUtime=0.33
/proc/21238/task/21244/stat : 21244 (java) S 21237 21224 19698 0 -1 64 1522 0 0 0 32 1 0 0 16 0 9 0 1008445139 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21245] ppid=21237 vsize=868540 CPUtime=0
/proc/21238/task/21245/stat : 21245 (java) S 21237 21224 19698 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1008445139 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21246] ppid=21237 vsize=868540 CPUtime=0
/proc/21238/task/21246/stat : 21246 (java) S 21237 21224 19698 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1008445139 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 725.96
Current children cumulated vsize (KiB) 887496

[startup+739.102 s]
/proc/loadavg: 2.21 2.12 2.06 3/91 21319
/proc/meminfo: memFree=469392/2055920 swapFree=4137260/4192956
[pid=21224] ppid=21222 vsize=13600 CPUtime=1.49
/proc/21224/stat : 21224 (sugar) S 21222 21224 19698 0 -1 4194304 974 14264 0 1 3 1 135 10 16 0 1 0 1008444978 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21224/statm: 3400 797 370 3 0 500 0
[pid=21237] ppid=21224 vsize=5356 CPUtime=0
/proc/21237/stat : 21237 (sh) S 21224 21224 19698 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008445135 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21237/statm: 1339 233 193 169 0 50 0
[pid=21238] ppid=21237 vsize=868540 CPUtime=727.66
/proc/21238/stat : 21238 (java) S 21237 21224 19698 0 -1 0 49806 0 1 0 71469 1297 0 0 18 0 9 0 1008445135 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21238/statm: 217135 35853 2566 9 0 211682 0
[pid=21238/tid=21239] ppid=21237 vsize=868540 CPUtime=718.7
/proc/21238/task/21239/stat : 21239 (java) R 21237 21224 19698 0 -1 64 10723 0 1 0 70633 1237 0 0 25 0 9 0 1008445136 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4127022811 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21240] ppid=21237 vsize=868540 CPUtime=8.6
/proc/21238/task/21240/stat : 21240 (java) S 21237 21224 19698 0 -1 64 36865 0 0 0 803 57 0 0 16 0 9 0 1008445137 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21241] ppid=21237 vsize=868540 CPUtime=0
/proc/21238/task/21241/stat : 21241 (java) S 21237 21224 19698 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008445137 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21242] ppid=21237 vsize=868540 CPUtime=0
/proc/21238/task/21242/stat : 21242 (java) S 21237 21224 19698 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1008445137 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21243] ppid=21237 vsize=868540 CPUtime=0
/proc/21238/task/21243/stat : 21243 (java) S 21237 21224 19698 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1008445139 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21244] ppid=21237 vsize=868540 CPUtime=0.33
/proc/21238/task/21244/stat : 21244 (java) S 21237 21224 19698 0 -1 64 1522 0 0 0 32 1 0 0 16 0 9 0 1008445139 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21245] ppid=21237 vsize=868540 CPUtime=0
/proc/21238/task/21245/stat : 21245 (java) S 21237 21224 19698 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1008445139 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21238/tid=21246] ppid=21237 vsize=868540 CPUtime=0
/proc/21238/task/21246/stat : 21246 (java) S 21237 21224 19698 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1008445139 889384960 35853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 729.15
Current children cumulated vsize (KiB) 887496

[startup+740.702 s]
/proc/loadavg: 2.19 2.12 2.06 3/81 21319
/proc/meminfo: memFree=725984/2055920 swapFree=4137260/4192956
[pid=21224] ppid=21222 vsize=13600 CPUtime=730.69
/proc/21224/stat : 21224 (sugar) R 21222 21224 19698 0 -1 4194304 996 64377 0 2 3 56 71698 1312 20 0 1 0 1008444978 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 0 0 0 17 1 0 0
/proc/21224/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 730.69
Current children cumulated vsize (KiB) 13600

[startup+741.502 s]
/proc/loadavg: 2.19 2.12 2.06 2/81 21319
/proc/meminfo: memFree=1796576/2055920 swapFree=4137260/4192956
[pid=21224] ppid=21222 vsize=13600 CPUtime=730.79
/proc/21224/stat : 21224 (sugar) D 21222 21224 19698 0 -1 4194304 996 64377 0 2 3 66 71698 1312 18 0 1 0 1008444978 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/21224/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 730.79
Current children cumulated vsize (KiB) 13600

[startup+742.301 s]
/proc/loadavg: 2.19 2.12 2.06 2/81 21319
/proc/meminfo: memFree=1796576/2055920 swapFree=4137260/4192956
[pid=21224] ppid=21222 vsize=13600 CPUtime=730.83
/proc/21224/stat : 21224 (sugar) D 21222 21224 19698 0 -1 4194304 996 64377 0 2 3 70 71698 1312 18 0 1 0 1008444978 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/21224/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 730.83
Current children cumulated vsize (KiB) 13600

[startup+742.701 s]
/proc/loadavg: 2.19 2.12 2.06 2/81 21319
/proc/meminfo: memFree=1796064/2055920 swapFree=4137260/4192956
[pid=21224] ppid=21222 vsize=13600 CPUtime=730.85
/proc/21224/stat : 21224 (sugar) D 21222 21224 19698 0 -1 4194304 996 64377 0 2 3 72 71698 1312 18 0 1 0 1008444978 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/21224/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 730.85
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 742.733
CPU time (s): 730.874
CPU user time (s): 717.016
CPU system time (s): 13.8579
CPU usage (%): 98.4034
Max. virtual memory (cumulated for all children) (KiB): 892512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 717.016
system time used= 13.8579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65403
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63050
involuntary context switches= 78132

runsolver used 0.999848 second user time and 2.45363 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-05 08:38:21
IDJOB=1086548
IDBENCH=57837
IDSOLVER=345
FILE ID=node26/1086548-1215239900
PBS_JOBID= 7881891
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp35/normalized-fapp35-1500-4.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086548-1215239900/watcher-1086548-1215239900 -o /tmp/evaluation-result-1086548-1215239900/solver-1086548-1215239900 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1086548-1215239900.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e176f03acbb8fde17171aab729aed488
RANDOM SEED=1512941731

node26.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.221
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.221
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:       1655168 kB
Buffers:         51964 kB
Cached:         183040 kB
SwapCached:      49576 kB
Active:         263972 kB
Inactive:        77064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1655168 kB
SwapTotal:     4192956 kB
SwapFree:      4137260 kB
Dirty:            8632 kB
Writeback:           0 kB
Mapped:         113476 kB
Slab:            44912 kB
Committed_AS:  1793100 kB
PageTables:       1900 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= 66460 MiB
End job on node26 at 2008-07-05 08:50:43