Trace number 1087536

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+minisat? 911.879 936.201

General information on the benchmark

Namecsp/fapp/fapp29/
normalized-fapp29-2900-1.xml
MD5SUM503f420cf175bc8344ce8ddb2abd3699
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 benchmark16.2255
Satisfiable
(Un)Satisfiability was proved
Number of variables2900
Number of constraints67898
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension67898
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 09:57:03 2008
0.00/0.04	c 0	PID 15052
0.00/0.04	c 0	HOST node82.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1087536-1215244622.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087536-1215244622.xml' 'HOME/temp.csp'
3.44/3.54	c 3	39 domains, 2900 variables, 8 predicates, 0 relations, 67898 constraints
3.44/3.59	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.44/3.59	c 4	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'
3.51/3.67	c 4	Parsing HOME/temp.csp
3.51/4.09	c 4	parsed 10000 expressions
4.21/4.37	c 4	parsed 20000 expressions
4.50/4.68	c 5	parsed 30000 expressions
4.79/4.91	c 5	parsed 40000 expressions
5.10/5.28	c 5	parsed 50000 expressions
5.40/5.51	c 5	parsed 60000 expressions
5.60/5.75	c 6	parsed 70000 expressions
5.60/5.77	c 6	parsed 70845 expressions
5.60/5.78	c 6	Heap : 29 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.60/5.78	c 6	Converting to clausal form CSP
14.19/14.34	c 14	converted 7085 (10%) expressions
27.68/27.88	c 28	converted 14169 (20%) expressions
41.38/41.59	c 42	converted 21254 (30%) expressions
55.57/55.73	c 56	converted 28338 (40%) expressions
67.96/68.13	c 68	converted 35423 (50%) expressions
80.75/80.92	c 81	converted 42507 (60%) expressions
95.05/95.21	c 95	converted 49592 (70%) expressions
106.64/106.80	c 107	converted 56676 (80%) expressions
117.23/117.48	c 117	converted 63761 (90%) expressions
126.73/126.98	c 127	converted 70845 (100%) expressions
126.73/126.99	c 127	CSP : 19753 integers, 209502 booleans, 471071 clauses, largest domain size 2217
126.73/126.99	c 127	Heap : 392 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
126.73/126.99	c 127	Propagation in CSP
142.82/143.04	c 143	21400 values, 0 unsatisfiable literals, and 0 valid clauses are removed
142.82/143.05	c 143	CSP : 19753 integers, 209502 booleans, 471071 clauses, largest domain size 2217
142.82/143.05	c 143	Heap : 433 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
142.91/143.18	c 143	Simplifing CSP by introducing new Boolean variables
145.62/145.88	c 146	CSP : 19753 integers, 355110 booleans, 616679 clauses, largest domain size 2217
145.62/145.88	c 146	Heap : 470 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
148.12/148.32	c 148	Encoding CSP to SAT : HOME/temp.cnf
177.70/177.96	c 178	1976 (10%) CSP integer variables are encoded (1003671 clauses, 16851975 bytes)
193.48/193.79	c 194	3951 (20%) CSP integer variables are encoded (3373327 clauses, 61875439 bytes)
197.56/197.86	c 198	5926 (30%) CSP integer variables are encoded (6865696 clauses, 128230450 bytes)
201.73/203.18	c 203	7902 (40%) CSP integer variables are encoded (10383752 clauses, 195856385 bytes)
206.09/207.50	c 207	9877 (50%) CSP integer variables are encoded (13868119 clauses, 269028092 bytes)
210.32/212.47	c 212	11852 (60%) CSP integer variables are encoded (17366628 clauses, 342496781 bytes)
214.71/216.83	c 217	13828 (70%) CSP integer variables are encoded (20868368 clauses, 416033321 bytes)
219.06/221.22	c 221	15803 (80%) CSP integer variables are encoded (24373193 clauses, 489634646 bytes)
223.46/225.83	c 226	17778 (90%) CSP integer variables are encoded (27881430 clauses, 563307623 bytes)
227.80/231.32	c 231	19753 (100%) CSP integer variables are encoded (31360109 clauses, 636359882 bytes)
519.86/533.65	c 534	61668 (10%) CSP clauses are encoded (61275673 clauses, 1395052581 bytes)
884.69/906.25	c 906	123336 (20%) CSP clauses are encoded (88632994 clauses, 2097850434 bytes)
911.20/932.90	c 933	ERROR Exception Too large HOME/temp.cnf
911.20/932.90	c 933	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
911.29/932.90	c 933	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
911.29/932.90	c 933	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
911.29/932.90	s UNKNOWN
911.36/933.34	c 933	CPU 783.03 (0.03 0.01 783 128.34)
911.36/933.34	c 933	END Sat Jul  5 10:12:36 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-1087536-1215244622/watcher-1087536-1215244622 -o /tmp/evaluation-result-1087536-1215244622/solver-1087536-1215244622 -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/minisat -tmp=HOME/temp HOME/instance-1087536-1215244622.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: 1.92 1.98 1.99 4/81 15052
/proc/meminfo: memFree=1316408/2055920 swapFree=4169368/4192956
[pid=15052] ppid=15050 vsize=12268 CPUtime=0
/proc/15052/stat : 15052 (sugar) R 15050 15052 13410 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 258936111 12562432 319 996147200 4194304 4206940 548682068608 18446744073709551615 224264622817 0 0 4224 0 0 0 0 17 0 0 0
/proc/15052/statm: 3068 322 242 3 0 168 0

[startup+0.0523209 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 15052
/proc/meminfo: memFree=1316408/2055920 swapFree=4169368/4192956
[pid=15052] ppid=15050 vsize=13600 CPUtime=0.03
/proc/15052/stat : 15052 (sugar) S 15050 15052 13410 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 258936111 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15052/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101694 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 15052
/proc/meminfo: memFree=1316408/2055920 swapFree=4169368/4192956
[pid=15052] ppid=15050 vsize=13600 CPUtime=0.03
/proc/15052/stat : 15052 (sugar) S 15050 15052 13410 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 258936111 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15052/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301713 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 15052
/proc/meminfo: memFree=1316408/2055920 swapFree=4169368/4192956
[pid=15052] ppid=15050 vsize=13600 CPUtime=0.03
/proc/15052/stat : 15052 (sugar) S 15050 15052 13410 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 258936111 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15052/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701764 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 15052
/proc/meminfo: memFree=1316408/2055920 swapFree=4169368/4192956
[pid=15052] ppid=15050 vsize=13600 CPUtime=0.03
/proc/15052/stat : 15052 (sugar) S 15050 15052 13410 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 258936111 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15052/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50285 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 15064
/proc/meminfo: memFree=1279520/2055920 swapFree=4169368/4192956
[pid=15052] ppid=15050 vsize=13600 CPUtime=0.03
/proc/15052/stat : 15052 (sugar) S 15050 15052 13410 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 258936111 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15052/statm: 3400 796 370 3 0 500 0
[pid=15055] ppid=15052 vsize=5356 CPUtime=0
/proc/15055/stat : 15055 (sh) S 15052 15052 13410 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 258936115 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15055/statm: 1339 233 193 169 0 50 0
[pid=15056] ppid=15055 vsize=866676 CPUtime=1.43
/proc/15056/stat : 15056 (java) S 15055 15052 13410 0 -1 0 18493 0 1 0 133 10 0 0 18 0 9 0 258936115 887476224 15576 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15056/statm: 216669 15576 2529 9 0 211251 0
[pid=15056/tid=15057] ppid=15055 vsize=866676 CPUtime=0.74
/proc/15056/task/15057/stat : 15057 (java) R 15055 15052 13410 0 -1 64 3022 0 1 0 71 3 0 0 24 0 9 0 258936116 887476224 15576 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15056/tid=15058] ppid=15055 vsize=866676 CPUtime=0.58
/proc/15056/task/15058/stat : 15058 (java) R 15055 15052 13410 0 -1 64 14284 0 0 0 53 5 0 0 17 0 9 0 258936117 887476224 15576 996147200 134512640 134550740 4294956000 18446744073709551615 102731917 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15056/tid=15059] ppid=15055 vsize=866676 CPUtime=0
/proc/15056/task/15059/stat : 15059 (java) S 15055 15052 13410 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 258936117 887476224 15576 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15056/tid=15060] ppid=15055 vsize=866676 CPUtime=0
/proc/15056/task/15060/stat : 15060 (java) S 15055 15052 13410 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 258936118 887476224 15576 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15056/tid=15061] ppid=15055 vsize=866676 CPUtime=0
/proc/15056/task/15061/stat : 15061 (java) S 15055 15052 13410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258936119 887476224 15576 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15056/tid=15062] ppid=15055 vsize=866676 CPUtime=0.08
/proc/15056/task/15062/stat : 15062 (java) S 15055 15052 13410 0 -1 64 486 0 0 0 8 0 0 0 16 0 9 0 258936119 887476224 15576 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15056/tid=15063] ppid=15055 vsize=866676 CPUtime=0
/proc/15056/task/15063/stat : 15063 (java) S 15055 15052 13410 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 258936119 887476224 15576 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15056/tid=15064] ppid=15055 vsize=866676 CPUtime=0
/proc/15056/task/15064/stat : 15064 (java) S 15055 15052 13410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 258936119 887476224 15576 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) 885632

[startup+3.10302 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 15064
/proc/meminfo: memFree=1231968/2055920 swapFree=4169368/4192956
[pid=15052] ppid=15050 vsize=13600 CPUtime=0.03
/proc/15052/stat : 15052 (sugar) S 15050 15052 13410 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 258936111 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15052/statm: 3400 796 370 3 0 500 0
[pid=15055] ppid=15052 vsize=5356 CPUtime=0
/proc/15055/stat : 15055 (sh) S 15052 15052 13410 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 258936115 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15055/statm: 1339 233 193 169 0 50 0
[pid=15056] ppid=15055 vsize=864692 CPUtime=3.02
/proc/15056/stat : 15056 (java) S 15055 15052 13410 0 -1 0 33182 0 1 0 283 19 0 0 18 0 9 0 258936115 885444608 27782 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15056/statm: 216173 27782 2529 9 0 210755 0
[pid=15056/tid=15057] ppid=15055 vsize=864692 CPUtime=1.56
/proc/15056/task/15057/stat : 15057 (java) R 15055 15052 13410 0 -1 64 3869 0 1 0 152 4 0 0 25 0 9 0 258936116 885444608 27782 996147200 134512640 134550740 4294956000 18446744073709551615 4126746380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15056/tid=15058] ppid=15055 vsize=864692 CPUtime=1.29
/proc/15056/task/15058/stat : 15058 (java) S 15055 15052 13410 0 -1 64 28090 0 0 0 116 13 0 0 16 0 9 0 258936117 885444608 27782 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15056/tid=15059] ppid=15055 vsize=864692 CPUtime=0
/proc/15056/task/15059/stat : 15059 (java) S 15055 15052 13410 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 258936117 885444608 27782 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15056/tid=15060] ppid=15055 vsize=864692 CPUtime=0
/proc/15056/task/15060/stat : 15060 (java) S 15055 15052 13410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258936118 885444608 27782 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15056/tid=15061] ppid=15055 vsize=864692 CPUtime=0
/proc/15056/task/15061/stat : 15061 (java) S 15055 15052 13410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 258936119 885444608 27782 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15056/tid=15062] ppid=15055 vsize=864692 CPUtime=0.14
/proc/15056/task/15062/stat : 15062 (java) S 15055 15052 13410 0 -1 64 522 0 0 0 14 0 0 0 16 0 9 0 258936119 885444608 27782 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15056/tid=15063] ppid=15055 vsize=864692 CPUtime=0
/proc/15056/task/15063/stat : 15063 (java) S 15055 15052 13410 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 258936119 885444608 27782 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15056/tid=15064] ppid=15055 vsize=864692 CPUtime=0
/proc/15056/task/15064/stat : 15064 (java) S 15055 15052 13410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 258936119 885444608 27782 996147200 134512640 134550740 4294956000 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) 883648

[startup+6.30136 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 15074
/proc/meminfo: memFree=1281952/2055920 swapFree=4169368/4192956
[pid=15052] ppid=15050 vsize=13600 CPUtime=3.51
/proc/15052/stat : 15052 (sugar) S 15050 15052 13410 0 -1 4194304 974 33838 0 1 2 1 326 22 15 0 1 0 258936111 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15052/statm: 3400 797 370 3 0 500 0
[pid=15065] ppid=15052 vsize=5356 CPUtime=0
/proc/15065/stat : 15065 (sh) S 15052 15052 13410 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 258936471 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15065/statm: 1339 233 193 169 0 50 0
[pid=15066] ppid=15065 vsize=868428 CPUtime=2.68
/proc/15066/stat : 15066 (java) S 15065 15052 13410 0 -1 0 14538 0 1 0 259 9 0 0 20 0 9 0 258936471 889270272 13084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15066/statm: 217107 13084 2543 9 0 211682 0
[pid=15066/tid=15067] ppid=15065 vsize=868428 CPUtime=1.74
/proc/15066/task/15067/stat : 15067 (java) R 15065 15052 13410 0 -1 64 3080 0 1 0 172 2 0 0 25 0 9 0 258936472 889270272 13084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15068] ppid=15065 vsize=868428 CPUtime=0.73
/proc/15066/task/15068/stat : 15068 (java) S 15065 15052 13410 0 -1 64 9287 0 0 0 68 5 0 0 16 0 9 0 258936473 889270272 13084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15069] ppid=15065 vsize=868428 CPUtime=0
/proc/15066/task/15069/stat : 15069 (java) S 15065 15052 13410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258936473 889270272 13084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15070] ppid=15065 vsize=868428 CPUtime=0
/proc/15066/task/15070/stat : 15070 (java) S 15065 15052 13410 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 258936473 889270272 13084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15071] ppid=15065 vsize=868428 CPUtime=0
/proc/15066/task/15071/stat : 15071 (java) S 15065 15052 13410 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 258936475 889270272 13084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15072] ppid=15065 vsize=868428 CPUtime=0.18
/proc/15066/task/15072/stat : 15072 (java) R 15065 15052 13410 0 -1 64 1474 0 0 0 18 0 0 0 16 0 9 0 258936475 889270272 13084 996147200 134512640 134550740 4294955952 18446744073709551615 101660476 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15073] ppid=15065 vsize=868428 CPUtime=0
/proc/15066/task/15073/stat : 15073 (java) S 15065 15052 13410 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 258936475 889270272 13084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15074] ppid=15065 vsize=868428 CPUtime=0
/proc/15066/task/15074/stat : 15074 (java) S 15065 15052 13410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 258936475 889270272 13084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887384

[startup+12.702 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 15074
/proc/meminfo: memFree=1252640/2055920 swapFree=4169368/4192956
[pid=15052] ppid=15050 vsize=13600 CPUtime=3.51
/proc/15052/stat : 15052 (sugar) S 15050 15052 13410 0 -1 4194304 974 33838 0 1 2 1 326 22 15 0 1 0 258936111 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15052/statm: 3400 797 370 3 0 500 0
[pid=15065] ppid=15052 vsize=5356 CPUtime=0
/proc/15065/stat : 15065 (sh) S 15052 15052 13410 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 258936471 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15065/statm: 1339 233 193 169 0 50 0
[pid=15066] ppid=15065 vsize=868428 CPUtime=9.08
/proc/15066/stat : 15066 (java) S 15065 15052 13410 0 -1 0 24857 0 1 0 893 15 0 0 20 0 9 0 258936471 889270272 17658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15066/statm: 217107 17658 2541 9 0 211682 0
[pid=15066/tid=15067] ppid=15065 vsize=868428 CPUtime=7.36
/proc/15066/task/15067/stat : 15067 (java) R 15065 15052 13410 0 -1 64 3527 0 1 0 733 3 0 0 25 0 9 0 258936472 889270272 17658 996147200 134512640 134550740 4294955952 18446744073709551615 4126428766 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15068] ppid=15065 vsize=868428 CPUtime=1.48
/proc/15066/task/15068/stat : 15068 (java) S 15065 15052 13410 0 -1 64 19143 0 0 0 137 11 0 0 16 0 9 0 258936473 889270272 17658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15069] ppid=15065 vsize=868428 CPUtime=0
/proc/15066/task/15069/stat : 15069 (java) S 15065 15052 13410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258936473 889270272 17658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15070] ppid=15065 vsize=868428 CPUtime=0
/proc/15066/task/15070/stat : 15070 (java) S 15065 15052 13410 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 258936473 889270272 17658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15071] ppid=15065 vsize=868428 CPUtime=0
/proc/15066/task/15071/stat : 15071 (java) S 15065 15052 13410 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 258936475 889270272 17658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15072] ppid=15065 vsize=868428 CPUtime=0.21
/proc/15066/task/15072/stat : 15072 (java) S 15065 15052 13410 0 -1 64 1490 0 0 0 21 0 0 0 16 0 9 0 258936475 889270272 17658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15073] ppid=15065 vsize=868428 CPUtime=0
/proc/15066/task/15073/stat : 15073 (java) S 15065 15052 13410 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 258936475 889270272 17658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15074] ppid=15065 vsize=868428 CPUtime=0
/proc/15066/task/15074/stat : 15074 (java) S 15065 15052 13410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 258936475 889270272 17658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 887384

[startup+25.5024 s]
/proc/loadavg: 1.95 1.98 1.99 3/92 15074
/proc/meminfo: memFree=1214304/2055920 swapFree=4169368/4192956
[pid=15052] ppid=15050 vsize=13600 CPUtime=3.51
/proc/15052/stat : 15052 (sugar) S 15050 15052 13410 0 -1 4194304 974 33838 0 1 2 1 326 22 16 0 1 0 258936111 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15052/statm: 3400 797 370 3 0 500 0
[pid=15065] ppid=15052 vsize=5356 CPUtime=0
/proc/15065/stat : 15065 (sh) S 15052 15052 13410 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 258936471 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15065/statm: 1339 233 193 169 0 50 0
[pid=15066] ppid=15065 vsize=868428 CPUtime=21.87
/proc/15066/stat : 15066 (java) S 15065 15052 13410 0 -1 0 38020 0 1 0 2163 24 0 0 20 0 9 0 258936471 889270272 27030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15066/statm: 217107 27030 2541 9 0 211682 0
[pid=15066/tid=15067] ppid=15065 vsize=868428 CPUtime=18.85
/proc/15066/task/15067/stat : 15067 (java) R 15065 15052 13410 0 -1 64 4194 0 1 0 1881 4 0 0 25 0 9 0 258936472 889270272 27030 996147200 134512640 134550740 4294955952 18446744073709551615 4126571534 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15068] ppid=15065 vsize=868428 CPUtime=2.77
/proc/15066/task/15068/stat : 15068 (java) S 15065 15052 13410 0 -1 64 31629 0 0 0 259 18 0 0 16 0 9 0 258936473 889270272 27030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15069] ppid=15065 vsize=868428 CPUtime=0
/proc/15066/task/15069/stat : 15069 (java) S 15065 15052 13410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258936473 889270272 27030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15070] ppid=15065 vsize=868428 CPUtime=0
/proc/15066/task/15070/stat : 15070 (java) S 15065 15052 13410 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 258936473 889270272 27030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=15066/tid=15072] ppid=15065 vsize=868540 CPUtime=0.32
/proc/15066/task/15072/stat : 15072 (java) S 15065 15052 13410 0 -1 64 1550 0 0 0 32 0 0 0 16 0 9 0 258936475 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15073] ppid=15065 vsize=868540 CPUtime=0
/proc/15066/task/15073/stat : 15073 (java) S 15065 15052 13410 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 258936475 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15074] ppid=15065 vsize=868540 CPUtime=0
/proc/15066/task/15074/stat : 15074 (java) S 15065 15052 13410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 258936475 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 860.89
Current children cumulated vsize (KiB) 887496

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

[startup+895.902 s]
/proc/loadavg: 2.05 2.32 2.33 3/93 15168
/proc/meminfo: memFree=15632/2055920 swapFree=4180612/4192956
[pid=15052] ppid=15050 vsize=13600 CPUtime=3.52
/proc/15052/stat : 15052 (sugar) S 15050 15052 13410 0 -1 4194304 974 33838 0 1 3 1 326 22 16 0 1 0 258936111 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15052/statm: 3400 797 370 3 0 500 0
[pid=15065] ppid=15052 vsize=5356 CPUtime=0
/proc/15065/stat : 15065 (sh) S 15052 15052 13410 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 258936471 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15065/statm: 1339 233 193 169 0 50 0
[pid=15066] ppid=15065 vsize=868540 CPUtime=870.92
/proc/15066/stat : 15066 (java) S 15065 15052 13410 0 -1 0 154629 0 1 0 75642 11450 0 0 20 0 9 0 258936471 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15066/statm: 217135 122968 2566 9 0 211682 0
[pid=15066/tid=15067] ppid=15065 vsize=868540 CPUtime=850.21
/proc/15066/task/15067/stat : 15067 (java) R 15065 15052 13410 0 -1 64 11897 0 1 0 73655 11366 0 0 25 0 9 0 258936472 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15066/tid=15068] ppid=15065 vsize=868540 CPUtime=20.36
/proc/15066/task/15068/stat : 15068 (java) S 15065 15052 13410 0 -1 64 140485 0 0 0 1954 82 0 0 16 0 9 0 258936473 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15066/tid=15069] ppid=15065 vsize=868540 CPUtime=0
/proc/15066/task/15069/stat : 15069 (java) S 15065 15052 13410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258936473 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15070] ppid=15065 vsize=868540 CPUtime=0
/proc/15066/task/15070/stat : 15070 (java) S 15065 15052 13410 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 258936473 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15071] ppid=15065 vsize=868540 CPUtime=0
/proc/15066/task/15071/stat : 15071 (java) S 15065 15052 13410 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 258936475 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15072] ppid=15065 vsize=868540 CPUtime=0.32
/proc/15066/task/15072/stat : 15072 (java) S 15065 15052 13410 0 -1 64 1550 0 0 0 32 0 0 0 16 0 9 0 258936475 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15073] ppid=15065 vsize=868540 CPUtime=0
/proc/15066/task/15073/stat : 15073 (java) S 15065 15052 13410 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 258936475 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15074] ppid=15065 vsize=868540 CPUtime=0
/proc/15066/task/15074/stat : 15074 (java) S 15065 15052 13410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 258936475 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 874.44
Current children cumulated vsize (KiB) 887496

[startup+921.503 s]
/proc/loadavg: 2.03 2.29 2.32 3/93 15168
/proc/meminfo: memFree=14864/2055920 swapFree=4180612/4192956
[pid=15052] ppid=15050 vsize=13600 CPUtime=3.52
/proc/15052/stat : 15052 (sugar) S 15050 15052 13410 0 -1 4194304 974 33838 0 1 3 1 326 22 16 0 1 0 258936111 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15052/statm: 3400 797 370 3 0 500 0
[pid=15065] ppid=15052 vsize=5356 CPUtime=0
/proc/15065/stat : 15065 (sh) S 15052 15052 13410 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 258936471 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15065/statm: 1339 233 193 169 0 50 0
[pid=15066] ppid=15065 vsize=868540 CPUtime=896.42
/proc/15066/stat : 15066 (java) S 15065 15052 13410 0 -1 0 154656 0 1 0 77226 12416 0 0 20 0 9 0 258936471 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15066/statm: 217135 122968 2566 9 0 211682 0
[pid=15066/tid=15067] ppid=15065 vsize=868540 CPUtime=875.66
/proc/15066/task/15067/stat : 15067 (java) R 15065 15052 13410 0 -1 64 11924 0 1 0 75234 12332 0 0 25 0 9 0 258936472 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15066/tid=15068] ppid=15065 vsize=868540 CPUtime=20.4
/proc/15066/task/15068/stat : 15068 (java) S 15065 15052 13410 0 -1 64 140485 0 0 0 1958 82 0 0 16 0 9 0 258936473 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15066/tid=15069] ppid=15065 vsize=868540 CPUtime=0
/proc/15066/task/15069/stat : 15069 (java) S 15065 15052 13410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258936473 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15070] ppid=15065 vsize=868540 CPUtime=0
/proc/15066/task/15070/stat : 15070 (java) S 15065 15052 13410 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 258936473 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15071] ppid=15065 vsize=868540 CPUtime=0
/proc/15066/task/15071/stat : 15071 (java) S 15065 15052 13410 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 258936475 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15072] ppid=15065 vsize=868540 CPUtime=0.32
/proc/15066/task/15072/stat : 15072 (java) S 15065 15052 13410 0 -1 64 1550 0 0 0 32 0 0 0 16 0 9 0 258936475 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15073] ppid=15065 vsize=868540 CPUtime=0
/proc/15066/task/15073/stat : 15073 (java) S 15065 15052 13410 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 258936475 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15074] ppid=15065 vsize=868540 CPUtime=0
/proc/15066/task/15074/stat : 15074 (java) S 15065 15052 13410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 258936475 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 899.94
Current children cumulated vsize (KiB) 887496

[startup+927.902 s]
/proc/loadavg: 2.03 2.29 2.32 3/93 15168
/proc/meminfo: memFree=15184/2055920 swapFree=4180612/4192956
[pid=15052] ppid=15050 vsize=13600 CPUtime=3.52
/proc/15052/stat : 15052 (sugar) S 15050 15052 13410 0 -1 4194304 974 33838 0 1 3 1 326 22 16 0 1 0 258936111 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15052/statm: 3400 797 370 3 0 500 0
[pid=15065] ppid=15052 vsize=5356 CPUtime=0
/proc/15065/stat : 15065 (sh) S 15052 15052 13410 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 258936471 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15065/statm: 1339 233 193 169 0 50 0
[pid=15066] ppid=15065 vsize=868540 CPUtime=902.79
/proc/15066/stat : 15066 (java) S 15065 15052 13410 0 -1 0 154662 0 1 0 77649 12630 0 0 20 0 9 0 258936471 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15066/statm: 217135 122968 2566 9 0 211682 0
[pid=15066/tid=15067] ppid=15065 vsize=868540 CPUtime=882.02
/proc/15066/task/15067/stat : 15067 (java) R 15065 15052 13410 0 -1 64 11930 0 1 0 75656 12546 0 0 25 0 9 0 258936472 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15066/tid=15068] ppid=15065 vsize=868540 CPUtime=20.41
/proc/15066/task/15068/stat : 15068 (java) S 15065 15052 13410 0 -1 64 140485 0 0 0 1959 82 0 0 16 0 9 0 258936473 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15066/tid=15069] ppid=15065 vsize=868540 CPUtime=0
/proc/15066/task/15069/stat : 15069 (java) S 15065 15052 13410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258936473 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15070] ppid=15065 vsize=868540 CPUtime=0
/proc/15066/task/15070/stat : 15070 (java) S 15065 15052 13410 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 258936473 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15071] ppid=15065 vsize=868540 CPUtime=0
/proc/15066/task/15071/stat : 15071 (java) S 15065 15052 13410 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 258936475 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15072] ppid=15065 vsize=868540 CPUtime=0.32
/proc/15066/task/15072/stat : 15072 (java) S 15065 15052 13410 0 -1 64 1550 0 0 0 32 0 0 0 16 0 9 0 258936475 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15073] ppid=15065 vsize=868540 CPUtime=0
/proc/15066/task/15073/stat : 15073 (java) S 15065 15052 13410 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 258936475 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15074] ppid=15065 vsize=868540 CPUtime=0
/proc/15066/task/15074/stat : 15074 (java) S 15065 15052 13410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 258936475 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 906.31
Current children cumulated vsize (KiB) 887496

[startup+931.102 s]
/proc/loadavg: 2.03 2.28 2.32 3/93 15168
/proc/meminfo: memFree=15440/2055920 swapFree=4180612/4192956
[pid=15052] ppid=15050 vsize=13600 CPUtime=3.52
/proc/15052/stat : 15052 (sugar) S 15050 15052 13410 0 -1 4194304 974 33838 0 1 3 1 326 22 16 0 1 0 258936111 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15052/statm: 3400 797 370 3 0 500 0
[pid=15065] ppid=15052 vsize=5356 CPUtime=0
/proc/15065/stat : 15065 (sh) S 15052 15052 13410 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 258936471 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15065/statm: 1339 233 193 169 0 50 0
[pid=15066] ppid=15065 vsize=868540 CPUtime=905.98
/proc/15066/stat : 15066 (java) S 15065 15052 13410 0 -1 0 154665 0 1 0 77856 12742 0 0 20 0 9 0 258936471 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15066/statm: 217135 122968 2566 9 0 211682 0
[pid=15066/tid=15067] ppid=15065 vsize=868540 CPUtime=885.21
/proc/15066/task/15067/stat : 15067 (java) R 15065 15052 13410 0 -1 64 11933 0 1 0 75863 12658 0 0 25 0 9 0 258936472 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4127030874 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15066/tid=15068] ppid=15065 vsize=868540 CPUtime=20.42
/proc/15066/task/15068/stat : 15068 (java) S 15065 15052 13410 0 -1 64 140485 0 0 0 1960 82 0 0 16 0 9 0 258936473 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15066/tid=15069] ppid=15065 vsize=868540 CPUtime=0
/proc/15066/task/15069/stat : 15069 (java) S 15065 15052 13410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 258936473 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15070] ppid=15065 vsize=868540 CPUtime=0
/proc/15066/task/15070/stat : 15070 (java) S 15065 15052 13410 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 258936473 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15071] ppid=15065 vsize=868540 CPUtime=0
/proc/15066/task/15071/stat : 15071 (java) S 15065 15052 13410 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 258936475 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15072] ppid=15065 vsize=868540 CPUtime=0.32
/proc/15066/task/15072/stat : 15072 (java) S 15065 15052 13410 0 -1 64 1550 0 0 0 32 0 0 0 16 0 9 0 258936475 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15073] ppid=15065 vsize=868540 CPUtime=0
/proc/15066/task/15073/stat : 15073 (java) S 15065 15052 13410 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 258936475 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15066/tid=15074] ppid=15065 vsize=868540 CPUtime=0
/proc/15066/task/15074/stat : 15074 (java) S 15065 15052 13410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 258936475 889384960 122968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 909.5
Current children cumulated vsize (KiB) 887496

[startup+934.301 s]
/proc/loadavg: 2.03 2.28 2.32 3/83 15168
/proc/meminfo: memFree=1198560/2055920 swapFree=4180612/4192956
[pid=15052] ppid=15050 vsize=13600 CPUtime=911.76
/proc/15052/stat : 15052 (sugar) D 15050 15052 13410 0 -1 4194304 996 188803 0 3 3 39 78300 12834 18 0 1 0 258936111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15052/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 911.76
Current children cumulated vsize (KiB) 13600

[startup+935.101 s]
/proc/loadavg: 2.02 2.28 2.32 2/83 15168
/proc/meminfo: memFree=1218848/2055920 swapFree=4180612/4192956
[pid=15052] ppid=15050 vsize=13600 CPUtime=911.79
/proc/15052/stat : 15052 (sugar) D 15050 15052 13410 0 -1 4194304 996 188803 0 3 3 42 78300 12834 18 0 1 0 258936111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15052/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 911.79
Current children cumulated vsize (KiB) 13600

[startup+935.901 s]
/proc/loadavg: 2.02 2.28 2.32 2/83 15168
/proc/meminfo: memFree=1218848/2055920 swapFree=4180612/4192956
[pid=15052] ppid=15050 vsize=13600 CPUtime=911.84
/proc/15052/stat : 15052 (sugar) D 15050 15052 13410 0 -1 4194304 996 188803 0 3 3 47 78300 12834 18 0 1 0 258936111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15052/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 911.84
Current children cumulated vsize (KiB) 13600

[startup+936.106 s]
/proc/loadavg: 2.02 2.28 2.32 2/83 15168
/proc/meminfo: memFree=1218208/2055920 swapFree=4180612/4192956
[pid=15052] ppid=15050 vsize=13600 CPUtime=911.85
/proc/15052/stat : 15052 (sugar) D 15050 15052 13410 0 -1 4194304 996 188803 0 3 3 48 78300 12834 18 0 1 0 258936111 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15052/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 911.85
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 936.201
CPU time (s): 911.879
CPU user time (s): 783.043
CPU system time (s): 128.836
CPU usage (%): 97.4021
Max. virtual memory (cumulated for all children) (KiB): 901640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 783.043
system time used= 128.836
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189829
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39699
involuntary context switches= 42478

runsolver used 1.24081 second user time and 3.07853 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-05 09:57:03
IDJOB=1087536
IDBENCH=58009
IDSOLVER=346
FILE ID=node82/1087536-1215244622
PBS_JOBID= 7881903
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp29/normalized-fapp29-2900-1.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087536-1215244622/watcher-1087536-1215244622 -o /tmp/evaluation-result-1087536-1215244622/solver-1087536-1215244622 -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/minisat" -tmp="HOME/temp" HOME/instance-1087536-1215244622.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 503f420cf175bc8344ce8ddb2abd3699
RANDOM SEED=1319949726

node82.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1316888 kB
Buffers:         93584 kB
Cached:         325224 kB
SwapCached:      17956 kB
Active:         403904 kB
Inactive:       280888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1316888 kB
SwapTotal:     4192956 kB
SwapFree:      4169368 kB
Dirty:           10804 kB
Writeback:           0 kB
Mapped:         267276 kB
Slab:            39116 kB
Committed_AS:  1431832 kB
PageTables:       2252 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node82 at 2008-07-05 10:12:39