Trace number 2083027

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? 710.702 723.624

General information on the benchmark

Namecsp/fapp/fapp40/
normalized-fapp40-3000-10.xml
MD5SUM6cee6301fe32a4b3c9ce453d6c18bf37
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark91.5551
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints53548
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension53548
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:28:05 2009
0.00/0.08	c 0	PID 26632
0.07/0.08	c 0	HOST node19.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2083027-1247376484.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083027-1247376484.xml' 'HOME/temp.csp'
3.24/3.33	c 3	14 domains, 3000 variables, 8 predicates, 0 relations, 53548 constraints
3.24/3.39	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.24/3.39	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.30/3.47	c 3	Parsing HOME/temp.csp
3.30/3.66	c 3	parsed 10000 expressions
3.30/3.81	c 4	parsed 20000 expressions
3.30/3.99	c 4	parsed 30000 expressions
3.30/4.20	c 4	parsed 40000 expressions
4.19/4.33	c 4	parsed 50000 expressions
4.29/4.41	c 4	parsed 56570 expressions
4.29/4.42	c 4	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.29/4.42	c 4	Converting to clausal form CSP
12.19/12.43	c 12	converted 5657 (10%) expressions
26.64/27.06	c 27	converted 11314 (20%) expressions
41.38/41.99	c 42	converted 16971 (30%) expressions
55.53/56.28	c 56	converted 22628 (40%) expressions
69.78/70.60	c 70	converted 28285 (50%) expressions
83.15/84.17	c 84	converted 33942 (60%) expressions
96.22/97.33	c 97	converted 39599 (70%) expressions
109.09/110.32	c 110	converted 45256 (80%) expressions
122.25/123.67	c 123	converted 50913 (90%) expressions
132.75/134.30	c 134	converted 56570 (100%) expressions
132.84/134.31	c 134	CSP : 16130 integers, 153531 booleans, 352495 clauses, largest domain size 4543
132.84/134.31	c 134	Heap : 205 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
132.84/134.31	c 134	Propagation in CSP
147.70/149.32	c 149	1470 values, 0 unsatisfiable literals, and 0 valid clauses are removed
147.70/149.33	c 149	CSP : 16130 integers, 153531 booleans, 352495 clauses, largest domain size 4543
147.70/149.33	c 149	Heap : 221 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
147.80/149.42	c 149	Simplifing CSP by introducing new Boolean variables
148.69/150.32	c 150	CSP : 16130 integers, 284319 booleans, 483283 clauses, largest domain size 4543
148.69/150.32	c 150	Heap : 249 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
150.27/151.95	c 152	Encoding CSP to SAT : HOME/temp.cnf
188.99/191.08	c 191	1613 (10%) CSP integer variables are encoded (1000363 clauses, 16788325 bytes)
223.75/226.11	c 226	3226 (20%) CSP integer variables are encoded (2878110 clauses, 52465518 bytes)
232.58/235.19	c 235	4839 (30%) CSP integer variables are encoded (9893499 clauses, 185757909 bytes)
242.14/244.95	c 245	6452 (40%) CSP integer variables are encoded (16808422 clauses, 330768019 bytes)
251.78/254.90	c 255	8065 (50%) CSP integer variables are encoded (23799465 clauses, 477579922 bytes)
261.32/264.78	c 265	9678 (60%) CSP integer variables are encoded (30801446 clauses, 624621523 bytes)
270.96/274.62	c 274	11291 (70%) CSP integer variables are encoded (37749131 clauses, 770522908 bytes)
280.59/284.72	c 284	12904 (80%) CSP integer variables are encoded (44766838 clauses, 917894755 bytes)
290.05/294.54	c 294	14517 (90%) CSP integer variables are encoded (51649717 clauses, 1062435214 bytes)
299.13/304.02	c 304	16130 (100%) CSP integer variables are encoded (58532088 clauses, 1206965005 bytes)
456.16/463.36	c 463	48329 (10%) CSP clauses are encoded (85052134 clauses, 1944708277 bytes)
607.31/616.77	c 616	96657 (20%) CSP clauses are encoded (110796060 clauses, 2698744991 bytes)
709.69/720.19	c 720	ERROR Exception Too large HOME/temp.cnf
709.69/720.19	c 720	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
709.69/720.19	c 720	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
709.69/720.19	c 720	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
709.69/720.19	s UNKNOWN
709.78/720.25	c 720	CPU 709.83 (0.06 0.02 690.32 19.43)
709.78/720.25	c 720	END Sun Jul 12 07:40:05 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083027-1247376484/watcher-2083027-1247376484 -o /tmp/evaluation-result-2083027-1247376484/solver-2083027-1247376484 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083027-1247376484.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.13 2.09 2.01 4/81 26632
/proc/meminfo: memFree=1553864/2055920 swapFree=4192812/4192956
[pid=26632] ppid=26630 vsize=12000 CPUtime=0
/proc/26632/stat : 26632 (sugar) R 26630 26632 26595 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 24715105 12288000 168 996147200 4194304 4206940 548682068608 18446744073709551615 255250723522 0 0 4224 0 0 0 0 17 1 0 0
/proc/26632/statm: 3000 168 129 3 0 100 0

[startup+0.0836441 s]
/proc/loadavg: 2.13 2.09 2.01 4/81 26632
/proc/meminfo: memFree=1553864/2055920 swapFree=4192812/4192956
[pid=26632] ppid=26630 vsize=16740 CPUtime=0.07
/proc/26632/stat : 26632 (sugar) S 26630 26632 26595 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 24715105 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26632/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102664 s]
/proc/loadavg: 2.13 2.09 2.01 4/81 26632
/proc/meminfo: memFree=1553864/2055920 swapFree=4192812/4192956
[pid=26632] ppid=26630 vsize=16868 CPUtime=0.07
/proc/26632/stat : 26632 (sugar) S 26630 26632 26595 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24715105 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26632/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30246 s]
/proc/loadavg: 2.13 2.09 2.01 4/81 26632
/proc/meminfo: memFree=1553864/2055920 swapFree=4192812/4192956
[pid=26632] ppid=26630 vsize=16868 CPUtime=0.07
/proc/26632/stat : 26632 (sugar) S 26630 26632 26595 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24715105 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26632/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702506 s]
/proc/loadavg: 2.13 2.09 2.01 4/81 26632
/proc/meminfo: memFree=1553864/2055920 swapFree=4192812/4192956
[pid=26632] ppid=26630 vsize=16868 CPUtime=0.07
/proc/26632/stat : 26632 (sugar) S 26630 26632 26595 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24715105 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26632/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5016 s]
/proc/loadavg: 2.13 2.09 2.01 4/92 26644
/proc/meminfo: memFree=1525232/2055920 swapFree=4192812/4192956
[pid=26632] ppid=26630 vsize=16868 CPUtime=0.07
/proc/26632/stat : 26632 (sugar) S 26630 26632 26595 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24715105 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26632/statm: 4217 1111 409 3 0 796 0
[pid=26635] ppid=26632 vsize=5356 CPUtime=0
/proc/26635/stat : 26635 (sh) S 26632 26632 26595 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 24715114 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26635/statm: 1339 233 193 169 0 50 0
[pid=26636] ppid=26635 vsize=864776 CPUtime=1.38
/proc/26636/stat : 26636 (java) S 26635 26632 26595 0 -1 0 15666 0 1 0 130 8 0 0 18 0 9 0 24715114 885530624 13707 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26636/statm: 216194 13707 2557 9 0 210706 0
[pid=26636/tid=26637] ppid=26635 vsize=864776 CPUtime=0.8
/proc/26636/task/26637/stat : 26637 (java) R 26635 26632 26595 0 -1 64 3041 0 1 0 78 2 0 0 24 0 9 0 24715115 885530624 13707 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26636/tid=26638] ppid=26635 vsize=864776 CPUtime=0.45
/proc/26636/task/26638/stat : 26638 (java) R 26635 26632 26595 0 -1 64 11425 0 0 0 41 4 0 0 16 0 9 0 24715116 885530624 13707 996147200 134512640 134550932 4294955984 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26636/tid=26639] ppid=26635 vsize=864776 CPUtime=0
/proc/26636/task/26639/stat : 26639 (java) S 26635 26632 26595 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24715117 885530624 13707 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26636/tid=26640] ppid=26635 vsize=864776 CPUtime=0
/proc/26636/task/26640/stat : 26640 (java) S 26635 26632 26595 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24715117 885530624 13707 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26636/tid=26641] ppid=26635 vsize=864776 CPUtime=0
/proc/26636/task/26641/stat : 26641 (java) S 26635 26632 26595 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24715119 885530624 13707 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26636/tid=26642] ppid=26635 vsize=864776 CPUtime=0.09
/proc/26636/task/26642/stat : 26642 (java) S 26635 26632 26595 0 -1 64 496 0 0 0 9 0 0 0 16 0 9 0 24715119 885530624 13707 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26636/tid=26643] ppid=26635 vsize=864776 CPUtime=0
/proc/26636/task/26643/stat : 26643 (java) S 26635 26632 26595 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24715119 885530624 13707 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26636/tid=26644] ppid=26635 vsize=864776 CPUtime=0
/proc/26636/task/26644/stat : 26644 (java) R 26635 26632 26595 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24715119 885530624 13707 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887000

[startup+3.10177 s]
/proc/loadavg: 2.12 2.08 2.01 5/92 26644
/proc/meminfo: memFree=1481904/2055920 swapFree=4192812/4192956
[pid=26632] ppid=26630 vsize=16868 CPUtime=0.07
/proc/26632/stat : 26632 (sugar) S 26630 26632 26595 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24715105 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26632/statm: 4217 1111 409 3 0 796 0
[pid=26635] ppid=26632 vsize=5356 CPUtime=0
/proc/26635/stat : 26635 (sh) S 26632 26632 26595 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 24715114 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26635/statm: 1339 233 193 169 0 50 0
[pid=26636] ppid=26635 vsize=864796 CPUtime=2.97
/proc/26636/stat : 26636 (java) S 26635 26632 26595 0 -1 0 27030 0 1 0 283 14 0 0 18 0 9 0 24715114 885551104 23123 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26636/statm: 216199 23123 2557 9 0 210711 0
[pid=26636/tid=26637] ppid=26635 vsize=864796 CPUtime=1.58
/proc/26636/task/26637/stat : 26637 (java) R 26635 26632 26595 0 -1 64 3918 0 1 0 155 3 0 0 25 0 9 0 24715115 885551104 23123 996147200 134512640 134550932 4294955984 18446744073709551615 4126725064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26636/tid=26638] ppid=26635 vsize=864796 CPUtime=1.21
/proc/26636/task/26638/stat : 26638 (java) S 26635 26632 26595 0 -1 64 21872 0 0 0 112 9 0 0 16 0 9 0 24715116 885551104 23123 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26636/tid=26639] ppid=26635 vsize=864796 CPUtime=0
/proc/26636/task/26639/stat : 26639 (java) S 26635 26632 26595 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24715117 885551104 23123 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26636/tid=26640] ppid=26635 vsize=864796 CPUtime=0
/proc/26636/task/26640/stat : 26640 (java) S 26635 26632 26595 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24715117 885551104 23123 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26636/tid=26641] ppid=26635 vsize=864796 CPUtime=0
/proc/26636/task/26641/stat : 26641 (java) S 26635 26632 26595 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24715119 885551104 23123 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26636/tid=26642] ppid=26635 vsize=864796 CPUtime=0.15
/proc/26636/task/26642/stat : 26642 (java) S 26635 26632 26595 0 -1 64 536 0 0 0 15 0 0 0 16 0 9 0 24715119 885551104 23123 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26636/tid=26643] ppid=26635 vsize=864796 CPUtime=0
/proc/26636/task/26643/stat : 26643 (java) S 26635 26632 26595 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24715119 885551104 23123 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26636/tid=26644] ppid=26635 vsize=864796 CPUtime=0
/proc/26636/task/26644/stat : 26644 (java) S 26635 26632 26595 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24715119 885551104 23123 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887020

[startup+6.30211 s]
/proc/loadavg: 2.12 2.08 2.01 3/92 26654
/proc/meminfo: memFree=1507952/2055920 swapFree=4192812/4192956
[pid=26632] ppid=26630 vsize=16868 CPUtime=3.3
/proc/26632/stat : 26632 (sugar) S 26630 26632 26595 0 -1 4194304 1309 27538 0 1 5 2 306 17 16 0 1 0 24715105 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26632/statm: 4217 1111 409 3 0 796 0
[pid=26645] ppid=26632 vsize=5356 CPUtime=0
/proc/26645/stat : 26645 (sh) S 26632 26632 26595 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24715444 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26645/statm: 1339 233 193 169 0 50 0
[pid=26646] ppid=26645 vsize=868504 CPUtime=2.86
/proc/26646/stat : 26646 (java) S 26645 26632 26595 0 -1 0 13413 0 1 0 278 8 0 0 18 0 9 0 24715445 889348096 12039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26646/statm: 217126 12039 2570 9 0 211631 0
[pid=26646/tid=26647] ppid=26645 vsize=868504 CPUtime=2.02
/proc/26646/task/26647/stat : 26647 (java) R 26645 26632 26595 0 -1 64 2879 0 1 0 200 2 0 0 25 0 9 0 24715446 889348096 12039 996147200 134512640 134550932 4294955936 18446744073709551615 4126510135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26648] ppid=26645 vsize=868504 CPUtime=0.61
/proc/26646/task/26648/stat : 26648 (java) S 26645 26632 26595 0 -1 64 8355 0 0 0 57 4 0 0 16 0 9 0 24715447 889348096 12039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26649] ppid=26645 vsize=868504 CPUtime=0
/proc/26646/task/26649/stat : 26649 (java) S 26645 26632 26595 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24715447 889348096 12039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26650] ppid=26645 vsize=868504 CPUtime=0
/proc/26646/task/26650/stat : 26650 (java) S 26645 26632 26595 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24715447 889348096 12039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26651] ppid=26645 vsize=868504 CPUtime=0
/proc/26646/task/26651/stat : 26651 (java) S 26645 26632 26595 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24715449 889348096 12039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26652] ppid=26645 vsize=868504 CPUtime=0.19
/proc/26646/task/26652/stat : 26652 (java) S 26645 26632 26595 0 -1 64 1477 0 0 0 18 1 0 0 15 0 9 0 24715449 889348096 12039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26653] ppid=26645 vsize=868504 CPUtime=0
/proc/26646/task/26653/stat : 26653 (java) S 26645 26632 26595 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24715449 889348096 12039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26654] ppid=26645 vsize=868504 CPUtime=0
/proc/26646/task/26654/stat : 26654 (java) S 26645 26632 26595 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24715449 889348096 12039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890728

[startup+12.7038 s]
/proc/loadavg: 2.10 2.08 2.01 3/92 26654
/proc/meminfo: memFree=1496880/2055920 swapFree=4192812/4192956
[pid=26632] ppid=26630 vsize=16868 CPUtime=3.3
/proc/26632/stat : 26632 (sugar) S 26630 26632 26595 0 -1 4194304 1309 27538 0 1 5 2 306 17 16 0 1 0 24715105 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26632/statm: 4217 1111 409 3 0 796 0
[pid=26645] ppid=26632 vsize=5356 CPUtime=0
/proc/26645/stat : 26645 (sh) S 26632 26632 26595 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24715444 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26645/statm: 1339 233 193 169 0 50 0
[pid=26646] ppid=26645 vsize=868504 CPUtime=9.19
/proc/26646/stat : 26646 (java) S 26645 26632 26595 0 -1 0 15770 0 1 0 907 12 0 0 18 0 9 0 24715445 889348096 14127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26646/statm: 217126 14127 2570 9 0 211631 0
[pid=26646/tid=26647] ppid=26645 vsize=868504 CPUtime=7.93
/proc/26646/task/26647/stat : 26647 (java) R 26645 26632 26595 0 -1 64 3148 0 1 0 790 3 0 0 25 0 9 0 24715446 889348096 14127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26648] ppid=26645 vsize=868504 CPUtime=1.01
/proc/26646/task/26648/stat : 26648 (java) S 26645 26632 26595 0 -1 64 10434 0 0 0 95 6 0 0 15 0 9 0 24715447 889348096 14127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26649] ppid=26645 vsize=868504 CPUtime=0
/proc/26646/task/26649/stat : 26649 (java) S 26645 26632 26595 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24715447 889348096 14127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26650] ppid=26645 vsize=868504 CPUtime=0
/proc/26646/task/26650/stat : 26650 (java) S 26645 26632 26595 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24715447 889348096 14127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26651] ppid=26645 vsize=868504 CPUtime=0
/proc/26646/task/26651/stat : 26651 (java) S 26645 26632 26595 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24715449 889348096 14127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26652] ppid=26645 vsize=868504 CPUtime=0.22
/proc/26646/task/26652/stat : 26652 (java) S 26645 26632 26595 0 -1 64 1486 0 0 0 21 1 0 0 16 0 9 0 24715449 889348096 14127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26653] ppid=26645 vsize=868504 CPUtime=0
/proc/26646/task/26653/stat : 26653 (java) S 26645 26632 26595 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24715449 889348096 14127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26654] ppid=26645 vsize=868504 CPUtime=0
/proc/26646/task/26654/stat : 26654 (java) S 26645 26632 26595 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24715449 889348096 14127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890728

[startup+25.5022 s]
/proc/loadavg: 2.09 2.08 2.01 3/92 26654
/proc/meminfo: memFree=1471664/2055920 swapFree=4192812/4192956
[pid=26632] ppid=26630 vsize=16868 CPUtime=3.3
/proc/26632/stat : 26632 (sugar) S 26630 26632 26595 0 -1 4194304 1309 27538 0 1 5 2 306 17 16 0 1 0 24715105 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26632/statm: 4217 1111 409 3 0 796 0
[pid=26645] ppid=26632 vsize=5356 CPUtime=0
/proc/26645/stat : 26645 (sh) S 26632 26632 26595 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24715444 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26645/statm: 1339 233 193 169 0 50 0
[pid=26646] ppid=26645 vsize=868504 CPUtime=21.85
/proc/26646/stat : 26646 (java) S 26645 26632 26595 0 -1 0 24744 0 1 0 2164 21 0 0 18 0 9 0 24715445 889348096 19198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26646/statm: 217126 19198 2568 9 0 211631 0
[pid=26646/tid=26647] ppid=26645 vsize=868504 CPUtime=19.48
/proc/26646/task/26647/stat : 26647 (java) R 26645 26632 26595 0 -1 64 3804 0 1 0 1943 5 0 0 25 0 9 0 24715446 889348096 19198 996147200 134512640 134550932 4294955936 18446744073709551615 4126448563 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26648] ppid=26645 vsize=868504 CPUtime=2.12
/proc/26646/task/26648/stat : 26648 (java) S 26645 26632 26595 0 -1 64 18743 0 0 0 198 14 0 0 16 0 9 0 24715447 889348096 19198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26649] ppid=26645 vsize=868504 CPUtime=0
/proc/26646/task/26649/stat : 26649 (java) S 26645 26632 26595 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24715447 889348096 19198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26650] ppid=26645 vsize=868504 CPUtime=0
/proc/26646/task/26650/stat : 26650 (java) S 26645 26632 26595 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24715447 889348096 19198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26651] ppid=26645 vsize=868504 CPUtime=0

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

[startup+702.303 s]
/proc/loadavg: 3.07 2.71 2.35 3/93 26697
/proc/meminfo: memFree=15144/2055920 swapFree=4192812/4192956
[pid=26632] ppid=26630 vsize=16868 CPUtime=3.31
/proc/26632/stat : 26632 (sugar) S 26630 26632 26595 0 -1 4194304 1310 27538 0 1 6 2 306 17 16 0 1 0 24715105 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26632/statm: 4217 1111 409 3 0 796 0
[pid=26645] ppid=26632 vsize=5356 CPUtime=0
/proc/26645/stat : 26645 (sh) S 26632 26632 26595 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24715444 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26645/statm: 1339 233 193 169 0 50 0
[pid=26646] ppid=26645 vsize=868616 CPUtime=688.73
/proc/26646/stat : 26646 (java) S 26645 26632 26595 0 -1 0 97572 0 1 0 67002 1871 0 0 18 0 9 0 24715445 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26646/statm: 217154 73941 2593 9 0 211631 0
[pid=26646/tid=26647] ppid=26645 vsize=868616 CPUtime=672.23
/proc/26646/task/26647/stat : 26647 (java) R 26645 26632 26595 0 -1 64 10225 0 1 0 65432 1791 0 0 25 0 9 0 24715446 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4126896872 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26646/tid=26648] ppid=26645 vsize=868616 CPUtime=16.14
/proc/26646/task/26648/stat : 26648 (java) S 26645 26632 26595 0 -1 64 85097 0 0 0 1536 78 0 0 16 0 9 0 24715447 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26646/tid=26649] ppid=26645 vsize=868616 CPUtime=0
/proc/26646/task/26649/stat : 26649 (java) S 26645 26632 26595 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24715447 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26650] ppid=26645 vsize=868616 CPUtime=0
/proc/26646/task/26650/stat : 26650 (java) S 26645 26632 26595 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24715447 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26651] ppid=26645 vsize=868616 CPUtime=0
/proc/26646/task/26651/stat : 26651 (java) S 26645 26632 26595 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24715449 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26652] ppid=26645 vsize=868616 CPUtime=0.33
/proc/26646/task/26652/stat : 26652 (java) S 26645 26632 26595 0 -1 64 1548 0 0 0 32 1 0 0 16 0 9 0 24715449 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26646/tid=26653] ppid=26645 vsize=868616 CPUtime=0
/proc/26646/task/26653/stat : 26653 (java) S 26645 26632 26595 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24715449 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26654] ppid=26645 vsize=868616 CPUtime=0
/proc/26646/task/26654/stat : 26654 (java) S 26645 26632 26595 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24715449 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 692.04
Current children cumulated vsize (KiB) 890840

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

[startup+703.901 s]
/proc/loadavg: 3.07 2.71 2.35 3/93 26697
/proc/meminfo: memFree=15144/2055920 swapFree=4192812/4192956
[pid=26632] ppid=26630 vsize=16868 CPUtime=3.31
/proc/26632/stat : 26632 (sugar) S 26630 26632 26595 0 -1 4194304 1310 27538 0 1 6 2 306 17 16 0 1 0 24715105 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26632/statm: 4217 1111 409 3 0 796 0
[pid=26645] ppid=26632 vsize=5356 CPUtime=0
/proc/26645/stat : 26645 (sh) S 26632 26632 26595 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24715444 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26645/statm: 1339 233 193 169 0 50 0
[pid=26646] ppid=26645 vsize=868616 CPUtime=690.32
/proc/26646/stat : 26646 (java) S 26645 26632 26595 0 -1 0 97580 0 1 0 67157 1875 0 0 18 0 9 0 24715445 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26646/statm: 217154 73941 2593 9 0 211631 0
[pid=26646/tid=26647] ppid=26645 vsize=868616 CPUtime=673.81
/proc/26646/task/26647/stat : 26647 (java) R 26645 26632 26595 0 -1 64 10233 0 1 0 65587 1794 0 0 25 0 9 0 24715446 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26646/tid=26648] ppid=26645 vsize=868616 CPUtime=16.15
/proc/26646/task/26648/stat : 26648 (java) S 26645 26632 26595 0 -1 64 85097 0 0 0 1537 78 0 0 16 0 9 0 24715447 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26646/tid=26649] ppid=26645 vsize=868616 CPUtime=0
/proc/26646/task/26649/stat : 26649 (java) S 26645 26632 26595 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24715447 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26650] ppid=26645 vsize=868616 CPUtime=0
/proc/26646/task/26650/stat : 26650 (java) S 26645 26632 26595 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24715447 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26651] ppid=26645 vsize=868616 CPUtime=0
/proc/26646/task/26651/stat : 26651 (java) S 26645 26632 26595 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24715449 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26652] ppid=26645 vsize=868616 CPUtime=0.33
/proc/26646/task/26652/stat : 26652 (java) S 26645 26632 26595 0 -1 64 1548 0 0 0 32 1 0 0 16 0 9 0 24715449 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26646/tid=26653] ppid=26645 vsize=868616 CPUtime=0
/proc/26646/task/26653/stat : 26653 (java) S 26645 26632 26595 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24715449 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26654] ppid=26645 vsize=868616 CPUtime=0
/proc/26646/task/26654/stat : 26654 (java) R 26645 26632 26595 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24715449 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 693.63
Current children cumulated vsize (KiB) 890840

[startup+716.702 s]
/proc/loadavg: 3.06 2.72 2.36 3/93 26697
/proc/meminfo: memFree=15144/2055920 swapFree=4192812/4192956
[pid=26632] ppid=26630 vsize=16868 CPUtime=3.31
/proc/26632/stat : 26632 (sugar) S 26630 26632 26595 0 -1 4194304 1310 27538 0 1 6 2 306 17 16 0 1 0 24715105 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26632/statm: 4217 1111 409 3 0 796 0
[pid=26645] ppid=26632 vsize=5356 CPUtime=0
/proc/26645/stat : 26645 (sh) S 26632 26632 26595 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24715444 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26645/statm: 1339 233 193 169 0 50 0
[pid=26646] ppid=26645 vsize=868616 CPUtime=703
/proc/26646/stat : 26646 (java) S 26645 26632 26595 0 -1 0 97641 0 1 0 68388 1912 0 0 18 0 9 0 24715445 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26646/statm: 217154 73941 2593 9 0 211631 0
[pid=26646/tid=26647] ppid=26645 vsize=868616 CPUtime=686.43
/proc/26646/task/26647/stat : 26647 (java) R 26645 26632 26595 0 -1 64 10294 0 1 0 66812 1831 0 0 25 0 9 0 24715446 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26646/tid=26648] ppid=26645 vsize=868616 CPUtime=16.21
/proc/26646/task/26648/stat : 26648 (java) S 26645 26632 26595 0 -1 64 85097 0 0 0 1543 78 0 0 16 0 9 0 24715447 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26646/tid=26649] ppid=26645 vsize=868616 CPUtime=0
/proc/26646/task/26649/stat : 26649 (java) S 26645 26632 26595 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24715447 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26650] ppid=26645 vsize=868616 CPUtime=0
/proc/26646/task/26650/stat : 26650 (java) S 26645 26632 26595 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24715447 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26651] ppid=26645 vsize=868616 CPUtime=0
/proc/26646/task/26651/stat : 26651 (java) S 26645 26632 26595 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24715449 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26652] ppid=26645 vsize=868616 CPUtime=0.33
/proc/26646/task/26652/stat : 26652 (java) S 26645 26632 26595 0 -1 64 1548 0 0 0 32 1 0 0 16 0 9 0 24715449 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26646/tid=26653] ppid=26645 vsize=868616 CPUtime=0
/proc/26646/task/26653/stat : 26653 (java) S 26645 26632 26595 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24715449 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26654] ppid=26645 vsize=868616 CPUtime=0
/proc/26646/task/26654/stat : 26654 (java) S 26645 26632 26595 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24715449 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 706.31
Current children cumulated vsize (KiB) 890840

[startup+719.902 s]
/proc/loadavg: 3.05 2.73 2.36 3/93 26697
/proc/meminfo: memFree=16104/2055920 swapFree=4192812/4192956
[pid=26632] ppid=26630 vsize=16868 CPUtime=3.31
/proc/26632/stat : 26632 (sugar) S 26630 26632 26595 0 -1 4194304 1310 27538 0 1 6 2 306 17 16 0 1 0 24715105 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26632/statm: 4217 1111 409 3 0 796 0
[pid=26645] ppid=26632 vsize=5356 CPUtime=0
/proc/26645/stat : 26645 (sh) S 26632 26632 26595 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24715444 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26645/statm: 1339 233 193 169 0 50 0
[pid=26646] ppid=26645 vsize=868616 CPUtime=706.18
/proc/26646/stat : 26646 (java) S 26645 26632 26595 0 -1 0 97655 0 1 0 68698 1920 0 0 18 0 9 0 24715445 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26646/statm: 217154 73941 2593 9 0 211631 0
[pid=26646/tid=26647] ppid=26645 vsize=868616 CPUtime=689.59
/proc/26646/task/26647/stat : 26647 (java) R 26645 26632 26595 0 -1 64 10308 0 1 0 67120 1839 0 0 25 0 9 0 24715446 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4127089636 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26646/tid=26648] ppid=26645 vsize=868616 CPUtime=16.22
/proc/26646/task/26648/stat : 26648 (java) S 26645 26632 26595 0 -1 64 85097 0 0 0 1544 78 0 0 16 0 9 0 24715447 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26646/tid=26649] ppid=26645 vsize=868616 CPUtime=0
/proc/26646/task/26649/stat : 26649 (java) S 26645 26632 26595 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24715447 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26650] ppid=26645 vsize=868616 CPUtime=0
/proc/26646/task/26650/stat : 26650 (java) S 26645 26632 26595 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24715447 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26651] ppid=26645 vsize=868616 CPUtime=0
/proc/26646/task/26651/stat : 26651 (java) S 26645 26632 26595 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24715449 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26652] ppid=26645 vsize=868616 CPUtime=0.33
/proc/26646/task/26652/stat : 26652 (java) S 26645 26632 26595 0 -1 64 1548 0 0 0 32 1 0 0 16 0 9 0 24715449 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26646/tid=26653] ppid=26645 vsize=868616 CPUtime=0
/proc/26646/task/26653/stat : 26653 (java) S 26645 26632 26595 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24715449 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26646/tid=26654] ppid=26645 vsize=868616 CPUtime=0
/proc/26646/task/26654/stat : 26654 (java) S 26645 26632 26595 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24715449 889462784 73941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 709.49
Current children cumulated vsize (KiB) 890840

[startup+721.502 s]
/proc/loadavg: 2.97 2.71 2.36 2/83 26697
/proc/meminfo: memFree=1745016/2055920 swapFree=4192812/4192956
[pid=26632] ppid=26630 vsize=16868 CPUtime=710.57
/proc/26632/stat : 26632 (sugar) D 26630 26632 26595 0 -1 4194304 1335 125491 0 2 6 76 69032 1943 18 0 1 0 24715105 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26632/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 710.57
Current children cumulated vsize (KiB) 16868

[startup+722.301 s]
/proc/loadavg: 2.97 2.71 2.36 2/83 26697
/proc/meminfo: memFree=1745016/2055920 swapFree=4192812/4192956
[pid=26632] ppid=26630 vsize=16868 CPUtime=710.61
/proc/26632/stat : 26632 (sugar) D 26630 26632 26595 0 -1 4194304 1335 125491 0 2 6 80 69032 1943 18 0 1 0 24715105 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26632/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 710.61
Current children cumulated vsize (KiB) 16868

[startup+723.101 s]
/proc/loadavg: 2.97 2.71 2.36 2/83 26697
/proc/meminfo: memFree=1737336/2055920 swapFree=4192812/4192956
[pid=26632] ppid=26630 vsize=16868 CPUtime=710.66
/proc/26632/stat : 26632 (sugar) D 26630 26632 26595 0 -1 4194304 1335 125491 0 2 6 85 69032 1943 18 0 1 0 24715105 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26632/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 710.66
Current children cumulated vsize (KiB) 16868

[startup+723.501 s]
/proc/loadavg: 2.97 2.71 2.36 2/83 26697
/proc/meminfo: memFree=1737336/2055920 swapFree=4192812/4192956
[pid=26632] ppid=26630 vsize=16868 CPUtime=710.68
/proc/26632/stat : 26632 (sugar) D 26630 26632 26595 0 -1 4194304 1335 125491 0 2 6 87 69032 1943 18 0 1 0 24715105 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26632/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 710.68
Current children cumulated vsize (KiB) 16868

[startup+723.601 s]
/proc/loadavg: 2.97 2.71 2.36 2/83 26697
/proc/meminfo: memFree=1737336/2055920 swapFree=4192812/4192956
[pid=26632] ppid=26630 vsize=16868 CPUtime=710.68
/proc/26632/stat : 26632 (sugar) D 26630 26632 26595 0 -1 4194304 1335 125491 0 2 6 87 69032 1943 18 0 1 0 24715105 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26632/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 710.68
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 723.624
CPU time (s): 710.702
CPU user time (s): 690.391
CPU system time (s): 20.3109
CPU usage (%): 98.2143
Max. virtual memory (cumulated for all children) (KiB): 904980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 690.391
system time used= 20.3109
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126887
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= 60188
involuntary context switches= 68078

runsolver used 0.937857 second user time and 2.49062 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-12 07:28:05
IDJOB=2083027
IDBENCH=57676
IDSOLVER=738
FILE ID=node19/2083027-1247376484
PBS_JOBID= 9507155
Free space on /tmp= 66416 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp40/normalized-fapp40-3000-10.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083027-1247376484/watcher-2083027-1247376484 -o /tmp/evaluation-result-2083027-1247376484/solver-2083027-1247376484 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2083027-1247376484.xml

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

MD5SUM BENCH= 6cee6301fe32a4b3c9ce453d6c18bf37
RANDOM SEED=351495484

node19.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.211
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.211
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:       1554344 kB
Buffers:         56412 kB
Cached:         308340 kB
SwapCached:          0 kB
Active:         233468 kB
Inactive:       190668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1554344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           18032 kB
Writeback:           0 kB
Mapped:          79672 kB
Slab:            62632 kB
Committed_AS:   258888 kB
PageTables:       2012 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= 66420 MiB
End job on node19 at 2009-07-12 07:40:08