Trace number 1087179

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? 527.789 534.556

General information on the benchmark

Namecsp/fapp/fapp14/
normalized-fapp14-2500-0.xml
MD5SUMfac073e8eb5ef4bb7103b84225c28dd2
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 benchmark35.7036
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 09:28:20 2008
0.00/0.04	c 0	PID 2677
0.00/0.05	c 0	HOST node24.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1087179-1215242899.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087179-1215242899.xml' 'HOME/temp.csp'
2.25/2.37	c 2	30 domains, 2500 variables, 8 predicates, 0 relations, 40767 constraints
2.34/2.40	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.34/2.40	c 2	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'
2.34/2.49	c 2	Parsing HOME/temp.csp
2.35/2.98	c 3	parsed 10000 expressions
3.23/3.35	c 3	parsed 20000 expressions
3.51/3.69	c 4	parsed 30000 expressions
3.81/3.96	c 4	parsed 40000 expressions
3.92/4.05	c 4	parsed 43305 expressions
3.92/4.05	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.92/4.05	c 4	Converting to clausal form CSP
6.79/6.98	c 7	converted 4331 (10%) expressions
12.76/12.91	c 13	converted 8661 (20%) expressions
18.43/18.68	c 19	converted 12992 (30%) expressions
23.79/24.04	c 24	converted 17322 (40%) expressions
29.67/29.96	c 30	converted 21653 (50%) expressions
34.84/35.19	c 35	converted 25983 (60%) expressions
39.82/40.18	c 40	converted 30314 (70%) expressions
45.58/45.99	c 46	converted 34644 (80%) expressions
50.16/50.53	c 50	converted 38975 (90%) expressions
54.24/54.61	c 54	converted 43305 (100%) expressions
54.24/54.61	c 54	CSP : 12565 integers, 119179 booleans, 271994 clauses, largest domain size 2741
54.24/54.62	c 54	Heap : 208 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
54.24/54.62	c 54	Propagation in CSP
60.91/61.37	c 61	12110 values, 0 unsatisfiable literals, and 0 valid clauses are removed
60.91/61.37	c 61	CSP : 12565 integers, 119179 booleans, 271994 clauses, largest domain size 2741
60.91/61.37	c 61	Heap : 233 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
61.01/61.45	c 61	Simplifing CSP by introducing new Boolean variables
61.59/62.04	c 62	CSP : 12565 integers, 217179 booleans, 369994 clauses, largest domain size 2741
61.59/62.04	c 62	Heap : 258 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
63.19/63.63	c 63	Encoding CSP to SAT : HOME/temp.cnf
72.05/72.58	c 72	1257 (10%) CSP integer variables are encoded (386675 clauses, 6352058 bytes)
80.80/81.35	c 81	2513 (20%) CSP integer variables are encoded (804867 clauses, 13461322 bytes)
84.57/85.16	c 85	3770 (30%) CSP integer variables are encoded (3864238 clauses, 71204302 bytes)
88.37/89.21	c 89	5026 (40%) CSP integer variables are encoded (6845926 clauses, 127856374 bytes)
92.33/93.22	c 93	6283 (50%) CSP integer variables are encoded (9878107 clauses, 185467813 bytes)
96.43/97.42	c 97	7539 (60%) CSP integer variables are encoded (12926283 clauses, 249248380 bytes)
100.52/101.61	c 101	8796 (70%) CSP integer variables are encoded (15945348 clauses, 312648745 bytes)
104.55/105.79	c 106	10052 (80%) CSP integer variables are encoded (18974134 clauses, 376253251 bytes)
108.66/110.00	c 110	11309 (90%) CSP integer variables are encoded (22003241 clauses, 439864498 bytes)
112.66/114.16	c 114	12565 (100%) CSP integer variables are encoded (24928329 clauses, 501291346 bytes)
272.99/276.13	c 276	37000 (10%) CSP clauses are encoded (49158590 clauses, 1102825204 bytes)
410.09/414.83	c 415	73999 (20%) CSP clauses are encoded (71381035 clauses, 1664459975 bytes)
526.76/532.48	c 532	ERROR Exception Too large HOME/temp.cnf
526.76/532.48	c 532	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
526.76/532.48	c 532	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
526.76/532.48	c 532	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
526.76/532.48	s UNKNOWN
526.88/532.99	c 533	CPU 513.51 (0.04 0 513.47 13.38)
526.88/532.99	c 533	END Sat Jul  5 09:37:13 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-1087179-1215242899/watcher-1087179-1215242899 -o /tmp/evaluation-result-1087179-1215242899/solver-1087179-1215242899 -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-1087179-1215242899.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.38 2.22 2.12 4/81 2677
/proc/meminfo: memFree=1846248/2055920 swapFree=4180448/4192956
[pid=2677] ppid=2675 vsize=18572 CPUtime=0
/proc/2677/stat : 2677 (runsolver) R 2675 2677 629 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003264542 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 237788261671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2677/statm: 4643 292 257 25 0 2626 0

[startup+0.062275 s]
/proc/loadavg: 2.38 2.22 2.12 4/81 2677
/proc/meminfo: memFree=1846248/2055920 swapFree=4180448/4192956
[pid=2677] ppid=2675 vsize=13600 CPUtime=0.03
/proc/2677/stat : 2677 (sugar) S 2675 2677 629 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 2003264542 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2677/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101435 s]
/proc/loadavg: 2.38 2.22 2.12 4/81 2677
/proc/meminfo: memFree=1846248/2055920 swapFree=4180448/4192956
[pid=2677] ppid=2675 vsize=13600 CPUtime=0.03
/proc/2677/stat : 2677 (sugar) S 2675 2677 629 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 2003264542 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2677/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301458 s]
/proc/loadavg: 2.38 2.22 2.12 4/81 2677
/proc/meminfo: memFree=1846248/2055920 swapFree=4180448/4192956
[pid=2677] ppid=2675 vsize=13600 CPUtime=0.03
/proc/2677/stat : 2677 (sugar) S 2675 2677 629 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 2003264542 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2677/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701499 s]
/proc/loadavg: 2.38 2.22 2.12 4/81 2677
/proc/meminfo: memFree=1846248/2055920 swapFree=4180448/4192956
[pid=2677] ppid=2675 vsize=13600 CPUtime=0.03
/proc/2677/stat : 2677 (sugar) S 2675 2677 629 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 2003264542 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2677/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50258 s]
/proc/loadavg: 2.35 2.21 2.12 3/92 2689
/proc/meminfo: memFree=1812680/2055920 swapFree=4180448/4192956
[pid=2677] ppid=2675 vsize=13600 CPUtime=0.03
/proc/2677/stat : 2677 (sugar) S 2675 2677 629 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 2003264542 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2677/statm: 3400 796 370 3 0 500 0
[pid=2680] ppid=2677 vsize=5356 CPUtime=0
/proc/2680/stat : 2680 (sh) S 2677 2677 629 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 2003264547 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2680/statm: 1339 233 193 169 0 50 0
[pid=2681] ppid=2680 vsize=866684 CPUtime=1.43
/proc/2681/stat : 2681 (java) S 2680 2677 629 0 -1 0 17997 0 1 0 134 9 0 0 18 0 9 0 2003264547 887484416 15580 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2681/statm: 216671 15580 2529 9 0 211253 0
[pid=2681/tid=2682] ppid=2680 vsize=866684 CPUtime=0.66
/proc/2681/task/2682/stat : 2682 (java) R 2680 2677 629 0 -1 64 3005 0 1 0 64 2 0 0 25 0 9 0 2003264548 887484416 15580 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2683] ppid=2680 vsize=866684 CPUtime=0.64
/proc/2681/task/2683/stat : 2683 (java) R 2680 2677 629 0 -1 64 13788 0 0 0 59 5 0 0 17 0 9 0 2003264549 887484416 15580 996147200 134512640 134550740 4294956000 18446744073709551615 104457039 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2684] ppid=2680 vsize=866684 CPUtime=0
/proc/2681/task/2684/stat : 2684 (java) S 2680 2677 629 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003264549 887484416 15580 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2685] ppid=2680 vsize=866684 CPUtime=0
/proc/2681/task/2685/stat : 2685 (java) S 2680 2677 629 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003264549 887484416 15580 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2686] ppid=2680 vsize=866684 CPUtime=0
/proc/2681/task/2686/stat : 2686 (java) S 2680 2677 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003264551 887484416 15580 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2687] ppid=2680 vsize=866684 CPUtime=0.11
/proc/2681/task/2687/stat : 2687 (java) S 2680 2677 629 0 -1 64 504 0 0 0 11 0 0 0 16 0 9 0 2003264551 887484416 15580 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2688] ppid=2680 vsize=866684 CPUtime=0
/proc/2681/task/2688/stat : 2688 (java) S 2680 2677 629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003264552 887484416 15580 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2689] ppid=2680 vsize=866684 CPUtime=0
/proc/2681/task/2689/stat : 2689 (java) S 2680 2677 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003264552 887484416 15580 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 885640

[startup+3.1025 s]
/proc/loadavg: 2.35 2.21 2.12 3/92 2689
/proc/meminfo: memFree=1779400/2055920 swapFree=4180448/4192956
[pid=2677] ppid=2675 vsize=13600 CPUtime=2.35
/proc/2677/stat : 2677 (sugar) S 2675 2677 629 0 -1 4194304 973 21993 0 1 3 0 219 13 15 0 1 0 2003264542 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2677/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 13600

[startup+6.30108 s]
/proc/loadavg: 2.32 2.21 2.12 3/92 2699
/proc/meminfo: memFree=1808008/2055920 swapFree=4180448/4192956
[pid=2677] ppid=2675 vsize=13600 CPUtime=2.35
/proc/2677/stat : 2677 (sugar) S 2675 2677 629 0 -1 4194304 974 21993 0 1 3 0 219 13 15 0 1 0 2003264542 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2677/statm: 3400 797 370 3 0 500 0
[pid=2690] ppid=2677 vsize=5356 CPUtime=0
/proc/2690/stat : 2690 (sh) S 2677 2677 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003264783 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2690/statm: 1339 233 193 169 0 50 0
[pid=2691] ppid=2690 vsize=868428 CPUtime=3.85
/proc/2691/stat : 2691 (java) S 2690 2677 629 0 -1 0 13155 0 1 0 375 10 0 0 18 0 9 0 2003264783 889270272 11691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2691/statm: 217107 11691 2542 9 0 211682 0
[pid=2691/tid=2692] ppid=2690 vsize=868428 CPUtime=2.85
/proc/2691/task/2692/stat : 2692 (java) R 2690 2677 629 0 -1 64 3081 0 1 0 283 2 0 0 25 0 9 0 2003264784 889270272 11691 996147200 134512640 134550740 4294955952 18446744073709551615 4125977881 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2693] ppid=2690 vsize=868428 CPUtime=0.74
/proc/2691/task/2693/stat : 2693 (java) S 2690 2677 629 0 -1 64 7893 0 0 0 69 5 0 0 16 0 9 0 2003264785 889270272 11691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2694] ppid=2690 vsize=868428 CPUtime=0
/proc/2691/task/2694/stat : 2694 (java) S 2690 2677 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003264786 889270272 11691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2695] ppid=2690 vsize=868428 CPUtime=0
/proc/2691/task/2695/stat : 2695 (java) S 2690 2677 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003264786 889270272 11691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2696] ppid=2690 vsize=868428 CPUtime=0
/proc/2691/task/2696/stat : 2696 (java) S 2690 2677 629 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003264788 889270272 11691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2697] ppid=2690 vsize=868428 CPUtime=0.21
/proc/2691/task/2697/stat : 2697 (java) S 2690 2677 629 0 -1 64 1484 0 0 0 21 0 0 0 15 0 9 0 2003264788 889270272 11691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2698] ppid=2690 vsize=868428 CPUtime=0
/proc/2691/task/2698/stat : 2698 (java) S 2690 2677 629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003264788 889270272 11691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2699] ppid=2690 vsize=868428 CPUtime=0
/proc/2691/task/2699/stat : 2699 (java) S 2690 2677 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003264788 889270272 11691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887384

[startup+12.7027 s]
/proc/loadavg: 2.29 2.21 2.12 3/92 2699
/proc/meminfo: memFree=1783760/2055920 swapFree=4180448/4192956
[pid=2677] ppid=2675 vsize=13600 CPUtime=2.35
/proc/2677/stat : 2677 (sugar) S 2675 2677 629 0 -1 4194304 974 21993 0 1 3 0 219 13 16 0 1 0 2003264542 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2677/statm: 3400 797 370 3 0 500 0
[pid=2690] ppid=2677 vsize=5356 CPUtime=0
/proc/2690/stat : 2690 (sh) S 2677 2677 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003264783 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2690/statm: 1339 233 193 169 0 50 0
[pid=2691] ppid=2690 vsize=868428 CPUtime=10.22
/proc/2691/stat : 2691 (java) S 2690 2677 629 0 -1 0 23241 0 1 0 1005 17 0 0 18 0 9 0 2003264783 889270272 17716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2691/statm: 217107 17716 2541 9 0 211682 0
[pid=2691/tid=2692] ppid=2690 vsize=868428 CPUtime=8.37
/proc/2691/task/2692/stat : 2692 (java) R 2690 2677 629 0 -1 64 3521 0 1 0 834 3 0 0 25 0 9 0 2003264784 889270272 17716 996147200 134512640 134550740 4294955952 18446744073709551615 4126646600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2693] ppid=2690 vsize=868428 CPUtime=1.58
/proc/2691/task/2693/stat : 2693 (java) S 2690 2677 629 0 -1 64 17529 0 0 0 147 11 0 0 16 0 9 0 2003264785 889270272 17716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2694] ppid=2690 vsize=868428 CPUtime=0
/proc/2691/task/2694/stat : 2694 (java) S 2690 2677 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003264786 889270272 17716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2695] ppid=2690 vsize=868428 CPUtime=0
/proc/2691/task/2695/stat : 2695 (java) S 2690 2677 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003264786 889270272 17716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2696] ppid=2690 vsize=868428 CPUtime=0
/proc/2691/task/2696/stat : 2696 (java) S 2690 2677 629 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003264788 889270272 17716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2697] ppid=2690 vsize=868428 CPUtime=0.22
/proc/2691/task/2697/stat : 2697 (java) S 2690 2677 629 0 -1 64 1494 0 0 0 22 0 0 0 16 0 9 0 2003264788 889270272 17716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2698] ppid=2690 vsize=868428 CPUtime=0
/proc/2691/task/2698/stat : 2698 (java) S 2690 2677 629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003264788 889270272 17716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2699] ppid=2690 vsize=868428 CPUtime=0
/proc/2691/task/2699/stat : 2699 (java) S 2690 2677 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003264788 889270272 17716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 887384

[startup+25.5051 s]
/proc/loadavg: 2.25 2.20 2.12 4/92 2699
/proc/meminfo: memFree=1732624/2055920 swapFree=4180448/4192956
[pid=2677] ppid=2675 vsize=13600 CPUtime=2.36
/proc/2677/stat : 2677 (sugar) S 2675 2677 629 0 -1 4194304 974 21993 0 1 4 0 219 13 16 0 1 0 2003264542 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2677/statm: 3400 797 370 3 0 500 0
[pid=2690] ppid=2677 vsize=5356 CPUtime=0
/proc/2690/stat : 2690 (sh) S 2677 2677 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003264783 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2690/statm: 1339 233 193 169 0 50 0
[pid=2691] ppid=2690 vsize=868428 CPUtime=22.94
/proc/2691/stat : 2691 (java) S 2690 2677 629 0 -1 0 44114 0 1 0 2265 29 0 0 18 0 9 0 2003264783 889270272 30356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2691/statm: 217107 30356 2541 9 0 211682 0
[pid=2691/tid=2692] ppid=2690 vsize=868428 CPUtime=19.03
/proc/2691/task/2692/stat : 2692 (java) R 2690 2677 629 0 -1 64 4753 0 1 0 1899 4 0 0 25 0 9 0 2003264784 889270272 30356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2693] ppid=2690 vsize=868428 CPUtime=3.64
/proc/2691/task/2693/stat : 2693 (java) R 2690 2677 629 0 -1 64 37168 0 0 0 342 22 0 0 15 0 9 0 2003264785 889270272 30356 996147200 134512640 134550740 4294955952 18446744073709551615 102722818 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2694] ppid=2690 vsize=868428 CPUtime=0
/proc/2691/task/2694/stat : 2694 (java) S 2690 2677 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003264786 889270272 30356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2695] ppid=2690 vsize=868428 CPUtime=0
/proc/2691/task/2695/stat : 2695 (java) S 2690 2677 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003264786 889270272 30356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2696] ppid=2690 vsize=868428 CPUtime=0
/proc/2691/task/2696/stat : 2696 (java) S 2690 2677 629 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003264788 889270272 30356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2697] ppid=2690 vsize=868428 CPUtime=0.23
/proc/2691/task/2697/stat : 2697 (java) S 2690 2677 629 0 -1 64 1496 0 0 0 23 0 0 0 16 0 9 0 2003264788 889270272 30356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2698] ppid=2690 vsize=868428 CPUtime=0
/proc/2691/task/2698/stat : 2698 (java) S 2690 2677 629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003264788 889270272 30356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2699] ppid=2690 vsize=868428 CPUtime=0
/proc/2691/task/2699/stat : 2699 (java) S 2690 2677 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003264788 889270272 30356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 887384

[startup+51.1028 s]
/proc/loadavg: 2.51 2.26 2.14 3/92 2699
/proc/meminfo: memFree=1633872/2055920 swapFree=4180448/4192956
[pid=2677] ppid=2675 vsize=13600 CPUtime=2.36
/proc/2677/stat : 2677 (sugar) S 2675 2677 629 0 -1 4194304 974 21993 0 1 4 0 219 13 16 0 1 0 2003264542 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2677/statm: 3400 797 370 3 0 500 0
[pid=2690] ppid=2677 vsize=5356 CPUtime=0
/proc/2690/stat : 2690 (sh) S 2677 2677 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003264783 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2690/statm: 1339 233 193 169 0 50 0
[pid=2691] ppid=2690 vsize=868428 CPUtime=48.4
/proc/2691/stat : 2691 (java) S 2690 2677 629 0 -1 0 73672 0 1 0 4795 45 0 0 18 0 9 0 2003264783 889270272 55197 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 397.68
Current children cumulated vsize (KiB) 887496

[startup+462.301 s]
/proc/loadavg: 2.13 2.18 2.13 4/92 2699
/proc/meminfo: memFree=15376/2055920 swapFree=4180448/4192956
[pid=2677] ppid=2675 vsize=13600 CPUtime=2.36
/proc/2677/stat : 2677 (sugar) S 2675 2677 629 0 -1 4194304 974 21993 0 1 4 0 219 13 16 0 1 0 2003264542 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2677/statm: 3400 797 370 3 0 500 0
[pid=2690] ppid=2677 vsize=5356 CPUtime=0
/proc/2690/stat : 2690 (sh) S 2677 2677 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003264783 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2690/statm: 1339 233 193 169 0 50 0
[pid=2691] ppid=2690 vsize=868540 CPUtime=454.84
/proc/2691/stat : 2691 (java) S 2690 2677 629 0 -1 0 92348 0 1 0 44327 1157 0 0 18 0 9 0 2003264783 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2691/statm: 217135 70972 2566 9 0 211682 0
[pid=2691/tid=2692] ppid=2690 vsize=868540 CPUtime=443.2
/proc/2691/task/2692/stat : 2692 (java) R 2690 2677 629 0 -1 64 8708 0 1 0 43222 1098 0 0 25 0 9 0 2003264784 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4127035048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2693] ppid=2690 vsize=868540 CPUtime=11.28
/proc/2691/task/2693/stat : 2693 (java) S 2690 2677 629 0 -1 64 81399 0 0 0 1072 56 0 0 16 0 9 0 2003264785 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2694] ppid=2690 vsize=868540 CPUtime=0
/proc/2691/task/2694/stat : 2694 (java) S 2690 2677 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003264786 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2695] ppid=2690 vsize=868540 CPUtime=0
/proc/2691/task/2695/stat : 2695 (java) S 2690 2677 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003264786 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2696] ppid=2690 vsize=868540 CPUtime=0
/proc/2691/task/2696/stat : 2696 (java) S 2690 2677 629 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003264788 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2697] ppid=2690 vsize=868540 CPUtime=0.33
/proc/2691/task/2697/stat : 2697 (java) S 2690 2677 629 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 2003264788 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2698] ppid=2690 vsize=868540 CPUtime=0
/proc/2691/task/2698/stat : 2698 (java) S 2690 2677 629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003264788 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2699] ppid=2690 vsize=868540 CPUtime=0
/proc/2691/task/2699/stat : 2699 (java) S 2690 2677 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003264788 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 457.2
Current children cumulated vsize (KiB) 887496

[startup+522.302 s]
/proc/loadavg: 2.16 2.17 2.13 3/92 2699
/proc/meminfo: memFree=14864/2055920 swapFree=4180448/4192956
[pid=2677] ppid=2675 vsize=13600 CPUtime=2.36
/proc/2677/stat : 2677 (sugar) S 2675 2677 629 0 -1 4194304 974 21993 0 1 4 0 219 13 16 0 1 0 2003264542 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2677/statm: 3400 797 370 3 0 500 0
[pid=2690] ppid=2677 vsize=5356 CPUtime=0
/proc/2690/stat : 2690 (sh) S 2677 2677 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003264783 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2690/statm: 1339 233 193 169 0 50 0
[pid=2691] ppid=2690 vsize=868540 CPUtime=514.37
/proc/2691/stat : 2691 (java) S 2690 2677 629 0 -1 0 92596 0 1 0 50144 1293 0 0 18 0 9 0 2003264783 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2691/statm: 217135 70972 2566 9 0 211682 0
[pid=2691/tid=2692] ppid=2690 vsize=868540 CPUtime=502.45
/proc/2691/task/2692/stat : 2692 (java) R 2690 2677 629 0 -1 64 8956 0 1 0 49014 1231 0 0 25 0 9 0 2003264784 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4127035099 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2693] ppid=2690 vsize=868540 CPUtime=11.55
/proc/2691/task/2693/stat : 2693 (java) S 2690 2677 629 0 -1 64 81399 0 0 0 1096 59 0 0 16 0 9 0 2003264785 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2694] ppid=2690 vsize=868540 CPUtime=0
/proc/2691/task/2694/stat : 2694 (java) S 2690 2677 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003264786 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2695] ppid=2690 vsize=868540 CPUtime=0
/proc/2691/task/2695/stat : 2695 (java) S 2690 2677 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003264786 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2696] ppid=2690 vsize=868540 CPUtime=0
/proc/2691/task/2696/stat : 2696 (java) S 2690 2677 629 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003264788 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2697] ppid=2690 vsize=868540 CPUtime=0.33
/proc/2691/task/2697/stat : 2697 (java) S 2690 2677 629 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 2003264788 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2698] ppid=2690 vsize=868540 CPUtime=0
/proc/2691/task/2698/stat : 2698 (java) S 2690 2677 629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003264788 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2699] ppid=2690 vsize=868540 CPUtime=0
/proc/2691/task/2699/stat : 2699 (java) S 2690 2677 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003264788 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 516.73
Current children cumulated vsize (KiB) 887496

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

[startup+524.907 s]
/proc/loadavg: 2.16 2.17 2.13 3/92 2699
/proc/meminfo: memFree=15824/2055920 swapFree=4180448/4192956
[pid=2677] ppid=2675 vsize=13600 CPUtime=2.36
/proc/2677/stat : 2677 (sugar) S 2675 2677 629 0 -1 4194304 974 21993 0 1 4 0 219 13 16 0 1 0 2003264542 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2677/statm: 3400 797 370 3 0 500 0
[pid=2690] ppid=2677 vsize=5356 CPUtime=0
/proc/2690/stat : 2690 (sh) S 2677 2677 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003264783 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2690/statm: 1339 233 193 169 0 50 0
[pid=2691] ppid=2690 vsize=868540 CPUtime=516.95
/proc/2691/stat : 2691 (java) S 2690 2677 629 0 -1 0 92607 0 1 0 50394 1301 0 0 18 0 9 0 2003264783 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2691/statm: 217135 70972 2566 9 0 211682 0
[pid=2691/tid=2692] ppid=2690 vsize=868540 CPUtime=505.02
/proc/2691/task/2692/stat : 2692 (java) R 2690 2677 629 0 -1 64 8967 0 1 0 49263 1239 0 0 25 0 9 0 2003264784 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4126643894 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2693] ppid=2690 vsize=868540 CPUtime=11.56
/proc/2691/task/2693/stat : 2693 (java) S 2690 2677 629 0 -1 64 81399 0 0 0 1097 59 0 0 16 0 9 0 2003264785 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2694] ppid=2690 vsize=868540 CPUtime=0
/proc/2691/task/2694/stat : 2694 (java) S 2690 2677 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003264786 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2695] ppid=2690 vsize=868540 CPUtime=0
/proc/2691/task/2695/stat : 2695 (java) S 2690 2677 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003264786 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2696] ppid=2690 vsize=868540 CPUtime=0
/proc/2691/task/2696/stat : 2696 (java) S 2690 2677 629 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003264788 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2697] ppid=2690 vsize=868540 CPUtime=0.33
/proc/2691/task/2697/stat : 2697 (java) S 2690 2677 629 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 2003264788 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2698] ppid=2690 vsize=868540 CPUtime=0
/proc/2691/task/2698/stat : 2698 (java) S 2690 2677 629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003264788 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2699] ppid=2690 vsize=868540 CPUtime=0
/proc/2691/task/2699/stat : 2699 (java) S 2690 2677 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003264788 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.31
Current children cumulated vsize (KiB) 887496

[startup+531.302 s]
/proc/loadavg: 2.22 2.19 2.14 3/92 2699
/proc/meminfo: memFree=14992/2055920 swapFree=4180448/4192956
[pid=2677] ppid=2675 vsize=13600 CPUtime=2.36
/proc/2677/stat : 2677 (sugar) S 2675 2677 629 0 -1 4194304 974 21993 0 1 4 0 219 13 16 0 1 0 2003264542 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2677/statm: 3400 797 370 3 0 500 0
[pid=2690] ppid=2677 vsize=5356 CPUtime=0
/proc/2690/stat : 2690 (sh) S 2677 2677 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003264783 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2690/statm: 1339 233 193 169 0 50 0
[pid=2691] ppid=2690 vsize=868540 CPUtime=523.3
/proc/2691/stat : 2691 (java) S 2690 2677 629 0 -1 0 92634 0 1 0 51013 1317 0 0 18 0 9 0 2003264783 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2691/statm: 217135 70972 2566 9 0 211682 0
[pid=2691/tid=2692] ppid=2690 vsize=868540 CPUtime=511.36
/proc/2691/task/2692/stat : 2692 (java) R 2690 2677 629 0 -1 64 8994 0 1 0 49881 1255 0 0 25 0 9 0 2003264784 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4127035156 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2693] ppid=2690 vsize=868540 CPUtime=11.59
/proc/2691/task/2693/stat : 2693 (java) S 2690 2677 629 0 -1 64 81399 0 0 0 1100 59 0 0 16 0 9 0 2003264785 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2694] ppid=2690 vsize=868540 CPUtime=0
/proc/2691/task/2694/stat : 2694 (java) S 2690 2677 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003264786 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2695] ppid=2690 vsize=868540 CPUtime=0
/proc/2691/task/2695/stat : 2695 (java) S 2690 2677 629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003264786 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2696] ppid=2690 vsize=868540 CPUtime=0
/proc/2691/task/2696/stat : 2696 (java) S 2690 2677 629 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003264788 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2697] ppid=2690 vsize=868540 CPUtime=0.33
/proc/2691/task/2697/stat : 2697 (java) S 2690 2677 629 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 2003264788 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2698] ppid=2690 vsize=868540 CPUtime=0
/proc/2691/task/2698/stat : 2698 (java) S 2690 2677 629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003264788 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2691/tid=2699] ppid=2690 vsize=868540 CPUtime=0
/proc/2691/task/2699/stat : 2699 (java) S 2690 2677 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003264788 889384960 70972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 525.66
Current children cumulated vsize (KiB) 887496

[startup+532.902 s]
/proc/loadavg: 2.37 2.22 2.15 2/92 2699
/proc/meminfo: memFree=15504/2055920 swapFree=4180448/4192956
[pid=2677] ppid=2675 vsize=13600 CPUtime=2.36
/proc/2677/stat : 2677 (sugar) S 2675 2677 629 0 -1 4194304 974 21993 0 1 4 0 219 13 16 0 1 0 2003264542 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2677/statm: 3400 797 370 3 0 500 0
[pid=2690] ppid=2677 vsize=5356 CPUtime=0
/proc/2690/stat : 2690 (sh) S 2677 2677 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003264783 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2690/statm: 1339 233 193 169 0 50 0
[pid=2691] ppid=2690 vsize=0 CPUtime=524.52
/proc/2691/stat : 2691 (java) Z 2690 2677 629 0 -1 1036 92650 0 1 0 51128 1324 0 0 16 0 2 0 2003264783 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2691/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 526.88
Current children cumulated vsize (KiB) 18956

[startup+533.707 s]
/proc/loadavg: 2.37 2.22 2.15 3/82 2699
/proc/meminfo: memFree=1047712/2055920 swapFree=4180448/4192956
[pid=2677] ppid=2675 vsize=13600 CPUtime=527.34
/proc/2677/stat : 2677 (sugar) R 2675 2677 629 0 -1 4194304 996 114929 0 2 4 45 51347 1338 19 0 1 0 2003264542 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/2677/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 527.34
Current children cumulated vsize (KiB) 13600

[startup+534.102 s]
/proc/loadavg: 2.37 2.22 2.15 3/82 2699
/proc/meminfo: memFree=1047712/2055920 swapFree=4180448/4192956
[pid=2677] ppid=2675 vsize=13600 CPUtime=527.72
/proc/2677/stat : 2677 (sugar) R 2675 2677 629 0 -1 4194304 996 114929 0 2 4 83 51347 1338 22 0 1 0 2003264542 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/2677/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 527.72
Current children cumulated vsize (KiB) 13600

[startup+534.502 s]
/proc/loadavg: 2.37 2.22 2.15 3/82 2699
/proc/meminfo: memFree=1047712/2055920 swapFree=4180448/4192956
[pid=2677] ppid=2675 vsize=13600 CPUtime=527.77
/proc/2677/stat : 2677 (sugar) D 2675 2677 629 0 -1 4194304 996 114929 0 2 4 88 51347 1338 18 0 1 0 2003264542 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/2677/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 527.77
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 534.556
CPU time (s): 527.789
CPU user time (s): 513.517
CPU system time (s): 14.2718
CPU usage (%): 98.7341
Max. virtual memory (cumulated for all children) (KiB): 897632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 513.517
system time used= 14.2718
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115955
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= 34706
involuntary context switches= 40257

runsolver used 0.6569 second user time and 1.86871 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-05 09:28:20
IDJOB=1087179
IDBENCH=57946
IDSOLVER=346
FILE ID=node24/1087179-1215242899
PBS_JOBID= 7881902
Free space on /tmp= 66456 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp14/normalized-fapp14-2500-0.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-1087179-1215242899/watcher-1087179-1215242899 -o /tmp/evaluation-result-1087179-1215242899/solver-1087179-1215242899 -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-1087179-1215242899.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fac073e8eb5ef4bb7103b84225c28dd2
RANDOM SEED=525746267

node24.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.232
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.232
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:       1846728 kB
Buffers:          3556 kB
Cached:          71560 kB
SwapCached:       5532 kB
Active:         121208 kB
Inactive:        35156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846728 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            7168 kB
Writeback:           0 kB
Mapped:          98516 kB
Slab:            37652 kB
Committed_AS:  3710696 kB
PageTables:       2032 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= 66456 MiB
End job on node24 at 2008-07-05 09:37:14