Trace number 1112872

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? 1358.69 1376.7

General information on the benchmark

Namecsp/fapp/fapp37/
normalized-fapp37-2250-2.xml
MD5SUMf8718ebaf51fd44c6f84abcaca826b6a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best Number of falsified constraints
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2250
Number of constraints42699
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension42699
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.06	c 0	BEGIN Sat Jul 12 17:00:48 2008
0.00/0.06	c 0	PID 18109
0.00/0.06	c 0	HOST node68.alineos.net
0.00/0.06	c 0	CONVERTING HOME/instance-1112872-1215874847.xml TO HOME/temp.csp
0.00/0.06	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112872-1215874847.xml' 'HOME/temp.csp'
2.65/2.72	c 3	22 domains, 2250 variables, 8 predicates, 0 relations, 42699 constraints
2.65/2.78	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.65/2.78	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.69/2.86	c 3	Parsing HOME/temp.csp
3.09/3.29	c 3	parsed 10000 expressions
3.48/3.60	c 3	parsed 20000 expressions
3.78/3.96	c 4	parsed 30000 expressions
4.08/4.23	c 4	parsed 40000 expressions
4.17/4.37	c 4	parsed 44979 expressions
4.17/4.37	c 4	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.58/4.75	c 5	MAX CSP: 42699 constraints
4.58/4.75	c 5	Converting to clausal form CSP
14.09/14.37	c 14	converted 8769 (10%) expressions
25.83/26.11	c 26	converted 17537 (20%) expressions
37.36/37.70	c 38	converted 26305 (30%) expressions
48.30/48.71	c 49	converted 35073 (40%) expressions
58.85/59.35	c 59	converted 43841 (50%) expressions
70.48/71.10	c 71	converted 52609 (60%) expressions
80.83/81.42	c 81	converted 61377 (70%) expressions
90.87/91.57	c 91	converted 70145 (80%) expressions
100.53/101.29	c 101	converted 78913 (90%) expressions
115.65/116.45	c 116	converted 87681 (100%) expressions
115.65/116.47	c 116	CSP : 95265 integers, 166902 booleans, 401503 clauses, largest domain size 64049
115.65/116.47	c 116	Heap : 305 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
115.65/116.47	c 116	Propagation in CSP
129.29/130.12	c 130	42690 values, 0 unsatisfiable literals, and 0 valid clauses are removed
129.29/130.13	c 130	CSP : 95265 integers, 166902 booleans, 401503 clauses, largest domain size 42700
129.29/130.13	c 130	Heap : 331 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
129.39/130.25	c 130	Simplifing CSP by introducing new Boolean variables
129.99/130.88	c 131	CSP : 95265 integers, 261062 booleans, 495663 clauses, largest domain size 42700
129.99/130.88	c 131	Heap : 368 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
132.17/133.08	c 133	Encoding CSP to SAT : HOME/temp.cnf
201.95/203.27	c 203	9527 (10%) CSP integer variables are encoded (7084129 clauses, 132379527 bytes)
210.75/212.36	c 212	19053 (20%) CSP integer variables are encoded (13657571 clauses, 264617618 bytes)
217.91/219.60	c 219	28580 (30%) CSP integer variables are encoded (18863663 clauses, 373945550 bytes)
223.56/225.72	c 226	38106 (40%) CSP integer variables are encoded (23023933 clauses, 461311220 bytes)
227.00/229.22	c 229	47633 (50%) CSP integer variables are encoded (25541315 clauses, 514176242 bytes)
227.59/229.82	c 230	57159 (60%) CSP integer variables are encoded (25965300 clauses, 523079927 bytes)
227.70/229.99	c 230	66686 (70%) CSP integer variables are encoded (26087886 clauses, 525654233 bytes)
228.00/230.21	c 230	76212 (80%) CSP integer variables are encoded (26228191 clauses, 528600638 bytes)
228.16/230.42	c 230	85739 (90%) CSP integer variables are encoded (26350115 clauses, 531161042 bytes)
229.16/231.44	c 231	95265 (100%) CSP integer variables are encoded (27093426 clauses, 546770573 bytes)
914.55/926.61	c 926	49567 (10%) CSP clauses are encoded (64409239 clauses, 1510697063 bytes)
1358.06/1374.11	c 1374	ERROR Exception Too large HOME/temp.cnf
1358.06/1374.11	c 1374	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
1358.06/1374.11	c 1374	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
1358.06/1374.11	c 1374	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
1358.06/1374.11	s UNKNOWN
1358.10/1374.24	c 1374	CPU 1061.14 (0.04 0.01 1061.1 297)
1358.10/1374.24	c 1374	END Sat Jul 12 17:23:42 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1112872-1215874847/watcher-1112872-1215874847 -o /tmp/evaluation-result-1112872-1215874847/solver-1112872-1215874847 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112872-1215874847.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 1.77 0.97 4/81 18109
/proc/meminfo: memFree=1180432/2055920 swapFree=4180952/4192956
[pid=18109] ppid=18107 vsize=6268 CPUtime=0
/proc/18109/stat : 18109 (sugar) R 18107 18109 18009 0 -1 4194304 62 0 0 0 0 0 0 0 19 0 1 0 43892866 6418432 47 996147200 4194304 4206940 548682068592 18446744073709551615 223185270153 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/18109/statm: 1567 47 36 3 0 8 0

[startup+0.088574 s]
/proc/loadavg: 2.05 1.77 0.97 4/81 18109
/proc/meminfo: memFree=1180432/2055920 swapFree=4180952/4192956
[pid=18109] ppid=18107 vsize=13600 CPUtime=0.04
/proc/18109/stat : 18109 (sugar) S 18107 18109 18009 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 43892866 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18109/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.103727 s]
/proc/loadavg: 2.05 1.77 0.97 4/81 18109
/proc/meminfo: memFree=1180432/2055920 swapFree=4180952/4192956
[pid=18109] ppid=18107 vsize=13600 CPUtime=0.04
/proc/18109/stat : 18109 (sugar) S 18107 18109 18009 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 43892866 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18109/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301585 s]
/proc/loadavg: 2.05 1.77 0.97 4/81 18109
/proc/meminfo: memFree=1180432/2055920 swapFree=4180952/4192956
[pid=18109] ppid=18107 vsize=13600 CPUtime=0.04
/proc/18109/stat : 18109 (sugar) S 18107 18109 18009 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 43892866 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18109/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701628 s]
/proc/loadavg: 2.05 1.77 0.97 4/81 18109
/proc/meminfo: memFree=1180432/2055920 swapFree=4180952/4192956
[pid=18109] ppid=18107 vsize=13600 CPUtime=0.04
/proc/18109/stat : 18109 (sugar) S 18107 18109 18009 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 43892866 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18109/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5027 s]
/proc/loadavg: 2.05 1.77 0.97 3/92 18121
/proc/meminfo: memFree=1154872/2055920 swapFree=4180952/4192956
[pid=18109] ppid=18107 vsize=13600 CPUtime=0.04
/proc/18109/stat : 18109 (sugar) S 18107 18109 18009 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 43892866 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18109/statm: 3400 796 370 3 0 500 0
[pid=18112] ppid=18109 vsize=5356 CPUtime=0
/proc/18112/stat : 18112 (sh) S 18109 18109 18009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43892872 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18112/statm: 1339 233 193 169 0 50 0
[pid=18113] ppid=18112 vsize=864676 CPUtime=1.41
/proc/18113/stat : 18113 (java) S 18112 18109 18009 0 -1 0 14456 0 1 0 134 7 0 0 18 0 9 0 43892872 885428224 12506 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18113/statm: 216169 12506 2529 9 0 210751 0
[pid=18113/tid=18114] ppid=18112 vsize=864676 CPUtime=0.85
/proc/18113/task/18114/stat : 18114 (java) R 18112 18109 18009 0 -1 64 3001 0 1 0 83 2 0 0 18 0 9 0 43892873 885428224 12506 996147200 134512640 134550740 4294956000 18446744073709551615 103781719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18115] ppid=18112 vsize=864676 CPUtime=0.43
/proc/18113/task/18115/stat : 18115 (java) S 18112 18109 18009 0 -1 64 10254 0 0 0 39 4 0 0 16 0 9 0 43892875 885428224 12506 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18116] ppid=18112 vsize=864676 CPUtime=0
/proc/18113/task/18116/stat : 18116 (java) S 18112 18109 18009 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 43892875 885428224 12506 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18117] ppid=18112 vsize=864676 CPUtime=0
/proc/18113/task/18117/stat : 18117 (java) S 18112 18109 18009 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 43892875 885428224 12506 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18118] ppid=18112 vsize=864676 CPUtime=0
/proc/18113/task/18118/stat : 18118 (java) S 18112 18109 18009 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43892877 885428224 12506 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18119] ppid=18112 vsize=864676 CPUtime=0.11
/proc/18113/task/18119/stat : 18119 (java) S 18112 18109 18009 0 -1 64 501 0 0 0 11 0 0 0 16 0 9 0 43892877 885428224 12506 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18120] ppid=18112 vsize=864676 CPUtime=0
/proc/18113/task/18120/stat : 18120 (java) S 18112 18109 18009 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43892877 885428224 12506 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18121] ppid=18112 vsize=864676 CPUtime=0
/proc/18113/task/18121/stat : 18121 (java) S 18112 18109 18009 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43892877 885428224 12506 996147200 134512640 134550740 4294956000 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) 883632

[startup+3.10284 s]
/proc/loadavg: 2.05 1.77 0.97 4/92 18121
/proc/meminfo: memFree=1115768/2055920 swapFree=4180952/4192956
[pid=18109] ppid=18107 vsize=13600 CPUtime=2.69
/proc/18109/stat : 18109 (sugar) S 18107 18109 18009 0 -1 4194304 974 22610 0 1 3 1 250 15 16 0 1 0 43892866 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18109/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 13600

[startup+6.30113 s]
/proc/loadavg: 2.13 1.79 0.98 3/92 18131
/proc/meminfo: memFree=1130424/2055920 swapFree=4180952/4192956
[pid=18109] ppid=18107 vsize=13600 CPUtime=2.69
/proc/18109/stat : 18109 (sugar) S 18107 18109 18009 0 -1 4194304 974 22610 0 1 3 1 250 15 15 0 1 0 43892866 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18109/statm: 3400 797 370 3 0 500 0
[pid=18122] ppid=18109 vsize=5356 CPUtime=0
/proc/18122/stat : 18122 (sh) S 18109 18109 18009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43893144 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18122/statm: 1339 233 193 169 0 50 0
[pid=18123] ppid=18122 vsize=868448 CPUtime=3.47
/proc/18123/stat : 18123 (java) S 18122 18109 18009 0 -1 0 16218 0 1 0 337 10 0 0 18 0 9 0 43893145 889290752 14346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18123/statm: 217112 14346 2541 9 0 211687 0
[pid=18123/tid=18124] ppid=18122 vsize=868448 CPUtime=2.22
/proc/18123/task/18124/stat : 18124 (java) R 18122 18109 18009 0 -1 64 3098 0 1 0 219 3 0 0 25 0 9 0 43893146 889290752 14346 996147200 134512640 134550740 4294955936 18446744073709551615 4126601498 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18125] ppid=18122 vsize=868448 CPUtime=1.02
/proc/18123/task/18125/stat : 18125 (java) S 18122 18109 18009 0 -1 64 10949 0 0 0 97 5 0 0 16 0 9 0 43893147 889290752 14346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18126] ppid=18122 vsize=868448 CPUtime=0
/proc/18123/task/18126/stat : 18126 (java) S 18122 18109 18009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43893147 889290752 14346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18127] ppid=18122 vsize=868448 CPUtime=0
/proc/18123/task/18127/stat : 18127 (java) S 18122 18109 18009 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43893147 889290752 14346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18128] ppid=18122 vsize=868448 CPUtime=0
/proc/18123/task/18128/stat : 18128 (java) S 18122 18109 18009 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43893149 889290752 14346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18129] ppid=18122 vsize=868448 CPUtime=0.2
/proc/18123/task/18129/stat : 18129 (java) S 18122 18109 18009 0 -1 64 1474 0 0 0 20 0 0 0 16 0 9 0 43893149 889290752 14346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18130] ppid=18122 vsize=868448 CPUtime=0
/proc/18123/task/18130/stat : 18130 (java) S 18122 18109 18009 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43893149 889290752 14346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18131] ppid=18122 vsize=868448 CPUtime=0
/proc/18123/task/18131/stat : 18131 (java) S 18122 18109 18009 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43893149 889290752 14346 996147200 134512640 134550740 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) 887404

[startup+12.7027 s]
/proc/loadavg: 2.12 1.79 0.99 3/92 18131
/proc/meminfo: memFree=1115640/2055920 swapFree=4180952/4192956
[pid=18109] ppid=18107 vsize=13600 CPUtime=2.69
/proc/18109/stat : 18109 (sugar) S 18107 18109 18009 0 -1 4194304 974 22610 0 1 3 1 250 15 15 0 1 0 43892866 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18109/statm: 3400 797 370 3 0 500 0
[pid=18122] ppid=18109 vsize=5356 CPUtime=0
/proc/18122/stat : 18122 (sh) S 18109 18109 18009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43893144 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18122/statm: 1339 233 193 169 0 50 0
[pid=18123] ppid=18122 vsize=868448 CPUtime=9.84
/proc/18123/stat : 18123 (java) S 18122 18109 18009 0 -1 0 19897 0 1 0 970 14 0 0 18 0 9 0 43893145 889290752 17852 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18123/statm: 217112 17852 2541 9 0 211687 0
[pid=18123/tid=18124] ppid=18122 vsize=868448 CPUtime=8.09
/proc/18123/task/18124/stat : 18124 (java) R 18122 18109 18009 0 -1 64 3527 0 1 0 806 3 0 0 25 0 9 0 43893146 889290752 17852 996147200 134512640 134550740 4294955936 18446744073709551615 4126605188 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18125] ppid=18122 vsize=868448 CPUtime=1.48
/proc/18123/task/18125/stat : 18125 (java) S 18122 18109 18009 0 -1 64 14191 0 0 0 140 8 0 0 16 0 9 0 43893147 889290752 17852 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18126] ppid=18122 vsize=868448 CPUtime=0
/proc/18123/task/18126/stat : 18126 (java) S 18122 18109 18009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43893147 889290752 17852 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18127] ppid=18122 vsize=868448 CPUtime=0
/proc/18123/task/18127/stat : 18127 (java) S 18122 18109 18009 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43893147 889290752 17852 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18128] ppid=18122 vsize=868448 CPUtime=0
/proc/18123/task/18128/stat : 18128 (java) S 18122 18109 18009 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43893149 889290752 17852 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18129] ppid=18122 vsize=868448 CPUtime=0.22
/proc/18123/task/18129/stat : 18129 (java) S 18122 18109 18009 0 -1 64 1482 0 0 0 22 0 0 0 15 0 9 0 43893149 889290752 17852 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18130] ppid=18122 vsize=868448 CPUtime=0
/proc/18123/task/18130/stat : 18130 (java) S 18122 18109 18009 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43893149 889290752 17852 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18131] ppid=18122 vsize=868448 CPUtime=0
/proc/18123/task/18131/stat : 18131 (java) S 18122 18109 18009 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43893149 889290752 17852 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887404

[startup+25.5029 s]
/proc/loadavg: 2.09 1.80 1.01 3/92 18137
/proc/meminfo: memFree=1086256/2055920 swapFree=4180952/4192956
[pid=18109] ppid=18107 vsize=13600 CPUtime=2.69
/proc/18109/stat : 18109 (sugar) S 18107 18109 18009 0 -1 4194304 974 22610 0 1 3 1 250 15 16 0 1 0 43892866 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18109/statm: 3400 797 370 3 0 500 0
[pid=18122] ppid=18109 vsize=5356 CPUtime=0
/proc/18122/stat : 18122 (sh) S 18109 18109 18009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43893144 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18122/statm: 1339 233 193 169 0 50 0
[pid=18123] ppid=18122 vsize=868448 CPUtime=22.55
/proc/18123/stat : 18123 (java) S 18122 18109 18009 0 -1 0 31409 0 1 0 2234 21 0 0 18 0 9 0 43893145 889290752 24943 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18123/statm: 217112 24943 2541 9 0 211687 0
[pid=18123/tid=18124] ppid=18122 vsize=868448 CPUtime=19.51
/proc/18123/task/18124/stat : 18124 (java) R 18122 18109 18009 0 -1 64 4183 0 1 0 1947 4 0 0 25 0 9 0 43893146 889290752 24943 996147200 134512640 134550740 4294955936 18446744073709551615 4126428782 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18125] ppid=18122 vsize=868448 CPUtime=2.76
/proc/18123/task/18125/stat : 18125 (java) S 18122 18109 18009 0 -1 64 25039 0 0 0 262 14 0 0 16 0 9 0 43893147 889290752 24943 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18126] ppid=18122 vsize=868448 CPUtime=0
/proc/18123/task/18126/stat : 18126 (java) S 18122 18109 18009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43893147 889290752 24943 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18127] ppid=18122 vsize=868448 CPUtime=0
/proc/18123/task/18127/stat : 18127 (java) S 18122 18109 18009 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43893147 889290752 24943 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18128] ppid=18122 vsize=868448 CPUtime=0
/proc/18123/task/18128/stat : 18128 (java) S 18122 18109 18009 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43893149 889290752 24943 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18129] ppid=18122 vsize=868448 CPUtime=0.23
/proc/18123/task/18129/stat : 18129 (java) S 18122 18109 18009 0 -1 64 1490 0 0 0 23 0 0 0 15 0 9 0 43893149 889290752 24943 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18130] ppid=18122 vsize=868448 CPUtime=0
/proc/18123/task/18130/stat : 18130 (java) S 18122 18109 18009 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43893149 889290752 24943 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18131] ppid=18122 vsize=868448 CPUtime=0
/proc/18123/task/18131/stat : 18131 (java) S 18122 18109 18009 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43893149 889290752 24943 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 887404

[startup+51.103 s]
/proc/loadavg: 2.12 1.83 1.04 3/92 18137
/proc/meminfo: memFree=1026672/2055920 swapFree=4180952/4192956
[pid=18109] ppid=18107 vsize=13600 CPUtime=2.69
/proc/18109/stat : 18109 (sugar) S 18107 18109 18009 0 -1 4194304 974 22610 0 1 3 1 250 15 16 0 1 0 43892866 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18109/statm: 3400 797 370 3 0 500 0
[pid=18122] ppid=18109 vsize=5356 CPUtime=0
/proc/18122/stat : 18122 (sh) S 18109 18109 18009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43893144 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18122/statm: 1339 233 193 169 0 50 0
[pid=18123] ppid=18122 vsize=868448 CPUtime=48
/proc/18123/stat : 18123 (java) S 18122 18109 18009 0 -1 0 51219 0 1 0 4767 33 0 0 18 0 9 0 43893145 889290752 40345 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+1302.3 s]
/proc/loadavg: 2.18 2.30 1.90 3/92 18139
/proc/meminfo: memFree=14904/2055920 swapFree=4180984/4192956
[pid=18109] ppid=18107 vsize=13600 CPUtime=2.7
/proc/18109/stat : 18109 (sugar) S 18107 18109 18009 0 -1 4194304 974 22610 0 1 4 1 250 15 16 0 1 0 43892866 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18109/statm: 3400 797 370 3 0 500 0
[pid=18122] ppid=18109 vsize=5356 CPUtime=0
/proc/18122/stat : 18122 (sh) S 18109 18109 18009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43893144 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18122/statm: 1339 233 193 169 0 50 0
[pid=18123] ppid=18122 vsize=868560 CPUtime=1284.21
/proc/18123/stat : 18123 (java) S 18122 18109 18009 0 -1 0 121146 0 1 0 100691 27730 0 0 18 0 9 0 43893145 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18123/statm: 217140 98948 2566 9 0 211687 0
[pid=18123/tid=18124] ppid=18122 vsize=868560 CPUtime=1266.47
/proc/18123/task/18124/stat : 18124 (java) R 18122 18109 18009 0 -1 64 9879 0 1 0 98989 27658 0 0 25 0 9 0 43893146 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18123/tid=18125] ppid=18122 vsize=868560 CPUtime=17.36
/proc/18123/task/18125/stat : 18125 (java) S 18122 18109 18009 0 -1 64 109023 0 0 0 1667 69 0 0 17 0 9 0 43893147 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18123/tid=18126] ppid=18122 vsize=868560 CPUtime=0
/proc/18123/task/18126/stat : 18126 (java) S 18122 18109 18009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43893147 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18127] ppid=18122 vsize=868560 CPUtime=0
/proc/18123/task/18127/stat : 18127 (java) S 18122 18109 18009 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43893147 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18128] ppid=18122 vsize=868560 CPUtime=0
/proc/18123/task/18128/stat : 18128 (java) S 18122 18109 18009 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43893149 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18129] ppid=18122 vsize=868560 CPUtime=0.35
/proc/18123/task/18129/stat : 18129 (java) S 18122 18109 18009 0 -1 64 1547 0 0 0 34 1 0 0 16 0 9 0 43893149 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18123/tid=18130] ppid=18122 vsize=868560 CPUtime=0
/proc/18123/task/18130/stat : 18130 (java) S 18122 18109 18009 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43893149 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18131] ppid=18122 vsize=868560 CPUtime=0
/proc/18123/task/18131/stat : 18131 (java) S 18122 18109 18009 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43893149 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1286.91
Current children cumulated vsize (KiB) 887516

[startup+1362.3 s]
/proc/loadavg: 2.30 2.32 1.93 3/92 18139
/proc/meminfo: memFree=15288/2055920 swapFree=4180984/4192956
[pid=18109] ppid=18107 vsize=13600 CPUtime=2.7
/proc/18109/stat : 18109 (sugar) S 18107 18109 18009 0 -1 4194304 974 22610 0 1 4 1 250 15 16 0 1 0 43892866 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18109/statm: 3400 797 370 3 0 500 0
[pid=18122] ppid=18109 vsize=5356 CPUtime=0
/proc/18122/stat : 18122 (sh) S 18109 18109 18009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43893144 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18122/statm: 1339 233 193 169 0 50 0
[pid=18123] ppid=18122 vsize=868560 CPUtime=1343.67
/proc/18123/stat : 18123 (java) S 18122 18109 18009 0 -1 0 121204 0 1 0 105028 29339 0 0 18 0 9 0 43893145 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18123/statm: 217140 98948 2566 9 0 211687 0
[pid=18123/tid=18124] ppid=18122 vsize=868560 CPUtime=1325.85
/proc/18123/task/18124/stat : 18124 (java) R 18122 18109 18009 0 -1 64 9937 0 1 0 103318 29267 0 0 25 0 9 0 43893146 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18123/tid=18125] ppid=18122 vsize=868560 CPUtime=17.43
/proc/18123/task/18125/stat : 18125 (java) S 18122 18109 18009 0 -1 64 109023 0 0 0 1674 69 0 0 16 0 9 0 43893147 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18123/tid=18126] ppid=18122 vsize=868560 CPUtime=0
/proc/18123/task/18126/stat : 18126 (java) S 18122 18109 18009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43893147 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18127] ppid=18122 vsize=868560 CPUtime=0
/proc/18123/task/18127/stat : 18127 (java) S 18122 18109 18009 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43893147 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18128] ppid=18122 vsize=868560 CPUtime=0
/proc/18123/task/18128/stat : 18128 (java) S 18122 18109 18009 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43893149 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18129] ppid=18122 vsize=868560 CPUtime=0.35
/proc/18123/task/18129/stat : 18129 (java) S 18122 18109 18009 0 -1 64 1547 0 0 0 34 1 0 0 16 0 9 0 43893149 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18123/tid=18130] ppid=18122 vsize=868560 CPUtime=0
/proc/18123/task/18130/stat : 18130 (java) S 18122 18109 18009 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43893149 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18131] ppid=18122 vsize=868560 CPUtime=0
/proc/18123/task/18131/stat : 18131 (java) S 18122 18109 18009 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43893149 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1346.37
Current children cumulated vsize (KiB) 887516

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

[startup+1369.51 s]
/proc/loadavg: 2.25 2.31 1.93 3/92 18139
/proc/meminfo: memFree=15032/2055920 swapFree=4180984/4192956
[pid=18109] ppid=18107 vsize=13600 CPUtime=2.7
/proc/18109/stat : 18109 (sugar) S 18107 18109 18009 0 -1 4194304 974 22610 0 1 4 1 250 15 16 0 1 0 43892866 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18109/statm: 3400 797 370 3 0 500 0
[pid=18122] ppid=18109 vsize=5356 CPUtime=0
/proc/18122/stat : 18122 (sh) S 18109 18109 18009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43893144 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18122/statm: 1339 233 193 169 0 50 0
[pid=18123] ppid=18122 vsize=868560 CPUtime=1350.8
/proc/18123/stat : 18123 (java) S 18122 18109 18009 0 -1 0 121211 0 1 0 105545 29535 0 0 18 0 9 0 43893145 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18123/statm: 217140 98948 2566 9 0 211687 0
[pid=18123/tid=18124] ppid=18122 vsize=868560 CPUtime=1332.98
/proc/18123/task/18124/stat : 18124 (java) R 18122 18109 18009 0 -1 64 9944 0 1 0 103835 29463 0 0 25 0 9 0 43893146 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4127151829 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18123/tid=18125] ppid=18122 vsize=868560 CPUtime=17.44
/proc/18123/task/18125/stat : 18125 (java) S 18122 18109 18009 0 -1 64 109023 0 0 0 1675 69 0 0 17 0 9 0 43893147 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18123/tid=18126] ppid=18122 vsize=868560 CPUtime=0
/proc/18123/task/18126/stat : 18126 (java) S 18122 18109 18009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43893147 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18127] ppid=18122 vsize=868560 CPUtime=0
/proc/18123/task/18127/stat : 18127 (java) S 18122 18109 18009 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43893147 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18128] ppid=18122 vsize=868560 CPUtime=0
/proc/18123/task/18128/stat : 18128 (java) S 18122 18109 18009 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43893149 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18129] ppid=18122 vsize=868560 CPUtime=0.35
/proc/18123/task/18129/stat : 18129 (java) S 18122 18109 18009 0 -1 64 1547 0 0 0 34 1 0 0 16 0 9 0 43893149 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18123/tid=18130] ppid=18122 vsize=868560 CPUtime=0
/proc/18123/task/18130/stat : 18130 (java) S 18122 18109 18009 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43893149 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18131] ppid=18122 vsize=868560 CPUtime=0
/proc/18123/task/18131/stat : 18131 (java) S 18122 18109 18009 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43893149 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1353.5
Current children cumulated vsize (KiB) 887516

[startup+1372.7 s]
/proc/loadavg: 2.25 2.31 1.93 3/92 18139
/proc/meminfo: memFree=15416/2055920 swapFree=4180984/4192956
[pid=18109] ppid=18107 vsize=13600 CPUtime=2.7
/proc/18109/stat : 18109 (sugar) S 18107 18109 18009 0 -1 4194304 974 22610 0 1 4 1 250 15 16 0 1 0 43892866 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18109/statm: 3400 797 370 3 0 500 0
[pid=18122] ppid=18109 vsize=5356 CPUtime=0
/proc/18122/stat : 18122 (sh) S 18109 18109 18009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43893144 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18122/statm: 1339 233 193 169 0 50 0
[pid=18123] ppid=18122 vsize=868560 CPUtime=1353.98
/proc/18123/stat : 18123 (java) S 18122 18109 18009 0 -1 0 121215 0 1 0 105754 29644 0 0 18 0 9 0 43893145 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18123/statm: 217140 98948 2566 9 0 211687 0
[pid=18123/tid=18124] ppid=18122 vsize=868560 CPUtime=1336.14
/proc/18123/task/18124/stat : 18124 (java) R 18122 18109 18009 0 -1 64 9948 0 1 0 104042 29572 0 0 25 0 9 0 43893146 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4127151871 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18123/tid=18125] ppid=18122 vsize=868560 CPUtime=17.44
/proc/18123/task/18125/stat : 18125 (java) S 18122 18109 18009 0 -1 64 109023 0 0 0 1675 69 0 0 17 0 9 0 43893147 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18123/tid=18126] ppid=18122 vsize=868560 CPUtime=0
/proc/18123/task/18126/stat : 18126 (java) S 18122 18109 18009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43893147 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18127] ppid=18122 vsize=868560 CPUtime=0
/proc/18123/task/18127/stat : 18127 (java) S 18122 18109 18009 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43893147 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18128] ppid=18122 vsize=868560 CPUtime=0
/proc/18123/task/18128/stat : 18128 (java) S 18122 18109 18009 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43893149 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18129] ppid=18122 vsize=868560 CPUtime=0.35
/proc/18123/task/18129/stat : 18129 (java) S 18122 18109 18009 0 -1 64 1547 0 0 0 34 1 0 0 16 0 9 0 43893149 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18123/tid=18130] ppid=18122 vsize=868560 CPUtime=0
/proc/18123/task/18130/stat : 18130 (java) S 18122 18109 18009 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43893149 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18123/tid=18131] ppid=18122 vsize=868560 CPUtime=0
/proc/18123/task/18131/stat : 18131 (java) S 18122 18109 18009 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43893149 889405440 98948 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1356.68
Current children cumulated vsize (KiB) 887516

[startup+1374.3 s]
/proc/loadavg: 2.25 2.31 1.93 3/92 18139
/proc/meminfo: memFree=15480/2055920 swapFree=4180984/4192956
[pid=18109] ppid=18107 vsize=13600 CPUtime=1358.17
/proc/18109/stat : 18109 (sugar) R 18107 18109 18009 0 -1 4194304 997 144123 0 3 4 3 106110 29700 16 0 1 0 43892866 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 223188063273 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18109/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1358.17
Current children cumulated vsize (KiB) 13600

[startup+1375.9 s]
/proc/loadavg: 2.23 2.30 1.93 2/82 18139
/proc/meminfo: memFree=1301192/2055920 swapFree=4180984/4192956
[pid=18109] ppid=18107 vsize=13600 CPUtime=1358.64
/proc/18109/stat : 18109 (sugar) D 18107 18109 18009 0 -1 4194304 997 144123 0 3 4 50 106110 29700 18 0 1 0 43892866 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 223188063273 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18109/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1358.64
Current children cumulated vsize (KiB) 13600

[startup+1376.3 s]
/proc/loadavg: 2.23 2.30 1.93 2/82 18139
/proc/meminfo: memFree=1300488/2055920 swapFree=4180984/4192956
[pid=18109] ppid=18107 vsize=13600 CPUtime=1358.66
/proc/18109/stat : 18109 (sugar) D 18107 18109 18009 0 -1 4194304 997 144123 0 3 4 52 106110 29700 18 0 1 0 43892866 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 223188063273 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18109/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1358.66
Current children cumulated vsize (KiB) 13600

[startup+1376.5 s]
/proc/loadavg: 2.23 2.30 1.93 2/82 18139
/proc/meminfo: memFree=1300488/2055920 swapFree=4180984/4192956
[pid=18109] ppid=18107 vsize=13600 CPUtime=1358.67
/proc/18109/stat : 18109 (sugar) D 18107 18109 18009 0 -1 4194304 997 144123 0 3 4 53 106110 29700 18 0 1 0 43892866 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 223188063273 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18109/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1358.67
Current children cumulated vsize (KiB) 13600

[startup+1376.6 s]
/proc/loadavg: 2.23 2.30 1.93 2/82 18139
/proc/meminfo: memFree=1300488/2055920 swapFree=4180984/4192956
[pid=18109] ppid=18107 vsize=13600 CPUtime=1358.67
/proc/18109/stat : 18109 (sugar) D 18107 18109 18009 0 -1 4194304 997 144123 0 3 4 53 106110 29700 18 0 1 0 43892866 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 223188063273 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18109/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1358.67
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1376.7
CPU time (s): 1358.69
CPU user time (s): 1061.15
CPU system time (s): 297.541
CPU usage (%): 98.6917
Max. virtual memory (cumulated for all children) (KiB): 898656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1061.15
system time used= 297.541
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145150
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= 50590
involuntary context switches= 68981

runsolver used 1.39879 second user time and 4.95025 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-12 17:00:48
IDJOB=1112872
IDBENCH=61488
IDSOLVER=368
FILE ID=node68/1112872-1215874847
PBS_JOBID= 7903591
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp37/normalized-fapp37-2250-2.xml
COMMAND LINE= DIR/sugar -max -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-1112872-1215874847/watcher-1112872-1215874847 -o /tmp/evaluation-result-1112872-1215874847/solver-1112872-1215874847 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112872-1215874847.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f8718ebaf51fd44c6f84abcaca826b6a
RANDOM SEED=978190787

node68.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.240
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.240
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:       1180976 kB
Buffers:         21280 kB
Cached:         128508 kB
SwapCached:       6952 kB
Active:         765304 kB
Inactive:        68344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1180976 kB
SwapTotal:     4192956 kB
SwapFree:      4180952 kB
Dirty:            7280 kB
Writeback:           0 kB
Mapped:         699772 kB
Slab:            25496 kB
Committed_AS:   908684 kB
PageTables:       3016 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= 66548 MiB
End job on node68 at 2008-07-12 17:23:45