Trace number 1085981

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? 420.96 430.12

General information on the benchmark

Namecsp/fapp/fapp12/
normalized-fapp12-1500-9.xml
MD5SUMa935103af39bd284c54c6d98a149f42a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark203.296
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 07:43:33 2008
0.00/0.05	c 0	PID 5759
0.00/0.05	c 0	HOST node25.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1085981-1215236612.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-1085981-1215236612.xml' 'HOME/temp.csp'
1.71/1.73	c 1	13 domains, 1500 variables, 8 predicates, 0 relations, 25409 constraints
1.71/1.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.71/1.78	c 1	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'
1.76/1.85	c 1	Parsing HOME/temp.csp
2.35/2.45	c 2	parsed 10000 expressions
2.76/2.81	c 2	parsed 20000 expressions
2.95/3.00	c 2	parsed 26930 expressions
2.95/3.00	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.95/3.00	c 2	Converting to clausal form CSP
4.63/4.71	c 4	converted 2693 (10%) expressions
7.41/7.55	c 7	converted 5386 (20%) expressions
10.07/10.29	c 10	converted 8079 (30%) expressions
12.55/12.76	c 12	converted 10772 (40%) expressions
14.92/15.12	c 15	converted 13465 (50%) expressions
17.59/17.87	c 17	converted 16158 (60%) expressions
19.87/20.12	c 20	converted 18851 (70%) expressions
22.04/22.39	c 22	converted 21544 (80%) expressions
24.22/24.50	c 24	converted 24237 (90%) expressions
26.81/27.19	c 27	converted 26930 (100%) expressions
26.81/27.19	c 27	CSP : 4456 integers, 74207 booleans, 159510 clauses, largest domain size 2737
26.81/27.19	c 27	Heap : 100 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.81/27.19	c 27	Propagation in CSP
28.78/29.10	c 29	6240 values, 0 unsatisfiable literals, and 0 valid clauses are removed
28.78/29.10	c 29	CSP : 4456 integers, 74207 booleans, 159510 clauses, largest domain size 2737
28.78/29.10	c 29	Heap : 113 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.78/29.15	c 29	Simplifing CSP by introducing new Boolean variables
29.18/29.50	c 29	CSP : 4456 integers, 130009 booleans, 215312 clauses, largest domain size 2737
29.18/29.50	c 29	Heap : 126 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.87/30.22	c 30	Encoding CSP to SAT : HOME/temp.cnf
32.74/33.10	c 33	446 (10%) CSP integer variables are encoded (128989 clauses, 1971430 bytes)
35.51/35.95	c 35	892 (20%) CSP integer variables are encoded (258954 clauses, 4180835 bytes)
38.38/38.81	c 38	1337 (30%) CSP integer variables are encoded (387487 clauses, 6365896 bytes)
40.26/40.73	c 40	1783 (40%) CSP integer variables are encoded (1166362 clauses, 19942930 bytes)
41.74/42.20	c 42	2228 (50%) CSP integer variables are encoded (2333873 clauses, 42125639 bytes)
43.13/43.65	c 43	2674 (60%) CSP integer variables are encoded (3484971 clauses, 63996501 bytes)
44.52/45.08	c 45	3120 (70%) CSP integer variables are encoded (4623963 clauses, 85637349 bytes)
45.97/46.53	c 46	3565 (80%) CSP integer variables are encoded (5757350 clauses, 107171702 bytes)
47.36/47.98	c 47	4011 (90%) CSP integer variables are encoded (6900442 clauses, 128890450 bytes)
48.84/49.45	c 49	4456 (100%) CSP integer variables are encoded (8011355 clauses, 149997797 bytes)
138.16/140.09	c 140	21532 (10%) CSP clauses are encoded (23521312 clauses, 522547815 bytes)
195.33/198.17	c 198	43063 (20%) CSP clauses are encoded (35476858 clauses, 823785272 bytes)
251.63/255.32	c 255	64594 (30%) CSP clauses are encoded (47329594 clauses, 1123906023 bytes)
302.69/307.31	c 307	86125 (40%) CSP clauses are encoded (58529239 clauses, 1410143722 bytes)
349.49/355.25	c 355	107656 (50%) CSP clauses are encoded (69106990 clauses, 1683140192 bytes)
392.16/398.94	c 398	129188 (60%) CSP clauses are encoded (79413156 clauses, 1952635274 bytes)
419.94/427.39	c 427	ERROR Exception Too large HOME/temp.cnf
419.94/427.39	c 427	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
419.94/427.39	c 427	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
419.94/427.39	c 427	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
419.94/427.39	s UNKNOWN
420.05/428.03	c 428	CPU 407.02 (0.04 0 406.98 13.06)
420.05/428.03	c 428	END Sat Jul  5 07:50:41 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-1085981-1215236612/watcher-1085981-1215236612 -o /tmp/evaluation-result-1085981-1215236612/solver-1085981-1215236612 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1085981-1215236612.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.11 2.04 2.01 4/72 5759
/proc/meminfo: memFree=1422320/2055920 swapFree=4180844/4192956
[pid=5759] ppid=5757 vsize=12268 CPUtime=0
/proc/5759/stat : 5759 (sugar) R 5757 5759 3248 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 2002635284 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 253307353701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/5759/statm: 3067 316 241 3 0 167 0

[startup+0.0949101 s]
/proc/loadavg: 2.11 2.04 2.01 4/72 5759
/proc/meminfo: memFree=1422320/2055920 swapFree=4180844/4192956
[pid=5759] ppid=5757 vsize=13600 CPUtime=0.03
/proc/5759/stat : 5759 (sugar) S 5757 5759 3248 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002635284 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5759/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101908 s]
/proc/loadavg: 2.11 2.04 2.01 4/72 5759
/proc/meminfo: memFree=1422320/2055920 swapFree=4180844/4192956
[pid=5759] ppid=5757 vsize=13600 CPUtime=0.03
/proc/5759/stat : 5759 (sugar) S 5757 5759 3248 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002635284 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5759/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301924 s]
/proc/loadavg: 2.11 2.04 2.01 4/72 5759
/proc/meminfo: memFree=1422320/2055920 swapFree=4180844/4192956
[pid=5759] ppid=5757 vsize=13600 CPUtime=0.03
/proc/5759/stat : 5759 (sugar) S 5757 5759 3248 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002635284 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5759/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701964 s]
/proc/loadavg: 2.11 2.04 2.01 4/72 5759
/proc/meminfo: memFree=1422320/2055920 swapFree=4180844/4192956
[pid=5759] ppid=5757 vsize=13600 CPUtime=0.03
/proc/5759/stat : 5759 (sugar) S 5757 5759 3248 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002635284 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5759/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50204 s]
/proc/loadavg: 2.11 2.04 2.01 3/83 5771
/proc/meminfo: memFree=1390552/2055920 swapFree=4180844/4192956
[pid=5759] ppid=5757 vsize=13600 CPUtime=0.03
/proc/5759/stat : 5759 (sugar) S 5757 5759 3248 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002635284 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5759/statm: 3400 796 370 3 0 500 0
[pid=5762] ppid=5759 vsize=5356 CPUtime=0
/proc/5762/stat : 5762 (sh) S 5759 5759 3248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002635289 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5762/statm: 1339 233 193 169 0 50 0
[pid=5763] ppid=5762 vsize=864672 CPUtime=1.49
/proc/5763/stat : 5763 (java) S 5762 5759 3248 0 -1 0 14932 0 1 0 142 7 0 0 18 0 9 0 2002635290 885424128 12975 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5763/statm: 216168 12975 2529 9 0 210750 0
[pid=5763/tid=5764] ppid=5762 vsize=864672 CPUtime=0.84
/proc/5763/task/5764/stat : 5764 (java) R 5762 5759 3248 0 -1 64 3027 0 1 0 82 2 0 0 25 0 9 0 2002635291 885424128 12975 996147200 134512640 134550740 4294956000 18446744073709551615 4126680337 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5763/tid=5765] ppid=5762 vsize=864672 CPUtime=0.48
/proc/5763/task/5765/stat : 5765 (java) S 5762 5759 3248 0 -1 64 10692 0 0 0 45 3 0 0 16 0 9 0 2002635292 885424128 12975 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5763/tid=5766] ppid=5762 vsize=864672 CPUtime=0
/proc/5763/task/5766/stat : 5766 (java) S 5762 5759 3248 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002635292 885424128 12975 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5763/tid=5767] ppid=5762 vsize=864672 CPUtime=0
/proc/5763/task/5767/stat : 5767 (java) S 5762 5759 3248 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2002635292 885424128 12975 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5763/tid=5768] ppid=5762 vsize=864672 CPUtime=0
/proc/5763/task/5768/stat : 5768 (java) S 5762 5759 3248 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002635294 885424128 12975 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5763/tid=5769] ppid=5762 vsize=864672 CPUtime=0.13
/proc/5763/task/5769/stat : 5769 (java) S 5762 5759 3248 0 -1 64 513 0 0 0 13 0 0 0 16 0 9 0 2002635294 885424128 12975 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5763/tid=5770] ppid=5762 vsize=864672 CPUtime=0
/proc/5763/task/5770/stat : 5770 (java) S 5762 5759 3248 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002635294 885424128 12975 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5763/tid=5771] ppid=5762 vsize=864672 CPUtime=0
/proc/5763/task/5771/stat : 5771 (java) S 5762 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002635294 885424128 12975 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 883628

[startup+3.10218 s]
/proc/loadavg: 2.11 2.04 2.01 4/83 5781
/proc/meminfo: memFree=1413592/2055920 swapFree=4180844/4192956
[pid=5759] ppid=5757 vsize=13600 CPUtime=1.76
/proc/5759/stat : 5759 (sugar) S 5757 5759 3248 0 -1 4194304 974 15430 0 1 3 0 164 9 15 0 1 0 2002635284 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5759/statm: 3400 797 370 3 0 500 0
[pid=5772] ppid=5759 vsize=5356 CPUtime=0
/proc/5772/stat : 5772 (sh) S 5759 5759 3248 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002635462 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5772/statm: 1339 233 193 169 0 50 0
[pid=5773] ppid=5772 vsize=864200 CPUtime=1.3
/proc/5773/stat : 5773 (java) S 5772 5759 3248 0 -1 0 8069 0 1 0 125 5 0 0 18 0 9 0 2002635463 884940800 7075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5773/statm: 216050 7075 2543 9 0 210625 0
[pid=5773/tid=5774] ppid=5772 vsize=864200 CPUtime=0.91
/proc/5773/task/5774/stat : 5774 (java) R 5772 5759 3248 0 -1 64 2706 0 1 0 89 2 0 0 18 0 9 0 2002635464 884940800 7075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5775] ppid=5772 vsize=864200 CPUtime=0.26
/proc/5773/task/5775/stat : 5775 (java) S 5772 5759 3248 0 -1 64 4313 0 0 0 25 1 0 0 16 0 9 0 2002635465 884940800 7075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5776] ppid=5772 vsize=864200 CPUtime=0
/proc/5773/task/5776/stat : 5776 (java) S 5772 5759 3248 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002635465 884940800 7075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5777] ppid=5772 vsize=864200 CPUtime=0
/proc/5773/task/5777/stat : 5777 (java) S 5772 5759 3248 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002635465 884940800 7075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5778] ppid=5772 vsize=864200 CPUtime=0
/proc/5773/task/5778/stat : 5778 (java) S 5772 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002635467 884940800 7075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5779] ppid=5772 vsize=864200 CPUtime=0.1
/proc/5773/task/5779/stat : 5779 (java) R 5772 5759 3248 0 -1 64 353 0 0 0 10 0 0 0 16 0 9 0 2002635467 884940800 7075 996147200 134512640 134550740 4294955952 18446744073709551615 101997292 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5780] ppid=5772 vsize=864200 CPUtime=0
/proc/5773/task/5780/stat : 5780 (java) S 5772 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002635467 884940800 7075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5781] ppid=5772 vsize=864200 CPUtime=0
/proc/5773/task/5781/stat : 5781 (java) S 5772 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002635467 884940800 7075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 883156

[startup+6.30147 s]
/proc/loadavg: 2.26 2.08 2.02 3/83 5781
/proc/meminfo: memFree=1389400/2055920 swapFree=4180844/4192956
[pid=5759] ppid=5757 vsize=13600 CPUtime=1.76
/proc/5759/stat : 5759 (sugar) S 5757 5759 3248 0 -1 4194304 974 15430 0 1 3 0 164 9 16 0 1 0 2002635284 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5759/statm: 3400 797 370 3 0 500 0
[pid=5772] ppid=5759 vsize=5356 CPUtime=0
/proc/5772/stat : 5772 (sh) S 5759 5759 3248 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002635462 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5772/statm: 1339 233 193 169 0 50 0
[pid=5773] ppid=5772 vsize=868400 CPUtime=4.45
/proc/5773/stat : 5773 (java) S 5772 5759 3248 0 -1 0 12013 0 1 0 436 9 0 0 18 0 9 0 2002635463 889241600 10603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5773/statm: 217100 10603 2541 9 0 211675 0
[pid=5773/tid=5774] ppid=5772 vsize=868400 CPUtime=3.5
/proc/5773/task/5774/stat : 5774 (java) R 5772 5759 3248 0 -1 64 3151 0 1 0 348 2 0 0 25 0 9 0 2002635464 889241600 10603 996147200 134512640 134550740 4294955952 18446744073709551615 4126631071 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5775] ppid=5772 vsize=868400 CPUtime=0.7
/proc/5773/task/5775/stat : 5775 (java) S 5772 5759 3248 0 -1 64 6696 0 0 0 66 4 0 0 16 0 9 0 2002635465 889241600 10603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5776] ppid=5772 vsize=868400 CPUtime=0
/proc/5773/task/5776/stat : 5776 (java) S 5772 5759 3248 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002635465 889241600 10603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5777] ppid=5772 vsize=868400 CPUtime=0
/proc/5773/task/5777/stat : 5777 (java) S 5772 5759 3248 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002635465 889241600 10603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5778] ppid=5772 vsize=868400 CPUtime=0
/proc/5773/task/5778/stat : 5778 (java) S 5772 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002635467 889241600 10603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5779] ppid=5772 vsize=868400 CPUtime=0.22
/proc/5773/task/5779/stat : 5779 (java) S 5772 5759 3248 0 -1 64 1469 0 0 0 21 1 0 0 15 0 9 0 2002635467 889241600 10603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5780] ppid=5772 vsize=868400 CPUtime=0
/proc/5773/task/5780/stat : 5780 (java) S 5772 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002635467 889241600 10603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5781] ppid=5772 vsize=868400 CPUtime=0
/proc/5773/task/5781/stat : 5781 (java) S 5772 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002635467 889241600 10603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887356

[startup+12.704 s]
/proc/loadavg: 2.24 2.07 2.02 3/83 5781
/proc/meminfo: memFree=1365336/2055920 swapFree=4180844/4192956
[pid=5759] ppid=5757 vsize=13600 CPUtime=1.76
/proc/5759/stat : 5759 (sugar) S 5757 5759 3248 0 -1 4194304 974 15430 0 1 3 0 164 9 16 0 1 0 2002635284 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5759/statm: 3400 797 370 3 0 500 0
[pid=5772] ppid=5759 vsize=5356 CPUtime=0
/proc/5772/stat : 5772 (sh) S 5759 5759 3248 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002635462 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5772/statm: 1339 233 193 169 0 50 0
[pid=5773] ppid=5772 vsize=868400 CPUtime=10.79
/proc/5773/stat : 5773 (java) S 5772 5759 3248 0 -1 0 19495 0 1 0 1064 15 0 0 18 0 9 0 2002635463 889241600 16539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5773/statm: 217100 16539 2541 9 0 211675 0
[pid=5773/tid=5774] ppid=5772 vsize=868400 CPUtime=9.05
/proc/5773/task/5774/stat : 5774 (java) R 5772 5759 3248 0 -1 64 3655 0 1 0 902 3 0 0 25 0 9 0 2002635464 889241600 16539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5775] ppid=5772 vsize=868400 CPUtime=1.48
/proc/5773/task/5775/stat : 5775 (java) S 5772 5759 3248 0 -1 64 13666 0 0 0 138 10 0 0 15 0 9 0 2002635465 889241600 16539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5776] ppid=5772 vsize=868400 CPUtime=0
/proc/5773/task/5776/stat : 5776 (java) S 5772 5759 3248 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002635465 889241600 16539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5777] ppid=5772 vsize=868400 CPUtime=0
/proc/5773/task/5777/stat : 5777 (java) S 5772 5759 3248 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002635465 889241600 16539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5778] ppid=5772 vsize=868400 CPUtime=0
/proc/5773/task/5778/stat : 5778 (java) S 5772 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002635467 889241600 16539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5779] ppid=5772 vsize=868400 CPUtime=0.23
/proc/5773/task/5779/stat : 5779 (java) S 5772 5759 3248 0 -1 64 1477 0 0 0 22 1 0 0 16 0 9 0 2002635467 889241600 16539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5780] ppid=5772 vsize=868400 CPUtime=0
/proc/5773/task/5780/stat : 5780 (java) S 5772 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002635467 889241600 16539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5781] ppid=5772 vsize=868400 CPUtime=0
/proc/5773/task/5781/stat : 5781 (java) S 5772 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002635467 889241600 16539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 887356

[startup+25.5022 s]
/proc/loadavg: 2.19 2.07 2.01 3/83 5781
/proc/meminfo: memFree=1315224/2055920 swapFree=4180844/4192956
[pid=5759] ppid=5757 vsize=13600 CPUtime=1.76
/proc/5759/stat : 5759 (sugar) S 5757 5759 3248 0 -1 4194304 974 15430 0 1 3 0 164 9 16 0 1 0 2002635284 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5759/statm: 3400 797 370 3 0 500 0
[pid=5772] ppid=5759 vsize=5356 CPUtime=0
/proc/5772/stat : 5772 (sh) S 5759 5759 3248 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002635462 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5772/statm: 1339 233 193 169 0 50 0
[pid=5773] ppid=5772 vsize=868400 CPUtime=23.45
/proc/5773/stat : 5773 (java) S 5772 5759 3248 0 -1 0 33436 0 1 0 2321 24 0 0 18 0 9 0 2002635463 889241600 28600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5773/statm: 217100 28600 2541 9 0 211675 0
[pid=5773/tid=5774] ppid=5772 vsize=868400 CPUtime=20.24
/proc/5773/task/5774/stat : 5774 (java) R 5772 5759 3248 0 -1 64 4332 0 1 0 2020 4 0 0 25 0 9 0 2002635464 889241600 28600 996147200 134512640 134550740 4294955952 18446744073709551615 4126631091 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5775] ppid=5772 vsize=868400 CPUtime=2.94
/proc/5773/task/5775/stat : 5775 (java) S 5772 5759 3248 0 -1 64 26928 0 0 0 277 17 0 0 16 0 9 0 2002635465 889241600 28600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5776] ppid=5772 vsize=868400 CPUtime=0
/proc/5773/task/5776/stat : 5776 (java) S 5772 5759 3248 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002635465 889241600 28600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5777] ppid=5772 vsize=868400 CPUtime=0
/proc/5773/task/5777/stat : 5777 (java) S 5772 5759 3248 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002635465 889241600 28600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=5773/tid=5779] ppid=5772 vsize=868512 CPUtime=0.32
/proc/5773/task/5779/stat : 5779 (java) S 5772 5759 3248 0 -1 64 1526 0 0 0 31 1 0 0 15 0 9 0 2002635467 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5780] ppid=5772 vsize=868512 CPUtime=0
/proc/5773/task/5780/stat : 5780 (java) S 5772 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002635467 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5781] ppid=5772 vsize=868512 CPUtime=0
/proc/5773/task/5781/stat : 5781 (java) S 5772 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002635467 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 336.84
Current children cumulated vsize (KiB) 887468

[startup+402.302 s]
/proc/loadavg: 2.71 2.31 2.12 3/83 5781
/proc/meminfo: memFree=15256/2055920 swapFree=4180844/4192956
[pid=5759] ppid=5757 vsize=13600 CPUtime=1.76
/proc/5759/stat : 5759 (sugar) S 5757 5759 3248 0 -1 4194304 974 15430 0 1 3 0 164 9 16 0 1 0 2002635284 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5759/statm: 3400 797 370 3 0 500 0
[pid=5772] ppid=5759 vsize=5356 CPUtime=0
/proc/5772/stat : 5772 (sh) S 5759 5759 3248 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002635462 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5772/statm: 1339 233 193 169 0 50 0
[pid=5773] ppid=5772 vsize=868512 CPUtime=393.73
/proc/5773/stat : 5773 (java) S 5772 5759 3248 0 -1 0 48858 0 1 0 38184 1189 0 0 18 0 9 0 2002635463 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5773/statm: 217128 37598 2566 9 0 211675 0
[pid=5773/tid=5774] ppid=5772 vsize=868512 CPUtime=385.83
/proc/5773/task/5774/stat : 5774 (java) R 5772 5759 3248 0 -1 64 9342 0 1 0 37447 1136 0 0 25 0 9 0 2002635464 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4127074160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5775] ppid=5772 vsize=868512 CPUtime=7.55
/proc/5773/task/5775/stat : 5775 (java) S 5772 5759 3248 0 -1 64 37293 0 0 0 705 50 0 0 16 0 9 0 2002635465 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5776] ppid=5772 vsize=868512 CPUtime=0
/proc/5773/task/5776/stat : 5776 (java) S 5772 5759 3248 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002635465 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5777] ppid=5772 vsize=868512 CPUtime=0
/proc/5773/task/5777/stat : 5777 (java) S 5772 5759 3248 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002635465 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5778] ppid=5772 vsize=868512 CPUtime=0
/proc/5773/task/5778/stat : 5778 (java) S 5772 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002635467 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5779] ppid=5772 vsize=868512 CPUtime=0.32
/proc/5773/task/5779/stat : 5779 (java) S 5772 5759 3248 0 -1 64 1526 0 0 0 31 1 0 0 15 0 9 0 2002635467 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5780] ppid=5772 vsize=868512 CPUtime=0
/proc/5773/task/5780/stat : 5780 (java) S 5772 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002635467 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5781] ppid=5772 vsize=868512 CPUtime=0
/proc/5773/task/5781/stat : 5781 (java) S 5772 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002635467 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 395.49
Current children cumulated vsize (KiB) 887468

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

[startup+409.503 s]
/proc/loadavg: 2.76 2.34 2.13 3/83 5781
/proc/meminfo: memFree=15832/2055920 swapFree=4180844/4192956
[pid=5759] ppid=5757 vsize=13600 CPUtime=1.76
/proc/5759/stat : 5759 (sugar) S 5757 5759 3248 0 -1 4194304 974 15430 0 1 3 0 164 9 16 0 1 0 2002635284 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5759/statm: 3400 797 370 3 0 500 0
[pid=5772] ppid=5759 vsize=5356 CPUtime=0
/proc/5772/stat : 5772 (sh) S 5759 5759 3248 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002635462 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5772/statm: 1339 233 193 169 0 50 0
[pid=5773] ppid=5772 vsize=868512 CPUtime=400.77
/proc/5773/stat : 5773 (java) S 5772 5759 3248 0 -1 0 48958 0 1 0 38857 1220 0 0 18 0 9 0 2002635463 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5773/statm: 217128 37598 2566 9 0 211675 0
[pid=5773/tid=5774] ppid=5772 vsize=868512 CPUtime=392.81
/proc/5773/task/5774/stat : 5774 (java) R 5772 5759 3248 0 -1 64 9442 0 1 0 38114 1167 0 0 25 0 9 0 2002635464 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4127076972 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5775] ppid=5772 vsize=868512 CPUtime=7.61
/proc/5773/task/5775/stat : 5775 (java) S 5772 5759 3248 0 -1 64 37293 0 0 0 711 50 0 0 16 0 9 0 2002635465 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5776] ppid=5772 vsize=868512 CPUtime=0
/proc/5773/task/5776/stat : 5776 (java) S 5772 5759 3248 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002635465 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5777] ppid=5772 vsize=868512 CPUtime=0
/proc/5773/task/5777/stat : 5777 (java) S 5772 5759 3248 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002635465 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5778] ppid=5772 vsize=868512 CPUtime=0
/proc/5773/task/5778/stat : 5778 (java) S 5772 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002635467 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5779] ppid=5772 vsize=868512 CPUtime=0.32
/proc/5773/task/5779/stat : 5779 (java) S 5772 5759 3248 0 -1 64 1526 0 0 0 31 1 0 0 15 0 9 0 2002635467 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5780] ppid=5772 vsize=868512 CPUtime=0
/proc/5773/task/5780/stat : 5780 (java) S 5772 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002635467 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5781] ppid=5772 vsize=868512 CPUtime=0
/proc/5773/task/5781/stat : 5781 (java) S 5772 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002635467 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.53
Current children cumulated vsize (KiB) 887468

[startup+422.302 s]
/proc/loadavg: 2.72 2.34 2.14 3/83 5781
/proc/meminfo: memFree=16216/2055920 swapFree=4180844/4192956
[pid=5759] ppid=5757 vsize=13600 CPUtime=1.76
/proc/5759/stat : 5759 (sugar) S 5757 5759 3248 0 -1 4194304 974 15430 0 1 3 0 164 9 16 0 1 0 2002635284 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5759/statm: 3400 797 370 3 0 500 0
[pid=5772] ppid=5759 vsize=5356 CPUtime=0
/proc/5772/stat : 5772 (sh) S 5759 5759 3248 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002635462 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5772/statm: 1339 233 193 169 0 50 0
[pid=5773] ppid=5772 vsize=868512 CPUtime=413.29
/proc/5773/stat : 5773 (java) S 5772 5759 3248 0 -1 0 49138 0 1 0 40058 1271 0 0 18 0 9 0 2002635463 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5773/statm: 217128 37598 2566 9 0 211675 0
[pid=5773/tid=5774] ppid=5772 vsize=868512 CPUtime=405.21
/proc/5773/task/5774/stat : 5774 (java) R 5772 5759 3248 0 -1 64 9622 0 1 0 39304 1217 0 0 25 0 9 0 2002635464 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4127078373 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5775] ppid=5772 vsize=868512 CPUtime=7.73
/proc/5773/task/5775/stat : 5775 (java) S 5772 5759 3248 0 -1 64 37293 0 0 0 722 51 0 0 16 0 9 0 2002635465 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5776] ppid=5772 vsize=868512 CPUtime=0
/proc/5773/task/5776/stat : 5776 (java) S 5772 5759 3248 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002635465 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5777] ppid=5772 vsize=868512 CPUtime=0
/proc/5773/task/5777/stat : 5777 (java) S 5772 5759 3248 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002635465 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5778] ppid=5772 vsize=868512 CPUtime=0
/proc/5773/task/5778/stat : 5778 (java) S 5772 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002635467 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5779] ppid=5772 vsize=868512 CPUtime=0.32
/proc/5773/task/5779/stat : 5779 (java) S 5772 5759 3248 0 -1 64 1526 0 0 0 31 1 0 0 15 0 9 0 2002635467 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5780] ppid=5772 vsize=868512 CPUtime=0
/proc/5773/task/5780/stat : 5780 (java) S 5772 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002635467 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5781] ppid=5772 vsize=868512 CPUtime=0
/proc/5773/task/5781/stat : 5781 (java) S 5772 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002635467 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 415.05
Current children cumulated vsize (KiB) 887468

[startup+425.501 s]
/proc/loadavg: 2.66 2.34 2.14 3/83 5781
/proc/meminfo: memFree=15896/2055920 swapFree=4180844/4192956
[pid=5759] ppid=5757 vsize=13600 CPUtime=1.76
/proc/5759/stat : 5759 (sugar) S 5757 5759 3248 0 -1 4194304 974 15430 0 1 3 0 164 9 16 0 1 0 2002635284 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5759/statm: 3400 797 370 3 0 500 0
[pid=5772] ppid=5759 vsize=5356 CPUtime=0
/proc/5772/stat : 5772 (sh) S 5759 5759 3248 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002635462 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5772/statm: 1339 233 193 169 0 50 0
[pid=5773] ppid=5772 vsize=868512 CPUtime=416.43
/proc/5773/stat : 5773 (java) S 5772 5759 3248 0 -1 0 49190 0 1 0 40357 1286 0 0 18 0 9 0 2002635463 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5773/statm: 217128 37598 2566 9 0 211675 0
[pid=5773/tid=5774] ppid=5772 vsize=868512 CPUtime=408.31
/proc/5773/task/5774/stat : 5774 (java) R 5772 5759 3248 0 -1 64 9674 0 1 0 39599 1232 0 0 25 0 9 0 2002635464 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4127072422 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5775] ppid=5772 vsize=868512 CPUtime=7.76
/proc/5773/task/5775/stat : 5775 (java) S 5772 5759 3248 0 -1 64 37293 0 0 0 725 51 0 0 16 0 9 0 2002635465 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5776] ppid=5772 vsize=868512 CPUtime=0
/proc/5773/task/5776/stat : 5776 (java) S 5772 5759 3248 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002635465 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5777] ppid=5772 vsize=868512 CPUtime=0
/proc/5773/task/5777/stat : 5777 (java) S 5772 5759 3248 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002635465 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5778] ppid=5772 vsize=868512 CPUtime=0
/proc/5773/task/5778/stat : 5778 (java) S 5772 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002635467 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5779] ppid=5772 vsize=868512 CPUtime=0.32
/proc/5773/task/5779/stat : 5779 (java) S 5772 5759 3248 0 -1 64 1526 0 0 0 31 1 0 0 15 0 9 0 2002635467 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5780] ppid=5772 vsize=868512 CPUtime=0
/proc/5773/task/5780/stat : 5780 (java) S 5772 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002635467 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5773/tid=5781] ppid=5772 vsize=868512 CPUtime=0
/proc/5773/task/5781/stat : 5781 (java) S 5772 5759 3248 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002635467 889356288 37598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 418.19
Current children cumulated vsize (KiB) 887468

[startup+428.702 s]
/proc/loadavg: 2.69 2.35 2.14 2/81 5781
/proc/meminfo: memFree=16152/2055920 swapFree=4180844/4192956
[pid=5759] ppid=5757 vsize=13600 CPUtime=420.71
/proc/5759/stat : 5759 (sugar) R 5757 5759 3248 0 -1 4194304 996 64943 0 2 4 63 40698 1306 21 0 1 0 2002635284 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 0 0 0 17 1 0 0
/proc/5759/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 420.71
Current children cumulated vsize (KiB) 13600

[startup+429.502 s]
/proc/loadavg: 2.69 2.35 2.14 2/73 5781
/proc/meminfo: memFree=1715688/2055920 swapFree=4180844/4192956
[pid=5759] ppid=5757 vsize=13600 CPUtime=420.92
/proc/5759/stat : 5759 (sugar) D 5757 5759 3248 0 -1 4194304 996 64943 0 2 4 84 40698 1306 18 0 1 0 2002635284 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/5759/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 420.92
Current children cumulated vsize (KiB) 13600

[startup+429.902 s]
/proc/loadavg: 2.69 2.35 2.14 2/73 5781
/proc/meminfo: memFree=1715688/2055920 swapFree=4180844/4192956
[pid=5759] ppid=5757 vsize=13600 CPUtime=420.94
/proc/5759/stat : 5759 (sugar) D 5757 5759 3248 0 -1 4194304 996 64943 0 2 4 86 40698 1306 18 0 1 0 2002635284 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/5759/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 420.94
Current children cumulated vsize (KiB) 13600

[startup+430.107 s]
/proc/loadavg: 2.69 2.35 2.14 2/73 5781
/proc/meminfo: memFree=1715304/2055920 swapFree=4180844/4192956
[pid=5759] ppid=5757 vsize=13600 CPUtime=420.95
/proc/5759/stat : 5759 (sugar) D 5757 5759 3248 0 -1 4194304 996 64943 0 2 4 87 40698 1306 18 0 1 0 2002635284 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/5759/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 420.95
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 430.12
CPU time (s): 420.96
CPU user time (s): 407.022
CPU system time (s): 13.9379
CPU usage (%): 97.8704
Max. virtual memory (cumulated for all children) (KiB): 892484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 407.022
system time used= 13.9379
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65969
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= 49490
involuntary context switches= 59480

runsolver used 0.45993 second user time and 1.57676 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-05 07:43:32
IDJOB=1085981
IDBENCH=57738
IDSOLVER=345
FILE ID=node25/1085981-1215236612
PBS_JOBID= 7881822
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a935103af39bd284c54c6d98a149f42a
RANDOM SEED=162309813

node25.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.234
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.234
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:       1422800 kB
Buffers:         71156 kB
Cached:         252180 kB
SwapCached:       6260 kB
Active:         460104 kB
Inactive:       115192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1422800 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:            4768 kB
Writeback:           0 kB
Mapped:         259052 kB
Slab:            42460 kB
Committed_AS:  3807116 kB
PageTables:       2448 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= 66520 MiB
End job on node25 at 2008-07-05 07:50:43