Trace number 1085624

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? 655.208 666.89

General information on the benchmark

Namecsp/fapp/fapp40/
normalized-fapp40-3000-2.xml
MD5SUM2fe472930e777421d5e31a3144b4206e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark43.0055
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 07:12:22 2008
0.00/0.04	c 0	PID 29930
0.03/0.05	c 0	HOST node70.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1085624-1215234742.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085624-1215234742.xml' 'HOME/temp.csp'
3.04/3.19	c 4	14 domains, 3000 variables, 8 predicates, 0 relations, 53548 constraints
3.13/3.24	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.13/3.24	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.15/3.32	c 4	Parsing HOME/temp.csp
3.15/3.82	c 4	parsed 10000 expressions
3.15/4.18	c 5	parsed 20000 expressions
4.37/4.52	c 5	parsed 30000 expressions
4.57/4.78	c 5	parsed 40000 expressions
4.97/5.18	c 6	parsed 50000 expressions
5.17/5.35	c 6	parsed 56570 expressions
5.17/5.36	c 6	Heap : 25 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.17/5.36	c 6	Converting to clausal form CSP
11.80/12.07	c 12	converted 5657 (10%) expressions
23.77/24.20	c 25	converted 11314 (20%) expressions
36.14/36.62	c 37	converted 16971 (30%) expressions
48.01/48.67	c 49	converted 22628 (40%) expressions
60.19/60.93	c 61	converted 28285 (50%) expressions
71.58/72.42	c 73	converted 33942 (60%) expressions
82.77/83.78	c 84	converted 39599 (70%) expressions
94.75/95.89	c 96	converted 45256 (80%) expressions
105.44/106.65	c 107	converted 50913 (90%) expressions
115.14/116.46	c 117	converted 56570 (100%) expressions
115.14/116.46	c 117	CSP : 16130 integers, 155101 booleans, 354071 clauses, largest domain size 4543
115.14/116.46	c 117	Heap : 193 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
115.14/116.46	c 117	Propagation in CSP
131.18/132.60	c 133	256600 values, 0 unsatisfiable literals, and 0 valid clauses are removed
131.18/132.61	c 133	CSP : 16130 integers, 155101 booleans, 354071 clauses, largest domain size 4543
131.18/132.61	c 133	Heap : 214 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
131.18/132.69	c 133	Simplifing CSP by introducing new Boolean variables
133.37/134.86	c 135	CSP : 16130 integers, 285879 booleans, 484849 clauses, largest domain size 4543
133.37/134.86	c 135	Heap : 259 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
134.85/136.32	c 137	Encoding CSP to SAT : HOME/temp.cnf
165.75/167.55	c 168	1613 (10%) CSP integer variables are encoded (1000363 clauses, 16788325 bytes)
193.87/195.99	c 196	3226 (20%) CSP integer variables are encoded (2878110 clauses, 52465518 bytes)
202.59/204.86	c 205	4839 (30%) CSP integer variables are encoded (9893499 clauses, 185757909 bytes)
211.74/214.20	c 215	6452 (40%) CSP integer variables are encoded (16808422 clauses, 330768019 bytes)
220.93/223.65	c 224	8065 (50%) CSP integer variables are encoded (23799465 clauses, 477579922 bytes)
230.19/233.11	c 234	9678 (60%) CSP integer variables are encoded (30801446 clauses, 624621523 bytes)
239.31/242.47	c 243	11291 (70%) CSP integer variables are encoded (37749131 clauses, 770522908 bytes)
248.61/252.02	c 252	12904 (80%) CSP integer variables are encoded (44766838 clauses, 917894755 bytes)
257.69/261.44	c 262	14517 (90%) CSP integer variables are encoded (51649717 clauses, 1062435214 bytes)
266.74/271.09	c 272	16130 (100%) CSP integer variables are encoded (58532088 clauses, 1206965005 bytes)
654.52/662.89	c 663	ERROR Exception Too large HOME/temp.cnf
654.60/662.90	c 663	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
654.60/662.90	c 663	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
654.60/662.90	c 663	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
654.60/662.90	s UNKNOWN
654.60/662.95	c 663	CPU 641.14 (0.04 0 641.1 13.53)
654.60/662.95	c 663	END Sat Jul  5 07:23:25 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085624-1215234742/watcher-1085624-1215234742 -o /tmp/evaluation-result-1085624-1215234742/solver-1085624-1215234742 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1085624-1215234742.xml 

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


[startup+0 s]
/proc/loadavg: 2.12 2.03 2.00 4/73 29930
/proc/meminfo: memFree=1188704/2055920 swapFree=4111048/4192956
[pid=29930] ppid=29928 vsize=12268 CPUtime=0
/proc/29930/stat : 29930 (sugar) R 29928 29930 29288 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2002443096 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233410968574 0 0 4224 0 0 0 0 17 1 0 0
/proc/29930/statm: 3067 316 241 3 0 167 0

[startup+0.0501009 s]
/proc/loadavg: 2.12 2.03 2.00 4/73 29930
/proc/meminfo: memFree=1188704/2055920 swapFree=4111048/4192956
[pid=29930] ppid=29928 vsize=13600 CPUtime=0.03
/proc/29930/stat : 29930 (sugar) S 29928 29930 29288 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2002443096 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29930/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101656 s]
/proc/loadavg: 2.12 2.03 2.00 4/73 29930
/proc/meminfo: memFree=1188704/2055920 swapFree=4111048/4192956
[pid=29930] ppid=29928 vsize=13600 CPUtime=0.03
/proc/29930/stat : 29930 (sugar) S 29928 29930 29288 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002443096 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29930/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301918 s]
/proc/loadavg: 2.12 2.03 2.00 4/73 29930
/proc/meminfo: memFree=1188704/2055920 swapFree=4111048/4192956
[pid=29930] ppid=29928 vsize=13600 CPUtime=0.03
/proc/29930/stat : 29930 (sugar) S 29928 29930 29288 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002443096 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29930/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702004 s]
/proc/loadavg: 2.12 2.03 2.00 4/73 29930
/proc/meminfo: memFree=1188704/2055920 swapFree=4111048/4192956
[pid=29930] ppid=29928 vsize=13600 CPUtime=0.03
/proc/29930/stat : 29930 (sugar) S 29928 29930 29288 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002443096 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29930/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50214 s]
/proc/loadavg: 2.12 2.03 2.00 4/84 29942
/proc/meminfo: memFree=1154176/2055920 swapFree=4111048/4192956
[pid=29930] ppid=29928 vsize=13600 CPUtime=0.03
/proc/29930/stat : 29930 (sugar) S 29928 29930 29288 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002443096 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29930/statm: 3400 796 370 3 0 500 0
[pid=29933] ppid=29930 vsize=5356 CPUtime=0
/proc/29933/stat : 29933 (sh) S 29930 29930 29288 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 2002443101 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29933/statm: 1339 233 193 169 0 50 0
[pid=29934] ppid=29933 vsize=866676 CPUtime=1.42
/proc/29934/stat : 29934 (java) S 29933 29930 29288 0 -1 0 17345 0 1 0 133 9 0 0 18 0 9 0 2002443102 887476224 14935 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29934/statm: 216669 14935 2529 9 0 211251 0
[pid=29934/tid=29935] ppid=29933 vsize=866676 CPUtime=0.73
/proc/29934/task/29935/stat : 29935 (java) R 29933 29930 29288 0 -1 64 2990 0 1 0 72 1 0 0 24 0 9 0 2002443103 887476224 14935 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29934/tid=29936] ppid=29933 vsize=866676 CPUtime=0.56
/proc/29934/task/29936/stat : 29936 (java) R 29933 29930 29288 0 -1 64 13167 0 0 0 51 5 0 0 16 0 9 0 2002443104 887476224 14935 996147200 134512640 134550740 4294956000 18446744073709551615 104182233 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29934/tid=29937] ppid=29933 vsize=866676 CPUtime=0
/proc/29934/task/29937/stat : 29937 (java) S 29933 29930 29288 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002443104 887476224 14935 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29934/tid=29938] ppid=29933 vsize=866676 CPUtime=0
/proc/29934/task/29938/stat : 29938 (java) S 29933 29930 29288 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2002443104 887476224 14935 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29934/tid=29939] ppid=29933 vsize=866676 CPUtime=0
/proc/29934/task/29939/stat : 29939 (java) S 29933 29930 29288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002443106 887476224 14935 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29934/tid=29940] ppid=29933 vsize=866676 CPUtime=0.09
/proc/29934/task/29940/stat : 29940 (java) S 29933 29930 29288 0 -1 64 489 0 0 0 9 0 0 0 16 0 9 0 2002443106 887476224 14935 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29934/tid=29941] ppid=29933 vsize=866676 CPUtime=0
/proc/29934/task/29941/stat : 29941 (java) S 29933 29930 29288 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002443106 887476224 14935 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29934/tid=29942] ppid=29933 vsize=866676 CPUtime=0
/proc/29934/task/29942/stat : 29942 (java) S 29933 29930 29288 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002443106 887476224 14935 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) 885632

[startup+3.10243 s]
/proc/loadavg: 2.12 2.03 2.00 3/84 29942
/proc/meminfo: memFree=1110656/2055920 swapFree=4111048/4192956
[pid=29930] ppid=29928 vsize=13600 CPUtime=0.03
/proc/29930/stat : 29930 (sugar) S 29928 29930 29288 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002443096 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29930/statm: 3400 796 370 3 0 500 0
[pid=29933] ppid=29930 vsize=5356 CPUtime=0
/proc/29933/stat : 29933 (sh) S 29930 29930 29288 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 2002443101 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29933/statm: 1339 233 193 169 0 50 0
[pid=29934] ppid=29933 vsize=864692 CPUtime=3.01
/proc/29934/stat : 29934 (java) S 29933 29930 29288 0 -1 0 27031 0 1 0 288 13 0 0 18 0 9 0 2002443102 885444608 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29934/statm: 216173 23138 2529 9 0 210755 0
[pid=29934/tid=29935] ppid=29933 vsize=864692 CPUtime=1.61
/proc/29934/task/29935/stat : 29935 (java) R 29933 29930 29288 0 -1 64 3870 0 1 0 158 3 0 0 25 0 9 0 2002443103 885444608 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29934/tid=29936] ppid=29933 vsize=864692 CPUtime=1.23
/proc/29934/task/29936/stat : 29936 (java) R 29933 29930 29288 0 -1 64 21934 0 0 0 114 9 0 0 16 0 9 0 2002443104 885444608 23138 996147200 134512640 134550740 4294956000 18446744073709551615 102723044 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29934/tid=29937] ppid=29933 vsize=864692 CPUtime=0
/proc/29934/task/29937/stat : 29937 (java) S 29933 29930 29288 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002443104 885444608 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29934/tid=29938] ppid=29933 vsize=864692 CPUtime=0
/proc/29934/task/29938/stat : 29938 (java) S 29933 29930 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002443104 885444608 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29934/tid=29939] ppid=29933 vsize=864692 CPUtime=0
/proc/29934/task/29939/stat : 29939 (java) S 29933 29930 29288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002443106 885444608 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29934/tid=29940] ppid=29933 vsize=864692 CPUtime=0.15
/proc/29934/task/29940/stat : 29940 (java) S 29933 29930 29288 0 -1 64 528 0 0 0 15 0 0 0 16 0 9 0 2002443106 885444608 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29934/tid=29941] ppid=29933 vsize=864692 CPUtime=0
/proc/29934/task/29941/stat : 29941 (java) S 29933 29930 29288 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002443106 885444608 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29934/tid=29942] ppid=29933 vsize=864692 CPUtime=0
/proc/29934/task/29942/stat : 29942 (java) S 29933 29930 29288 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002443106 885444608 23138 996147200 134512640 134550740 4294956000 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) 883648

[startup+6.303 s]
/proc/loadavg: 2.19 2.05 2.01 3/84 29952
/proc/meminfo: memFree=1152256/2055920 swapFree=4111048/4192956
[pid=29930] ppid=29928 vsize=13600 CPUtime=3.15
/proc/29930/stat : 29930 (sugar) S 29928 29930 29288 0 -1 4194304 974 27455 0 1 3 0 297 15 15 0 1 0 2002443096 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29930/statm: 3400 797 370 3 0 500 0
[pid=29943] ppid=29930 vsize=5356 CPUtime=0
/proc/29943/stat : 29943 (sh) S 29930 29930 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002443421 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29943/statm: 1339 233 193 169 0 50 0
[pid=29944] ppid=29943 vsize=868332 CPUtime=3.01
/proc/29944/stat : 29944 (java) S 29943 29930 29288 0 -1 0 13324 0 1 0 291 10 0 0 18 0 9 0 2002443421 889171968 11895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29944/statm: 217083 11895 2544 9 0 211658 0
[pid=29944/tid=29945] ppid=29943 vsize=868332 CPUtime=2.08
/proc/29944/task/29945/stat : 29945 (java) R 29943 29930 29288 0 -1 64 3067 0 1 0 205 3 0 0 25 0 9 0 2002443422 889171968 11895 996147200 134512640 134550740 4294955952 18446744073709551615 4126572931 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29946] ppid=29943 vsize=868332 CPUtime=0.71
/proc/29944/task/29946/stat : 29946 (java) S 29943 29930 29288 0 -1 64 8099 0 0 0 66 5 0 0 16 0 9 0 2002443423 889171968 11895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29947] ppid=29943 vsize=868332 CPUtime=0
/proc/29944/task/29947/stat : 29947 (java) S 29943 29930 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002443423 889171968 11895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29948] ppid=29943 vsize=868332 CPUtime=0
/proc/29944/task/29948/stat : 29948 (java) S 29943 29930 29288 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002443423 889171968 11895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29949] ppid=29943 vsize=868332 CPUtime=0
/proc/29944/task/29949/stat : 29949 (java) S 29943 29930 29288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002443425 889171968 11895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29950] ppid=29943 vsize=868332 CPUtime=0.2
/proc/29944/task/29950/stat : 29950 (java) S 29943 29930 29288 0 -1 64 1460 0 0 0 19 1 0 0 15 0 9 0 2002443425 889171968 11895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29951] ppid=29943 vsize=868332 CPUtime=0
/proc/29944/task/29951/stat : 29951 (java) S 29943 29930 29288 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002443425 889171968 11895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29952] ppid=29943 vsize=868332 CPUtime=0
/proc/29944/task/29952/stat : 29952 (java) S 29943 29930 29288 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002443426 889171968 11895 996147200 134512640 134550740 4294955952 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) 887288

[startup+12.7022 s]
/proc/loadavg: 2.18 2.04 2.01 4/84 29952
/proc/meminfo: memFree=1137792/2055920 swapFree=4111048/4192956
[pid=29930] ppid=29928 vsize=13600 CPUtime=3.15
/proc/29930/stat : 29930 (sugar) S 29928 29930 29288 0 -1 4194304 974 27455 0 1 3 0 297 15 16 0 1 0 2002443096 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29930/statm: 3400 797 370 3 0 500 0
[pid=29943] ppid=29930 vsize=5356 CPUtime=0
/proc/29943/stat : 29943 (sh) S 29930 29930 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002443421 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29943/statm: 1339 233 193 169 0 50 0
[pid=29944] ppid=29943 vsize=868332 CPUtime=9.34
/proc/29944/stat : 29944 (java) S 29943 29930 29288 0 -1 0 20199 0 1 0 917 17 0 0 18 0 9 0 2002443421 889171968 14309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29944/statm: 217083 14309 2541 9 0 211658 0
[pid=29944/tid=29945] ppid=29943 vsize=868332 CPUtime=7.69
/proc/29944/task/29945/stat : 29945 (java) R 29943 29930 29288 0 -1 64 3594 0 1 0 765 4 0 0 25 0 9 0 2002443422 889171968 14309 996147200 134512640 134550740 4294955952 18446744073709551615 4126572904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29946] ppid=29943 vsize=868332 CPUtime=1.4
/proc/29944/task/29946/stat : 29946 (java) S 29943 29930 29288 0 -1 64 14437 0 0 0 129 11 0 0 15 0 9 0 2002443423 889171968 14309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29947] ppid=29943 vsize=868332 CPUtime=0
/proc/29944/task/29947/stat : 29947 (java) S 29943 29930 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002443423 889171968 14309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29948] ppid=29943 vsize=868332 CPUtime=0
/proc/29944/task/29948/stat : 29948 (java) S 29943 29930 29288 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002443423 889171968 14309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29949] ppid=29943 vsize=868332 CPUtime=0
/proc/29944/task/29949/stat : 29949 (java) S 29943 29930 29288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002443425 889171968 14309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29950] ppid=29943 vsize=868332 CPUtime=0.22
/proc/29944/task/29950/stat : 29950 (java) S 29943 29930 29288 0 -1 64 1470 0 0 0 21 1 0 0 17 0 9 0 2002443425 889171968 14309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29951] ppid=29943 vsize=868332 CPUtime=0
/proc/29944/task/29951/stat : 29951 (java) S 29943 29930 29288 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002443425 889171968 14309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29952] ppid=29943 vsize=868332 CPUtime=0
/proc/29944/task/29952/stat : 29952 (java) S 29943 29930 29288 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002443426 889171968 14309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887288

[startup+25.5015 s]
/proc/loadavg: 2.22 2.06 2.01 3/84 29952
/proc/meminfo: memFree=1116672/2055920 swapFree=4111048/4192956
[pid=29930] ppid=29928 vsize=13600 CPUtime=3.15
/proc/29930/stat : 29930 (sugar) S 29928 29930 29288 0 -1 4194304 974 27455 0 1 3 0 297 15 16 0 1 0 2002443096 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29930/statm: 3400 797 370 3 0 500 0
[pid=29943] ppid=29930 vsize=5356 CPUtime=0
/proc/29943/stat : 29943 (sh) S 29930 29930 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002443421 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29943/statm: 1339 233 193 169 0 50 0
[pid=29944] ppid=29943 vsize=868332 CPUtime=22.01
/proc/29944/stat : 29944 (java) S 29943 29930 29288 0 -1 0 25614 0 1 0 2177 24 0 0 18 0 9 0 2002443421 889171968 19333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29944/statm: 217083 19333 2541 9 0 211658 0
[pid=29944/tid=29945] ppid=29943 vsize=868332 CPUtime=19.54
/proc/29944/task/29945/stat : 29945 (java) R 29943 29930 29288 0 -1 64 3985 0 1 0 1949 5 0 0 25 0 9 0 2002443422 889171968 19333 996147200 134512640 134550740 4294955952 18446744073709551615 4126582692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29946] ppid=29943 vsize=868332 CPUtime=2.21
/proc/29944/task/29946/stat : 29946 (java) S 29943 29930 29288 0 -1 64 19453 0 0 0 205 16 0 0 16 0 9 0 2002443423 889171968 19333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29947] ppid=29943 vsize=868332 CPUtime=0
/proc/29944/task/29947/stat : 29947 (java) S 29943 29930 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002443423 889171968 19333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29948] ppid=29943 vsize=868332 CPUtime=0
/proc/29944/task/29948/stat : 29948 (java) S 29943 29930 29288 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002443423 889171968 19333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+642.302 s]
/proc/loadavg: 2.80 2.46 2.20 3/93 30049
/proc/meminfo: memFree=15408/2055920 swapFree=4111048/4192956
[pid=29930] ppid=29928 vsize=13600 CPUtime=3.16
/proc/29930/stat : 29930 (sugar) S 29928 29930 29288 0 -1 4194304 974 27455 0 1 4 0 297 15 16 0 1 0 2002443096 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29930/statm: 3400 797 370 3 0 500 0
[pid=29943] ppid=29930 vsize=5356 CPUtime=0
/proc/29943/stat : 29943 (sh) S 29930 29930 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002443421 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29943/statm: 1339 233 193 169 0 50 0
[pid=29944] ppid=29943 vsize=868444 CPUtime=631.12
/proc/29944/stat : 29944 (java) S 29943 29930 29288 0 -1 0 98526 0 1 0 61815 1297 0 0 18 0 9 0 2002443421 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29944/statm: 217111 73468 2566 9 0 211658 0
[pid=29944/tid=29945] ppid=29943 vsize=868444 CPUtime=615.78
/proc/29944/task/29945/stat : 29945 (java) R 29943 29930 29288 0 -1 64 10600 0 1 0 60347 1231 0 0 25 0 9 0 2002443422 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29944/tid=29946] ppid=29943 vsize=868444 CPUtime=14.98
/proc/29944/task/29946/stat : 29946 (java) S 29943 29930 29288 0 -1 64 85701 0 0 0 1436 62 0 0 16 0 9 0 2002443423 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29944/tid=29947] ppid=29943 vsize=868444 CPUtime=0
/proc/29944/task/29947/stat : 29947 (java) S 29943 29930 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002443423 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29948] ppid=29943 vsize=868444 CPUtime=0
/proc/29944/task/29948/stat : 29948 (java) S 29943 29930 29288 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002443423 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29949] ppid=29943 vsize=868444 CPUtime=0
/proc/29944/task/29949/stat : 29949 (java) S 29943 29930 29288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002443425 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29950] ppid=29943 vsize=868444 CPUtime=0.33
/proc/29944/task/29950/stat : 29950 (java) S 29943 29930 29288 0 -1 64 1527 0 0 0 32 1 0 0 16 0 9 0 2002443425 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29951] ppid=29943 vsize=868444 CPUtime=0
/proc/29944/task/29951/stat : 29951 (java) S 29943 29930 29288 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002443425 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29952] ppid=29943 vsize=868444 CPUtime=0
/proc/29944/task/29952/stat : 29952 (java) S 29943 29930 29288 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002443426 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 634.28
Current children cumulated vsize (KiB) 887400

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

[startup+652.702 s]
/proc/loadavg: 2.83 2.48 2.21 3/93 30049
/proc/meminfo: memFree=15792/2055920 swapFree=4111052/4192956
[pid=29930] ppid=29928 vsize=13600 CPUtime=3.16
/proc/29930/stat : 29930 (sugar) S 29928 29930 29288 0 -1 4194304 974 27455 0 1 4 0 297 15 16 0 1 0 2002443096 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29930/statm: 3400 797 370 3 0 500 0
[pid=29943] ppid=29930 vsize=5356 CPUtime=0
/proc/29943/stat : 29943 (sh) S 29930 29930 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002443421 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29943/statm: 1339 233 193 169 0 50 0
[pid=29944] ppid=29943 vsize=868444 CPUtime=641.43
/proc/29944/stat : 29944 (java) S 29943 29930 29288 0 -1 0 98550 0 1 0 62830 1313 0 0 18 0 9 0 2002443421 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29944/statm: 217111 73468 2566 9 0 211658 0
[pid=29944/tid=29945] ppid=29943 vsize=868444 CPUtime=626.07
/proc/29944/task/29945/stat : 29945 (java) R 29943 29930 29288 0 -1 64 10624 0 1 0 61359 1248 0 0 25 0 9 0 2002443422 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4127033640 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29944/tid=29946] ppid=29943 vsize=868444 CPUtime=15
/proc/29944/task/29946/stat : 29946 (java) S 29943 29930 29288 0 -1 64 85701 0 0 0 1438 62 0 0 16 0 9 0 2002443423 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29944/tid=29947] ppid=29943 vsize=868444 CPUtime=0
/proc/29944/task/29947/stat : 29947 (java) S 29943 29930 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002443423 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29948] ppid=29943 vsize=868444 CPUtime=0
/proc/29944/task/29948/stat : 29948 (java) S 29943 29930 29288 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002443423 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29949] ppid=29943 vsize=868444 CPUtime=0
/proc/29944/task/29949/stat : 29949 (java) S 29943 29930 29288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002443425 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29950] ppid=29943 vsize=868444 CPUtime=0.33
/proc/29944/task/29950/stat : 29950 (java) S 29943 29930 29288 0 -1 64 1527 0 0 0 32 1 0 0 16 0 9 0 2002443425 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29951] ppid=29943 vsize=868444 CPUtime=0
/proc/29944/task/29951/stat : 29951 (java) S 29943 29930 29288 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002443425 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29952] ppid=29943 vsize=868444 CPUtime=0
/proc/29944/task/29952/stat : 29952 (java) R 29943 29930 29288 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002443426 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 644.59
Current children cumulated vsize (KiB) 887400

[startup+659.102 s]
/proc/loadavg: 2.84 2.49 2.21 3/93 30049
/proc/meminfo: memFree=15728/2055920 swapFree=4111052/4192956
[pid=29930] ppid=29928 vsize=13600 CPUtime=3.16
/proc/29930/stat : 29930 (sugar) S 29928 29930 29288 0 -1 4194304 974 27455 0 1 4 0 297 15 16 0 1 0 2002443096 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29930/statm: 3400 797 370 3 0 500 0
[pid=29943] ppid=29930 vsize=5356 CPUtime=0
/proc/29943/stat : 29943 (sh) S 29930 29930 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002443421 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29943/statm: 1339 233 193 169 0 50 0
[pid=29944] ppid=29943 vsize=868444 CPUtime=647.7
/proc/29944/stat : 29944 (java) S 29943 29930 29288 0 -1 0 98565 0 1 0 63448 1322 0 0 18 0 9 0 2002443421 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29944/statm: 217111 73468 2566 9 0 211658 0
[pid=29944/tid=29945] ppid=29943 vsize=868444 CPUtime=632.33
/proc/29944/task/29945/stat : 29945 (java) R 29943 29930 29288 0 -1 64 10639 0 1 0 61976 1257 0 0 25 0 9 0 2002443422 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4127033648 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29944/tid=29946] ppid=29943 vsize=868444 CPUtime=15.01
/proc/29944/task/29946/stat : 29946 (java) S 29943 29930 29288 0 -1 64 85701 0 0 0 1439 62 0 0 16 0 9 0 2002443423 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29944/tid=29947] ppid=29943 vsize=868444 CPUtime=0
/proc/29944/task/29947/stat : 29947 (java) S 29943 29930 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002443423 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29948] ppid=29943 vsize=868444 CPUtime=0
/proc/29944/task/29948/stat : 29948 (java) S 29943 29930 29288 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002443423 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29949] ppid=29943 vsize=868444 CPUtime=0
/proc/29944/task/29949/stat : 29949 (java) S 29943 29930 29288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002443425 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29950] ppid=29943 vsize=868444 CPUtime=0.33
/proc/29944/task/29950/stat : 29950 (java) S 29943 29930 29288 0 -1 64 1527 0 0 0 32 1 0 0 16 0 9 0 2002443425 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29951] ppid=29943 vsize=868444 CPUtime=0
/proc/29944/task/29951/stat : 29951 (java) S 29943 29930 29288 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002443425 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29952] ppid=29943 vsize=868444 CPUtime=0
/proc/29944/task/29952/stat : 29952 (java) S 29943 29930 29288 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002443426 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 650.86
Current children cumulated vsize (KiB) 887400

[startup+662.303 s]
/proc/loadavg: 2.93 2.51 2.22 4/93 30049
/proc/meminfo: memFree=14960/2055920 swapFree=4111052/4192956
[pid=29930] ppid=29928 vsize=13600 CPUtime=3.16
/proc/29930/stat : 29930 (sugar) S 29928 29930 29288 0 -1 4194304 974 27455 0 1 4 0 297 15 16 0 1 0 2002443096 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29930/statm: 3400 797 370 3 0 500 0
[pid=29943] ppid=29930 vsize=5356 CPUtime=0
/proc/29943/stat : 29943 (sh) S 29930 29930 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002443421 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29943/statm: 1339 233 193 169 0 50 0
[pid=29944] ppid=29943 vsize=868444 CPUtime=650.87
/proc/29944/stat : 29944 (java) S 29943 29930 29288 0 -1 0 98573 0 1 0 63757 1330 0 0 18 0 9 0 2002443421 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29944/statm: 217111 73468 2566 9 0 211658 0
[pid=29944/tid=29945] ppid=29943 vsize=868444 CPUtime=635.49
/proc/29944/task/29945/stat : 29945 (java) R 29943 29930 29288 0 -1 64 10647 0 1 0 62284 1265 0 0 25 0 9 0 2002443422 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29944/tid=29946] ppid=29943 vsize=868444 CPUtime=15.02
/proc/29944/task/29946/stat : 29946 (java) S 29943 29930 29288 0 -1 64 85701 0 0 0 1440 62 0 0 16 0 9 0 2002443423 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29944/tid=29947] ppid=29943 vsize=868444 CPUtime=0
/proc/29944/task/29947/stat : 29947 (java) S 29943 29930 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002443423 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29948] ppid=29943 vsize=868444 CPUtime=0
/proc/29944/task/29948/stat : 29948 (java) S 29943 29930 29288 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002443423 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29949] ppid=29943 vsize=868444 CPUtime=0
/proc/29944/task/29949/stat : 29949 (java) S 29943 29930 29288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002443425 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29950] ppid=29943 vsize=868444 CPUtime=0.33
/proc/29944/task/29950/stat : 29950 (java) S 29943 29930 29288 0 -1 64 1527 0 0 0 32 1 0 0 16 0 9 0 2002443425 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29951] ppid=29943 vsize=868444 CPUtime=0
/proc/29944/task/29951/stat : 29951 (java) S 29943 29930 29288 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002443425 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29944/tid=29952] ppid=29943 vsize=868444 CPUtime=0
/proc/29944/task/29952/stat : 29952 (java) S 29943 29930 29288 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002443426 889286656 73468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 654.03
Current children cumulated vsize (KiB) 887400

[startup+663.901 s]
/proc/loadavg: 2.93 2.51 2.22 3/75 30051
/proc/meminfo: memFree=885376/2055920 swapFree=4111052/4192956
[pid=29930] ppid=29928 vsize=13600 CPUtime=655.11
/proc/29930/stat : 29930 (sugar) D 29928 29930 29288 0 -1 4194304 996 126328 0 2 4 44 64110 1353 18 0 1 0 2002443096 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/29930/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 655.11
Current children cumulated vsize (KiB) 13600

[startup+665.507 s]
/proc/loadavg: 2.94 2.52 2.23 2/75 30051
/proc/meminfo: memFree=1194368/2055920 swapFree=4111052/4192956
[pid=29930] ppid=29928 vsize=13600 CPUtime=655.14
/proc/29930/stat : 29930 (sugar) D 29928 29930 29288 0 -1 4194304 996 126328 0 2 4 47 64110 1353 18 0 1 0 2002443096 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/29930/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 655.14
Current children cumulated vsize (KiB) 13600

[startup+666.302 s]
/proc/loadavg: 2.94 2.52 2.23 2/75 30051
/proc/meminfo: memFree=1194368/2055920 swapFree=4111052/4192956
[pid=29930] ppid=29928 vsize=13600 CPUtime=655.17
/proc/29930/stat : 29930 (sugar) D 29928 29930 29288 0 -1 4194304 996 126328 0 2 4 50 64110 1353 18 0 1 0 2002443096 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/29930/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 655.17
Current children cumulated vsize (KiB) 13600

[startup+666.702 s]
/proc/loadavg: 2.94 2.52 2.23 2/75 30051
/proc/meminfo: memFree=1179264/2055920 swapFree=4111052/4192956
[pid=29930] ppid=29928 vsize=13600 CPUtime=655.19
/proc/29930/stat : 29930 (sugar) D 29928 29930 29288 0 -1 4194304 996 126328 0 2 4 52 64110 1353 18 0 1 0 2002443096 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/29930/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 655.19
Current children cumulated vsize (KiB) 13600

[startup+666.802 s]
/proc/loadavg: 2.94 2.52 2.23 2/75 30051
/proc/meminfo: memFree=1179264/2055920 swapFree=4111052/4192956
[pid=29930] ppid=29928 vsize=13600 CPUtime=655.19
/proc/29930/stat : 29930 (sugar) D 29928 29930 29288 0 -1 4194304 996 126328 0 2 4 52 64110 1353 18 0 1 0 2002443096 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/29930/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 655.19
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 666.89
CPU time (s): 655.208
CPU user time (s): 641.145
CPU system time (s): 14.0629
CPU usage (%): 98.2484
Max. virtual memory (cumulated for all children) (KiB): 897536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 641.146
system time used= 14.0629
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127354
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= 41985
involuntary context switches= 51893

runsolver used 0.863868 second user time and 2.27465 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-05 07:12:22
IDJOB=1085624
IDBENCH=57672
IDSOLVER=345
FILE ID=node70/1085624-1215234742
PBS_JOBID= 7881925
Free space on /tmp= 66292 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2fe472930e777421d5e31a3144b4206e
RANDOM SEED=1517361357

node70.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.256
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.256
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:       1189120 kB
Buffers:         73896 kB
Cached:         388500 kB
SwapCached:      76572 kB
Active:         582100 kB
Inactive:       222156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1189120 kB
SwapTotal:     4192956 kB
SwapFree:      4111048 kB
Dirty:            8964 kB
Writeback:           0 kB
Mapped:         347592 kB
Slab:            47060 kB
Committed_AS:  4452616 kB
PageTables:       2512 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= 65732 MiB
End job on node70 at 2008-07-05 07:23:29