Trace number 1085604

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? 640.526 663.711

General information on the benchmark

Namecsp/fapp/fapp40/
normalized-fapp40-3000-3.xml
MD5SUM708f3be708ab42eb795a0796dd38adf2
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 benchmark44.6422
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 07:09:47 2008
0.00/0.05	c 0	PID 26988
0.03/0.05	c 0	HOST node56.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1085604-1215234587.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-1085604-1215234587.xml' 'HOME/temp.csp'
2.94/3.07	c 3	14 domains, 3000 variables, 8 predicates, 0 relations, 53548 constraints
2.94/3.09	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.94/3.09	c 3	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.02/3.17	c 3	Parsing HOME/temp.csp
3.41/3.56	c 4	parsed 10000 expressions
3.80/3.93	c 4	parsed 20000 expressions
4.10/4.27	c 4	parsed 30000 expressions
4.39/4.55	c 5	parsed 40000 expressions
4.78/4.96	c 5	parsed 50000 expressions
4.98/5.14	c 5	parsed 56570 expressions
4.98/5.14	c 5	Heap : 25 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.98/5.14	c 5	Converting to clausal form CSP
11.60/11.83	c 12	converted 5657 (10%) expressions
23.56/23.97	c 24	converted 11314 (20%) expressions
35.92/36.42	c 37	converted 16971 (30%) expressions
47.78/48.48	c 49	converted 22628 (40%) expressions
59.94/60.75	c 61	converted 28285 (50%) expressions
71.31/72.24	c 72	converted 33942 (60%) expressions
82.49/83.60	c 84	converted 39599 (70%) expressions
94.55/95.71	c 96	converted 45256 (80%) expressions
105.14/106.47	c 107	converted 50913 (90%) expressions
114.93/116.31	c 116	converted 56570 (100%) expressions
114.93/116.31	c 116	CSP : 16130 integers, 155101 booleans, 354071 clauses, largest domain size 4543
114.93/116.31	c 116	Heap : 198 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
114.93/116.31	c 116	Propagation in CSP
130.85/132.45	c 133	256600 values, 0 unsatisfiable literals, and 0 valid clauses are removed
130.85/132.46	c 133	CSP : 16130 integers, 155101 booleans, 354071 clauses, largest domain size 4543
130.85/132.46	c 133	Heap : 221 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
130.94/132.55	c 133	Simplifing CSP by introducing new Boolean variables
133.02/134.68	c 135	CSP : 16130 integers, 285881 booleans, 484851 clauses, largest domain size 4543
133.02/134.68	c 135	Heap : 261 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
134.51/136.18	c 136	Encoding CSP to SAT : HOME/temp.cnf
165.37/167.30	c 167	1613 (10%) CSP integer variables are encoded (1000363 clauses, 16788325 bytes)
193.36/195.62	c 196	3226 (20%) CSP integer variables are encoded (2878110 clauses, 52465518 bytes)
202.22/205.52	c 206	4839 (30%) CSP integer variables are encoded (9893499 clauses, 185757909 bytes)
211.44/215.58	c 216	6452 (40%) CSP integer variables are encoded (16808422 clauses, 330768019 bytes)
220.91/225.11	c 225	8065 (50%) CSP integer variables are encoded (23799465 clauses, 477579922 bytes)
230.33/235.71	c 236	9678 (60%) CSP integer variables are encoded (30801446 clauses, 624621523 bytes)
239.62/245.18	c 245	11291 (70%) CSP integer variables are encoded (37749131 clauses, 770522908 bytes)
249.06/255.67	c 256	12904 (80%) CSP integer variables are encoded (44766838 clauses, 917894755 bytes)
258.38/266.03	c 266	14517 (90%) CSP integer variables are encoded (51649717 clauses, 1062435214 bytes)
267.66/276.21	c 276	16130 (100%) CSP integer variables are encoded (58532088 clauses, 1206965005 bytes)
639.45/660.69	c 661	ERROR Exception Too large HOME/temp.cnf
639.45/660.69	c 661	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
639.45/660.69	c 661	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
639.45/660.69	c 661	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
639.45/660.69	s UNKNOWN
639.59/661.91	c 662	CPU 626.67 (0.04 0 626.63 12.94)
639.59/661.91	c 662	END Sat Jul  5 07:20:49 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-1085604-1215234587/watcher-1085604-1215234587 -o /tmp/evaluation-result-1085604-1215234587/solver-1085604-1215234587 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1085604-1215234587.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.07 2.10 2.03 4/82 26988
/proc/meminfo: memFree=1361752/2055920 swapFree=4179784/4192956
[pid=26988] ppid=26986 vsize=12000 CPUtime=0
/proc/26988/stat : 26988 (sugar) R 26986 26988 23695 0 -1 4194304 210 0 0 0 0 0 0 0 22 0 1 0 2002430294 12288000 178 996147200 4194304 4206940 548682068608 18446744073709551615 250988866860 0 0 4224 0 0 0 0 17 1 0 0
/proc/26988/statm: 3000 178 139 3 0 100 0

[startup+0.050321 s]
/proc/loadavg: 2.07 2.10 2.03 4/82 26988
/proc/meminfo: memFree=1361752/2055920 swapFree=4179784/4192956
[pid=26988] ppid=26986 vsize=13600 CPUtime=0.03
/proc/26988/stat : 26988 (sugar) S 26986 26988 23695 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2002430294 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26988/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101246 s]
/proc/loadavg: 2.07 2.10 2.03 4/82 26988
/proc/meminfo: memFree=1361752/2055920 swapFree=4179784/4192956
[pid=26988] ppid=26986 vsize=13600 CPUtime=0.03
/proc/26988/stat : 26988 (sugar) S 26986 26988 23695 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002430294 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26988/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301282 s]
/proc/loadavg: 2.07 2.10 2.03 4/82 26988
/proc/meminfo: memFree=1361752/2055920 swapFree=4179784/4192956
[pid=26988] ppid=26986 vsize=13600 CPUtime=0.03
/proc/26988/stat : 26988 (sugar) S 26986 26988 23695 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002430294 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26988/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701352 s]
/proc/loadavg: 2.07 2.10 2.03 4/82 26988
/proc/meminfo: memFree=1361752/2055920 swapFree=4179784/4192956
[pid=26988] ppid=26986 vsize=13600 CPUtime=0.03
/proc/26988/stat : 26988 (sugar) S 26986 26988 23695 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002430294 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26988/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5045 s]
/proc/loadavg: 2.07 2.10 2.03 3/93 27000
/proc/meminfo: memFree=1328384/2055920 swapFree=4179784/4192956
[pid=26988] ppid=26986 vsize=13600 CPUtime=0.03
/proc/26988/stat : 26988 (sugar) S 26986 26988 23695 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002430294 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26988/statm: 3400 796 370 3 0 500 0
[pid=26991] ppid=26988 vsize=5356 CPUtime=0
/proc/26991/stat : 26991 (sh) S 26988 26988 23695 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 2002430299 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26991/statm: 1339 233 193 169 0 50 0
[pid=26992] ppid=26991 vsize=864656 CPUtime=1.42
/proc/26992/stat : 26992 (java) S 26991 26988 23695 0 -1 0 17482 0 1 0 133 9 0 0 18 0 9 0 2002430299 885407744 14561 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26992/statm: 216164 14561 2529 9 0 210746 0
[pid=26992/tid=26993] ppid=26991 vsize=864656 CPUtime=0.7
/proc/26992/task/26993/stat : 26993 (java) R 26991 26988 23695 0 -1 64 3076 0 1 0 68 2 0 0 25 0 9 0 2002430300 885407744 14561 996147200 134512640 134550740 4294956000 18446744073709551615 4126656653 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26992/tid=26994] ppid=26991 vsize=864656 CPUtime=0.58
/proc/26992/task/26994/stat : 26994 (java) S 26991 26988 23695 0 -1 64 13203 0 0 0 52 6 0 0 17 0 9 0 2002430301 885407744 14561 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26992/tid=26995] ppid=26991 vsize=864656 CPUtime=0
/proc/26992/task/26995/stat : 26995 (java) S 26991 26988 23695 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002430301 885407744 14561 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26992/tid=26996] ppid=26991 vsize=864656 CPUtime=0
/proc/26992/task/26996/stat : 26996 (java) S 26991 26988 23695 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2002430302 885407744 14561 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26992/tid=26997] ppid=26991 vsize=864656 CPUtime=0
/proc/26992/task/26997/stat : 26997 (java) S 26991 26988 23695 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002430303 885407744 14561 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26992/tid=26998] ppid=26991 vsize=864656 CPUtime=0.11
/proc/26992/task/26998/stat : 26998 (java) S 26991 26988 23695 0 -1 64 502 0 0 0 11 0 0 0 16 0 9 0 2002430303 885407744 14561 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26992/tid=26999] ppid=26991 vsize=864656 CPUtime=0
/proc/26992/task/26999/stat : 26999 (java) S 26991 26988 23695 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002430304 885407744 14561 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26992/tid=27000] ppid=26991 vsize=864656 CPUtime=0
/proc/26992/task/27000/stat : 27000 (java) S 26991 26988 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002430304 885407744 14561 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) 883612

[startup+3.10179 s]
/proc/loadavg: 2.07 2.10 2.03 4/93 27000
/proc/meminfo: memFree=1283528/2055920 swapFree=4179784/4192956
[pid=26988] ppid=26986 vsize=13600 CPUtime=3.02
/proc/26988/stat : 26988 (sugar) S 26986 26988 23695 0 -1 4194304 956 27457 0 1 3 0 283 16 16 0 1 0 2002430294 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26988/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 13600

[startup+6.30235 s]
/proc/loadavg: 2.07 2.10 2.03 3/93 27010
/proc/meminfo: memFree=1324488/2055920 swapFree=4179784/4192956
[pid=26988] ppid=26986 vsize=13600 CPUtime=3.02
/proc/26988/stat : 26988 (sugar) S 26986 26988 23695 0 -1 4194304 974 27457 0 1 3 0 283 16 15 0 1 0 2002430294 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26988/statm: 3400 797 370 3 0 500 0
[pid=27001] ppid=26988 vsize=5356 CPUtime=0
/proc/27001/stat : 27001 (sh) S 26988 26988 23695 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002430603 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27001/statm: 1339 233 193 169 0 50 0
[pid=27002] ppid=27001 vsize=868436 CPUtime=3.15
/proc/27002/stat : 27002 (java) S 27001 26988 23695 0 -1 0 13382 0 1 0 306 9 0 0 18 0 9 0 2002430603 889278464 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27002/statm: 217109 11944 2544 9 0 211684 0
[pid=27002/tid=27003] ppid=27001 vsize=868436 CPUtime=2.2
/proc/27002/task/27003/stat : 27003 (java) R 27001 26988 23695 0 -1 64 3070 0 1 0 218 2 0 0 25 0 9 0 2002430604 889278464 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4126643518 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27004] ppid=27001 vsize=868436 CPUtime=0.72
/proc/27002/task/27004/stat : 27004 (java) S 27001 26988 23695 0 -1 64 8148 0 0 0 67 5 0 0 16 0 9 0 2002430605 889278464 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27005] ppid=27001 vsize=868436 CPUtime=0
/proc/27002/task/27005/stat : 27005 (java) S 27001 26988 23695 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002430606 889278464 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27006] ppid=27001 vsize=868436 CPUtime=0
/proc/27002/task/27006/stat : 27006 (java) S 27001 26988 23695 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002430606 889278464 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27007] ppid=27001 vsize=868436 CPUtime=0
/proc/27002/task/27007/stat : 27007 (java) S 27001 26988 23695 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002430608 889278464 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27008] ppid=27001 vsize=868436 CPUtime=0.19
/proc/27002/task/27008/stat : 27008 (java) S 27001 26988 23695 0 -1 64 1467 0 0 0 19 0 0 0 16 0 9 0 2002430608 889278464 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27009] ppid=27001 vsize=868436 CPUtime=0
/proc/27002/task/27009/stat : 27009 (java) S 27001 26988 23695 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002430608 889278464 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27010] ppid=27001 vsize=868436 CPUtime=0
/proc/27002/task/27010/stat : 27010 (java) S 27001 26988 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002430608 889278464 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887392

[startup+12.7025 s]
/proc/loadavg: 2.06 2.10 2.03 3/93 27010
/proc/meminfo: memFree=1310472/2055920 swapFree=4179784/4192956
[pid=26988] ppid=26986 vsize=13600 CPUtime=3.02
/proc/26988/stat : 26988 (sugar) S 26986 26988 23695 0 -1 4194304 974 27457 0 1 3 0 283 16 16 0 1 0 2002430294 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26988/statm: 3400 797 370 3 0 500 0
[pid=27001] ppid=26988 vsize=5356 CPUtime=0
/proc/27001/stat : 27001 (sh) S 26988 26988 23695 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002430603 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27001/statm: 1339 233 193 169 0 50 0
[pid=27002] ppid=27001 vsize=868436 CPUtime=9.48
/proc/27002/stat : 27002 (java) S 27001 26988 23695 0 -1 0 19627 0 1 0 933 15 0 0 18 0 9 0 2002430603 889278464 14371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27002/statm: 217109 14371 2541 9 0 211684 0
[pid=27002/tid=27003] ppid=27001 vsize=868436 CPUtime=7.85
/proc/27002/task/27003/stat : 27003 (java) R 27001 26988 23695 0 -1 64 3596 0 1 0 782 3 0 0 25 0 9 0 2002430604 889278464 14371 996147200 134512640 134550740 4294955952 18446744073709551615 4126567776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27004] ppid=27001 vsize=868436 CPUtime=1.37
/proc/27002/task/27004/stat : 27004 (java) S 27001 26988 23695 0 -1 64 13859 0 0 0 128 9 0 0 16 0 9 0 2002430605 889278464 14371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27005] ppid=27001 vsize=868436 CPUtime=0
/proc/27002/task/27005/stat : 27005 (java) S 27001 26988 23695 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002430606 889278464 14371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27006] ppid=27001 vsize=868436 CPUtime=0
/proc/27002/task/27006/stat : 27006 (java) S 27001 26988 23695 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002430606 889278464 14371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27007] ppid=27001 vsize=868436 CPUtime=0
/proc/27002/task/27007/stat : 27007 (java) S 27001 26988 23695 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002430608 889278464 14371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27008] ppid=27001 vsize=868436 CPUtime=0.21
/proc/27002/task/27008/stat : 27008 (java) S 27001 26988 23695 0 -1 64 1475 0 0 0 21 0 0 0 17 0 9 0 2002430608 889278464 14371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27009] ppid=27001 vsize=868436 CPUtime=0
/proc/27002/task/27009/stat : 27009 (java) S 27001 26988 23695 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002430608 889278464 14371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27010] ppid=27001 vsize=868436 CPUtime=0
/proc/27002/task/27010/stat : 27010 (java) S 27001 26988 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002430608 889278464 14371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887392

[startup+25.5028 s]
/proc/loadavg: 2.05 2.09 2.03 3/93 27010
/proc/meminfo: memFree=1289864/2055920 swapFree=4179784/4192956
[pid=26988] ppid=26986 vsize=13600 CPUtime=3.02
/proc/26988/stat : 26988 (sugar) S 26986 26988 23695 0 -1 4194304 974 27457 0 1 3 0 283 16 16 0 1 0 2002430294 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26988/statm: 3400 797 370 3 0 500 0
[pid=27001] ppid=26988 vsize=5356 CPUtime=0
/proc/27001/stat : 27001 (sh) S 26988 26988 23695 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002430603 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27001/statm: 1339 233 193 169 0 50 0
[pid=27002] ppid=27001 vsize=868436 CPUtime=22.12
/proc/27002/stat : 27002 (java) S 27001 26988 23695 0 -1 0 25052 0 1 0 2192 20 0 0 18 0 9 0 2002430603 889278464 19405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27002/statm: 217109 19405 2541 9 0 211684 0
[pid=27002/tid=27003] ppid=27001 vsize=868436 CPUtime=19.68
/proc/27002/task/27003/stat : 27003 (java) R 27001 26988 23695 0 -1 64 3987 0 1 0 1963 5 0 0 25 0 9 0 2002430604 889278464 19405 996147200 134512640 134550740 4294955952 18446744073709551615 4126428732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27004] ppid=27001 vsize=868436 CPUtime=2.19
/proc/27002/task/27004/stat : 27004 (java) S 27001 26988 23695 0 -1 64 18883 0 0 0 206 13 0 0 16 0 9 0 2002430605 889278464 19405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27005] ppid=27001 vsize=868436 CPUtime=0
/proc/27002/task/27005/stat : 27005 (java) S 27001 26988 23695 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002430606 889278464 19405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27006] ppid=27001 vsize=868436 CPUtime=0
/proc/27002/task/27006/stat : 27006 (java) S 27001 26988 23695 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002430606 889278464 19405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27007] ppid=27001 vsize=868436 CPUtime=0
/proc/27002/task/27007/stat : 27007 (java) S 27001 26988 23695 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002430608 889278464 19405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27008] ppid=27001 vsize=868436 CPUtime=0.22
/proc/27002/task/27008/stat : 27008 (java) S 27001 26988 23695 0 -1 64 1485 0 0 0 22 0 0 0 15 0 9 0 2002430608 889278464 19405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27009] ppid=27001 vsize=868436 CPUtime=0
/proc/27002/task/27009/stat : 27009 (java) S 27001 26988 23695 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002430608 889278464 19405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27010] ppid=27001 vsize=868436 CPUtime=0
/proc/27002/task/27010/stat : 27010 (java) S 27001 26988 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002430608 889278464 19405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 887392

[startup+51.1013 s]
/proc/loadavg: 2.03 2.08 2.02 4/93 27010
/proc/meminfo: memFree=1238664/2055920 swapFree=4179784/4192956
[pid=26988] ppid=26986 vsize=13600 CPUtime=3.02
/proc/26988/stat : 26988 (sugar) S 26986 26988 23695 0 -1 4194304 974 27457 0 1 3 0 283 16 16 0 1 0 2002430294 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26988/statm: 3400 797 370 3 0 500 0
[pid=27001] ppid=26988 vsize=5356 CPUtime=0
/proc/27001/stat : 27001 (sh) S 26988 26988 23695 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002430603 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27001/statm: 1339 233 193 169 0 50 0
[pid=27002] ppid=27001 vsize=868436 CPUtime=47.43
/proc/27002/stat : 27002 (java) S 27001 26988 23695 0 -1 0 44442 0 1 0 4710 33 0 0 18 0 9 0 2002430603 889278464 30333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=27002/tid=27008] ppid=27001 vsize=868548 CPUtime=0.32
/proc/27002/task/27008/stat : 27008 (java) S 27001 26988 23695 0 -1 64 1535 0 0 0 31 1 0 0 16 0 9 0 2002430608 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27002/tid=27009] ppid=27001 vsize=868548 CPUtime=0
/proc/27002/task/27009/stat : 27009 (java) S 27001 26988 23695 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002430608 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27010] ppid=27001 vsize=868548 CPUtime=0
/proc/27002/task/27010/stat : 27010 (java) S 27001 26988 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002430608 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 507.69
Current children cumulated vsize (KiB) 887504

[startup+582.303 s]
/proc/loadavg: 3.73 3.80 2.92 3/93 27027
/proc/meminfo: memFree=15496/2055920 swapFree=4179784/4192956
[pid=26988] ppid=26986 vsize=13600 CPUtime=3.03
/proc/26988/stat : 26988 (sugar) S 26986 26988 23695 0 -1 4194304 974 27457 0 1 4 0 283 16 16 0 1 0 2002430294 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26988/statm: 3400 797 370 3 0 500 0
[pid=27001] ppid=26988 vsize=5356 CPUtime=0
/proc/27001/stat : 27001 (sh) S 26988 26988 23695 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002430603 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27001/statm: 1339 233 193 169 0 50 0
[pid=27002] ppid=27001 vsize=868548 CPUtime=562.83
/proc/27002/stat : 27002 (java) S 27001 26988 23695 0 -1 0 96070 0 1 0 55119 1164 0 0 18 0 9 0 2002430603 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27002/statm: 217137 72739 2566 9 0 211684 0
[pid=27002/tid=27003] ppid=27001 vsize=868548 CPUtime=547.81
/proc/27002/task/27003/stat : 27003 (java) R 27001 26988 23695 0 -1 64 10405 0 1 0 53678 1103 0 0 25 0 9 0 2002430604 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4127029123 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27002/tid=27004] ppid=27001 vsize=868548 CPUtime=14.67
/proc/27002/task/27004/stat : 27004 (java) S 27001 26988 23695 0 -1 64 83433 0 0 0 1408 59 0 0 16 0 9 0 2002430605 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27002/tid=27005] ppid=27001 vsize=868548 CPUtime=0
/proc/27002/task/27005/stat : 27005 (java) S 27001 26988 23695 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002430606 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27006] ppid=27001 vsize=868548 CPUtime=0
/proc/27002/task/27006/stat : 27006 (java) S 27001 26988 23695 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002430606 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27007] ppid=27001 vsize=868548 CPUtime=0
/proc/27002/task/27007/stat : 27007 (java) S 27001 26988 23695 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002430608 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27008] ppid=27001 vsize=868548 CPUtime=0.32
/proc/27002/task/27008/stat : 27008 (java) S 27001 26988 23695 0 -1 64 1535 0 0 0 31 1 0 0 16 0 9 0 2002430608 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27002/tid=27009] ppid=27001 vsize=868548 CPUtime=0
/proc/27002/task/27009/stat : 27009 (java) S 27001 26988 23695 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002430608 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27010] ppid=27001 vsize=868548 CPUtime=0
/proc/27002/task/27010/stat : 27010 (java) S 27001 26988 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002430608 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 565.86
Current children cumulated vsize (KiB) 887504

[startup+642.302 s]
/proc/loadavg: 3.55 3.73 2.94 3/93 27027
/proc/meminfo: memFree=15688/2055920 swapFree=4179784/4192956
[pid=26988] ppid=26986 vsize=13600 CPUtime=3.03
/proc/26988/stat : 26988 (sugar) S 26986 26988 23695 0 -1 4194304 974 27457 0 1 4 0 283 16 16 0 1 0 2002430294 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26988/statm: 3400 797 370 3 0 500 0
[pid=27001] ppid=26988 vsize=5356 CPUtime=0
/proc/27001/stat : 27001 (sh) S 26988 26988 23695 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002430603 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27001/statm: 1339 233 193 169 0 50 0
[pid=27002] ppid=27001 vsize=868548 CPUtime=618.34
/proc/27002/stat : 27002 (java) S 27001 26988 23695 0 -1 0 96200 0 1 0 60592 1242 0 0 18 0 9 0 2002430603 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27002/statm: 217137 72739 2566 9 0 211684 0
[pid=27002/tid=27003] ppid=27001 vsize=868548 CPUtime=603.19
/proc/27002/task/27003/stat : 27003 (java) R 27001 26988 23695 0 -1 64 10535 0 1 0 59139 1180 0 0 25 0 9 0 2002430604 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4127029031 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27002/tid=27004] ppid=27001 vsize=868548 CPUtime=14.78
/proc/27002/task/27004/stat : 27004 (java) S 27001 26988 23695 0 -1 64 83433 0 0 0 1419 59 0 0 16 0 9 0 2002430605 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27002/tid=27005] ppid=27001 vsize=868548 CPUtime=0
/proc/27002/task/27005/stat : 27005 (java) S 27001 26988 23695 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002430606 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27006] ppid=27001 vsize=868548 CPUtime=0
/proc/27002/task/27006/stat : 27006 (java) S 27001 26988 23695 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002430606 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27007] ppid=27001 vsize=868548 CPUtime=0
/proc/27002/task/27007/stat : 27007 (java) S 27001 26988 23695 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002430608 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27008] ppid=27001 vsize=868548 CPUtime=0.32
/proc/27002/task/27008/stat : 27008 (java) S 27001 26988 23695 0 -1 64 1535 0 0 0 31 1 0 0 16 0 9 0 2002430608 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27002/tid=27009] ppid=27001 vsize=868548 CPUtime=0
/proc/27002/task/27009/stat : 27009 (java) S 27001 26988 23695 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002430608 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27010] ppid=27001 vsize=868548 CPUtime=0
/proc/27002/task/27010/stat : 27010 (java) R 27001 26988 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002430608 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 621.37
Current children cumulated vsize (KiB) 887504

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

[startup+652.702 s]
/proc/loadavg: 3.46 3.71 2.94 3/93 27027
/proc/meminfo: memFree=15240/2055920 swapFree=4179784/4192956
[pid=26988] ppid=26986 vsize=13600 CPUtime=3.03
/proc/26988/stat : 26988 (sugar) S 26986 26988 23695 0 -1 4194304 974 27457 0 1 4 0 283 16 16 0 1 0 2002430294 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26988/statm: 3400 797 370 3 0 500 0
[pid=27001] ppid=26988 vsize=5356 CPUtime=0
/proc/27001/stat : 27001 (sh) S 26988 26988 23695 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002430603 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27001/statm: 1339 233 193 169 0 50 0
[pid=27002] ppid=27001 vsize=868548 CPUtime=628.62
/proc/27002/stat : 27002 (java) S 27001 26988 23695 0 -1 0 96226 0 1 0 61602 1260 0 0 18 0 9 0 2002430603 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27002/statm: 217137 72739 2566 9 0 211684 0
[pid=27002/tid=27003] ppid=27001 vsize=868548 CPUtime=613.44
/proc/27002/task/27003/stat : 27003 (java) R 27001 26988 23695 0 -1 64 10561 0 1 0 60147 1197 0 0 25 0 9 0 2002430604 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4126636091 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27002/tid=27004] ppid=27001 vsize=868548 CPUtime=14.81
/proc/27002/task/27004/stat : 27004 (java) S 27001 26988 23695 0 -1 64 83433 0 0 0 1422 59 0 0 16 0 9 0 2002430605 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27002/tid=27005] ppid=27001 vsize=868548 CPUtime=0
/proc/27002/task/27005/stat : 27005 (java) S 27001 26988 23695 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002430606 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27006] ppid=27001 vsize=868548 CPUtime=0
/proc/27002/task/27006/stat : 27006 (java) S 27001 26988 23695 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002430606 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27007] ppid=27001 vsize=868548 CPUtime=0
/proc/27002/task/27007/stat : 27007 (java) S 27001 26988 23695 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002430608 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27008] ppid=27001 vsize=868548 CPUtime=0.32
/proc/27002/task/27008/stat : 27008 (java) S 27001 26988 23695 0 -1 64 1535 0 0 0 31 1 0 0 16 0 9 0 2002430608 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27002/tid=27009] ppid=27001 vsize=868548 CPUtime=0
/proc/27002/task/27009/stat : 27009 (java) S 27001 26988 23695 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002430608 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27010] ppid=27001 vsize=868548 CPUtime=0
/proc/27002/task/27010/stat : 27010 (java) S 27001 26988 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002430608 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 631.65
Current children cumulated vsize (KiB) 887504

[startup+659.102 s]
/proc/loadavg: 3.43 3.69 2.94 3/93 27027
/proc/meminfo: memFree=15496/2055920 swapFree=4179784/4192956
[pid=26988] ppid=26986 vsize=13600 CPUtime=3.03
/proc/26988/stat : 26988 (sugar) S 26986 26988 23695 0 -1 4194304 974 27457 0 1 4 0 283 16 16 0 1 0 2002430294 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26988/statm: 3400 797 370 3 0 500 0
[pid=27001] ppid=26988 vsize=5356 CPUtime=0
/proc/27001/stat : 27001 (sh) S 26988 26988 23695 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002430603 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27001/statm: 1339 233 193 169 0 50 0
[pid=27002] ppid=27001 vsize=868548 CPUtime=634.94
/proc/27002/stat : 27002 (java) S 27001 26988 23695 0 -1 0 96241 0 1 0 62225 1269 0 0 18 0 9 0 2002430603 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27002/statm: 217137 72739 2566 9 0 211684 0
[pid=27002/tid=27003] ppid=27001 vsize=868548 CPUtime=619.76
/proc/27002/task/27003/stat : 27003 (java) R 27001 26988 23695 0 -1 64 10576 0 1 0 60769 1207 0 0 25 0 9 0 2002430604 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4126636056 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27002/tid=27004] ppid=27001 vsize=868548 CPUtime=14.83
/proc/27002/task/27004/stat : 27004 (java) S 27001 26988 23695 0 -1 64 83433 0 0 0 1423 60 0 0 16 0 9 0 2002430605 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27002/tid=27005] ppid=27001 vsize=868548 CPUtime=0
/proc/27002/task/27005/stat : 27005 (java) S 27001 26988 23695 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002430606 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27006] ppid=27001 vsize=868548 CPUtime=0
/proc/27002/task/27006/stat : 27006 (java) S 27001 26988 23695 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002430606 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27007] ppid=27001 vsize=868548 CPUtime=0
/proc/27002/task/27007/stat : 27007 (java) S 27001 26988 23695 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002430608 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27008] ppid=27001 vsize=868548 CPUtime=0.32
/proc/27002/task/27008/stat : 27008 (java) S 27001 26988 23695 0 -1 64 1535 0 0 0 31 1 0 0 16 0 9 0 2002430608 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27002/tid=27009] ppid=27001 vsize=868548 CPUtime=0
/proc/27002/task/27009/stat : 27009 (java) S 27001 26988 23695 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002430608 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27002/tid=27010] ppid=27001 vsize=868548 CPUtime=0
/proc/27002/task/27010/stat : 27010 (java) S 27001 26988 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002430608 889393152 72739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 637.97
Current children cumulated vsize (KiB) 887504

[startup+662.302 s]
/proc/loadavg: 3.39 3.68 2.94 3/83 27027
/proc/meminfo: memFree=657048/2055920 swapFree=4179784/4192956
[pid=26988] ppid=26986 vsize=13600 CPUtime=639.97
/proc/26988/stat : 26988 (sugar) R 26986 26988 23695 0 -1 4194304 996 124002 0 2 4 36 62663 1294 19 0 1 0 2002430294 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250969035817 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26988/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 639.97
Current children cumulated vsize (KiB) 13600

[startup+663.102 s]
/proc/loadavg: 3.39 3.68 2.94 3/83 27027
/proc/meminfo: memFree=657048/2055920 swapFree=4179784/4192956
[pid=26988] ppid=26986 vsize=13600 CPUtime=640.49
/proc/26988/stat : 26988 (sugar) D 26986 26988 23695 0 -1 4194304 996 124002 0 2 4 88 62663 1294 18 0 1 0 2002430294 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250969035817 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26988/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 640.49
Current children cumulated vsize (KiB) 13600

[startup+663.501 s]
/proc/loadavg: 3.39 3.68 2.94 2/83 27027
/proc/meminfo: memFree=1934808/2055920 swapFree=4179784/4192956
[pid=26988] ppid=26986 vsize=13600 CPUtime=640.5
/proc/26988/stat : 26988 (sugar) D 26986 26988 23695 0 -1 4194304 996 124002 0 2 4 89 62663 1294 18 0 1 0 2002430294 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250969035817 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26988/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 640.5
Current children cumulated vsize (KiB) 13600

[startup+663.701 s]
/proc/loadavg: 3.39 3.68 2.94 2/83 27027
/proc/meminfo: memFree=1934808/2055920 swapFree=4179784/4192956
[pid=26988] ppid=26986 vsize=13600 CPUtime=640.51
/proc/26988/stat : 26988 (sugar) D 26986 26988 23695 0 -1 4194304 996 124002 0 2 4 90 62663 1294 18 0 1 0 2002430294 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250969035817 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26988/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 640.51
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 663.711
CPU time (s): 640.526
CPU user time (s): 626.673
CPU system time (s): 13.8529
CPU usage (%): 96.5067
Max. virtual memory (cumulated for all children) (KiB): 897644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 626.673
system time used= 13.8529
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125028
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= 42219
involuntary context switches= 57582

runsolver used 0.956854 second user time and 2.58161 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-05 07:09:47
IDJOB=1085604
IDBENCH=57670
IDSOLVER=346
FILE ID=node56/1085604-1215234587
PBS_JOBID= 7881798
Free space on /tmp= 103232 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 708f3be708ab42eb795a0796dd38adf2
RANDOM SEED=81924279

node56.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.265
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	: 5931.00
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.265
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:       1362232 kB
Buffers:         27556 kB
Cached:         572844 kB
SwapCached:       7316 kB
Active:         140328 kB
Inactive:       490348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1362232 kB
SwapTotal:     4192956 kB
SwapFree:      4179784 kB
Dirty:            8844 kB
Writeback:           0 kB
Mapped:          46316 kB
Slab:            47968 kB
Committed_AS:  4017028 kB
PageTables:       1992 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= 103232 MiB
End job on node56 at 2008-07-05 07:20:51