Trace number 1087494

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? 788.517 817.698

General information on the benchmark

Namecsp/fapp/fapp29/
normalized-fapp29-2900-3.xml
MD5SUMa235a933b5e2cb4afa8ed79f71c05679
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 benchmark17.5323
Satisfiable
(Un)Satisfiability was proved
Number of variables2900
Number of constraints67898
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension67898
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.22	c 0	Sugar v1-13 + HOME/minisat
0.01/0.22	c 0	BEGIN Sat Jul  5 09:53:10 2008
0.01/0.22	c 0	PID 25679
0.01/0.22	c 0	HOST node85.alineos.net
0.01/0.22	c 0	CONVERTING HOME/instance-1087494-1215244390.xml TO HOME/temp.csp
0.01/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087494-1215244390.xml' 'HOME/temp.csp'
3.48/3.75	c 4	39 domains, 2900 variables, 8 predicates, 0 relations, 67898 constraints
3.48/3.77	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.48/3.77	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.55/3.85	c 4	Parsing HOME/temp.csp
3.55/4.27	c 4	parsed 10000 expressions
4.27/4.55	c 5	parsed 20000 expressions
4.55/4.87	c 5	parsed 30000 expressions
4.85/5.10	c 5	parsed 40000 expressions
5.15/5.46	c 6	parsed 50000 expressions
5.44/5.70	c 6	parsed 60000 expressions
5.64/5.94	c 6	parsed 70000 expressions
5.64/5.96	c 6	parsed 70845 expressions
5.64/5.96	c 6	Heap : 29 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.64/5.96	c 6	Converting to clausal form CSP
14.20/14.56	c 15	converted 7085 (10%) expressions
27.73/28.17	c 28	converted 14169 (20%) expressions
41.55/42.00	c 42	converted 21254 (30%) expressions
55.69/56.24	c 56	converted 28338 (40%) expressions
68.01/68.66	c 69	converted 35423 (50%) expressions
80.75/81.42	c 82	converted 42507 (60%) expressions
94.87/95.64	c 96	converted 49592 (70%) expressions
106.40/107.22	c 107	converted 56676 (80%) expressions
117.05/117.96	c 118	converted 63761 (90%) expressions
126.60/127.55	c 128	converted 70845 (100%) expressions
126.60/127.56	c 128	CSP : 19753 integers, 209502 booleans, 471071 clauses, largest domain size 2217
126.60/127.56	c 128	Heap : 388 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
126.60/127.56	c 128	Propagation in CSP
142.83/143.82	c 144	21400 values, 0 unsatisfiable literals, and 0 valid clauses are removed
142.83/143.83	c 144	CSP : 19753 integers, 209502 booleans, 471071 clauses, largest domain size 2217
142.83/143.83	c 144	Heap : 425 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
142.92/143.95	c 144	Simplifing CSP by introducing new Boolean variables
146.31/147.31	c 148	CSP : 19753 integers, 355112 booleans, 616681 clauses, largest domain size 2217
146.31/147.31	c 148	Heap : 463 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
148.69/149.79	c 150	Encoding CSP to SAT : HOME/temp.cnf
178.42/179.61	c 180	1976 (10%) CSP integer variables are encoded (1003671 clauses, 16851975 bytes)
194.32/195.60	c 196	3951 (20%) CSP integer variables are encoded (3373327 clauses, 61875439 bytes)
198.30/199.64	c 200	5926 (30%) CSP integer variables are encoded (6865696 clauses, 128230450 bytes)
202.50/205.22	c 205	7902 (40%) CSP integer variables are encoded (10383752 clauses, 195856385 bytes)
206.74/209.53	c 210	9877 (50%) CSP integer variables are encoded (13868119 clauses, 269028092 bytes)
211.01/215.88	c 216	11852 (60%) CSP integer variables are encoded (17366628 clauses, 342496781 bytes)
215.41/221.80	c 222	13828 (70%) CSP integer variables are encoded (20868368 clauses, 416033321 bytes)
219.62/226.18	c 226	15803 (80%) CSP integer variables are encoded (24373193 clauses, 489634646 bytes)
223.94/231.35	c 232	17778 (90%) CSP integer variables are encoded (27881430 clauses, 563307623 bytes)
228.20/235.67	c 236	19753 (100%) CSP integer variables are encoded (31360109 clauses, 636359882 bytes)
516.21/533.40	c 534	61669 (10%) CSP clauses are encoded (61277065 clauses, 1395091533 bytes)
770.81/795.68	c 796	123337 (20%) CSP clauses are encoded (88635773 clauses, 2097928556 bytes)
787.83/814.26	c 814	ERROR Exception Too large HOME/temp.cnf
787.83/814.26	c 814	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
787.83/814.26	c 814	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
787.83/814.26	c 814	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
787.83/814.26	s UNKNOWN
787.93/814.94	c 815	CPU 775.18 (0.03 0.01 775.15 12.78)
787.93/814.94	c 815	END Sat Jul  5 10:06:45 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-1087494-1215244390/watcher-1087494-1215244390 -o /tmp/evaluation-result-1087494-1215244390/solver-1087494-1215244390 -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-1087494-1215244390.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: 1.92 1.98 1.99 4/81 25679
/proc/meminfo: memFree=1300384/2055920 swapFree=4181032/4192956
[pid=25679] ppid=25677 vsize=18572 CPUtime=0
/proc/25679/stat : 25679 (runsolver) D 25677 25679 22449 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 265381745 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 214945033511 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/25679/statm: 4643 292 257 25 0 2626 0

[startup+0.103806 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 25679
/proc/meminfo: memFree=1300384/2055920 swapFree=4181032/4192956
[pid=25679] ppid=25677 vsize=2504 CPUtime=0
/proc/25679/stat : 25679 (sugar) D 25677 25679 22449 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 265381745 2564096 23 996147200 4194304 4206940 548682068608 18446744073709551615 214942417616 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/25679/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.20183 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 25679
/proc/meminfo: memFree=1300384/2055920 swapFree=4181032/4192956
[pid=25679] ppid=25677 vsize=12676 CPUtime=0.01
/proc/25679/stat : 25679 (sugar) R 25677 25679 22449 0 -1 4194304 547 0 2 0 1 0 0 0 18 0 1 0 265381745 12980224 517 996147200 4194304 4206940 548682068608 18446744073709551615 214944878546 0 0 4224 0 0 0 0 17 1 0 0
/proc/25679/statm: 3169 517 316 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.301854 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 25679
/proc/meminfo: memFree=1300384/2055920 swapFree=4181032/4192956
[pid=25679] ppid=25677 vsize=13600 CPUtime=0.04
/proc/25679/stat : 25679 (sugar) S 25677 25679 22449 0 -1 4194304 898 127 2 0 3 1 0 0 17 0 1 0 265381745 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25679/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701927 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 25679
/proc/meminfo: memFree=1300384/2055920 swapFree=4181032/4192956
[pid=25679] ppid=25677 vsize=13600 CPUtime=0.04
/proc/25679/stat : 25679 (sugar) S 25677 25679 22449 0 -1 4194304 898 127 2 0 3 1 0 0 17 0 1 0 265381745 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25679/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50208 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 25691
/proc/meminfo: memFree=1272768/2055920 swapFree=4181032/4192956
[pid=25679] ppid=25677 vsize=13600 CPUtime=0.04
/proc/25679/stat : 25679 (sugar) S 25677 25679 22449 0 -1 4194304 898 127 2 0 3 1 0 0 17 0 1 0 265381745 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25679/statm: 3400 796 370 3 0 500 0
[pid=25682] ppid=25679 vsize=5356 CPUtime=0
/proc/25682/stat : 25682 (sh) S 25679 25679 22449 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 265381767 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25682/statm: 1339 233 193 169 0 50 0
[pid=25683] ppid=25682 vsize=864676 CPUtime=1.25
/proc/25683/stat : 25683 (java) S 25682 25679 22449 0 -1 0 15458 0 1 0 118 7 0 0 18 0 9 0 265381767 885428224 13015 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25683/statm: 216169 13015 2529 9 0 210751 0
[pid=25683/tid=25684] ppid=25682 vsize=864676 CPUtime=0.73
/proc/25683/task/25684/stat : 25684 (java) R 25682 25679 22449 0 -1 64 3019 0 1 0 71 2 0 0 24 0 9 0 265381768 885428224 13015 996147200 134512640 134550740 4294956000 18446744073709551615 4126456477 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25685] ppid=25682 vsize=864676 CPUtime=0.42
/proc/25683/task/25685/stat : 25685 (java) S 25682 25679 22449 0 -1 64 11253 0 0 0 38 4 0 0 16 0 9 0 265381770 885428224 13015 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25686] ppid=25682 vsize=864676 CPUtime=0
/proc/25683/task/25686/stat : 25686 (java) S 25682 25679 22449 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 265381770 885428224 13015 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25687] ppid=25682 vsize=864676 CPUtime=0
/proc/25683/task/25687/stat : 25687 (java) S 25682 25679 22449 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 265381770 885428224 13015 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25688] ppid=25682 vsize=864676 CPUtime=0
/proc/25683/task/25688/stat : 25688 (java) S 25682 25679 22449 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 265381772 885428224 13015 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25689] ppid=25682 vsize=864676 CPUtime=0.08
/proc/25683/task/25689/stat : 25689 (java) S 25682 25679 22449 0 -1 64 486 0 0 0 8 0 0 0 16 0 9 0 265381772 885428224 13015 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25690] ppid=25682 vsize=864676 CPUtime=0
/proc/25683/task/25690/stat : 25690 (java) S 25682 25679 22449 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 265381772 885428224 13015 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25691] ppid=25682 vsize=864676 CPUtime=0
/proc/25683/task/25691/stat : 25691 (java) S 25682 25679 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 265381772 885428224 13015 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 883632

[startup+3.1024 s]
/proc/loadavg: 2.01 2.00 2.00 4/92 25691
/proc/meminfo: memFree=1223040/2055920 swapFree=4181032/4192956
[pid=25679] ppid=25677 vsize=13600 CPUtime=0.04
/proc/25679/stat : 25679 (sugar) S 25677 25679 22449 0 -1 4194304 898 127 2 0 3 1 0 0 17 0 1 0 265381745 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25679/statm: 3400 796 370 3 0 500 0
[pid=25682] ppid=25679 vsize=5356 CPUtime=0
/proc/25682/stat : 25682 (sh) S 25679 25679 22449 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 265381767 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25682/statm: 1339 233 193 169 0 50 0
[pid=25683] ppid=25682 vsize=864692 CPUtime=2.84
/proc/25683/stat : 25683 (java) S 25682 25679 22449 0 -1 0 32518 0 1 0 268 16 0 0 18 0 9 0 265381767 885444608 27124 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25683/statm: 216173 27124 2529 9 0 210755 0
[pid=25683/tid=25684] ppid=25682 vsize=864692 CPUtime=1.46
/proc/25683/task/25684/stat : 25684 (java) R 25682 25679 22449 0 -1 64 3869 0 1 0 143 3 0 0 25 0 9 0 265381768 885444608 27124 996147200 134512640 134550740 4294956000 18446744073709551615 4126718720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25685] ppid=25682 vsize=864692 CPUtime=1.23
/proc/25683/task/25685/stat : 25685 (java) S 25682 25679 22449 0 -1 64 27430 0 0 0 112 11 0 0 16 0 9 0 265381770 885444608 27124 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25686] ppid=25682 vsize=864692 CPUtime=0
/proc/25683/task/25686/stat : 25686 (java) S 25682 25679 22449 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 265381770 885444608 27124 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25687] ppid=25682 vsize=864692 CPUtime=0
/proc/25683/task/25687/stat : 25687 (java) S 25682 25679 22449 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 265381770 885444608 27124 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25688] ppid=25682 vsize=864692 CPUtime=0
/proc/25683/task/25688/stat : 25688 (java) S 25682 25679 22449 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 265381772 885444608 27124 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25689] ppid=25682 vsize=864692 CPUtime=0.12
/proc/25683/task/25689/stat : 25689 (java) S 25682 25679 22449 0 -1 64 519 0 0 0 12 0 0 0 16 0 9 0 265381772 885444608 27124 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25690] ppid=25682 vsize=864692 CPUtime=0
/proc/25683/task/25690/stat : 25690 (java) S 25682 25679 22449 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 265381772 885444608 27124 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25683/tid=25691] ppid=25682 vsize=864692 CPUtime=0
/proc/25683/task/25691/stat : 25691 (java) S 25682 25679 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 265381772 885444608 27124 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 883648

[startup+6.30301 s]
/proc/loadavg: 2.01 2.00 2.00 4/92 25701
/proc/meminfo: memFree=1266944/2055920 swapFree=4181032/4192956
[pid=25679] ppid=25677 vsize=13600 CPUtime=3.55
/proc/25679/stat : 25679 (sugar) S 25677 25679 22449 0 -1 4194304 972 33831 2 1 3 1 332 19 15 0 1 0 265381745 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25679/statm: 3400 797 370 3 0 500 0
[pid=25692] ppid=25679 vsize=5356 CPUtime=0
/proc/25692/stat : 25692 (sh) S 25679 25679 22449 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 265382122 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25692/statm: 1339 233 193 169 0 50 0
[pid=25693] ppid=25692 vsize=868428 CPUtime=2.5
/proc/25693/stat : 25693 (java) S 25692 25679 22449 0 -1 0 14469 0 1 0 242 8 0 0 20 0 9 0 265382123 889270272 13023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25693/statm: 217107 13023 2543 9 0 211682 0
[pid=25693/tid=25694] ppid=25692 vsize=868428 CPUtime=1.59
/proc/25693/task/25694/stat : 25694 (java) R 25692 25679 22449 0 -1 64 3072 0 1 0 157 2 0 0 25 0 9 0 265382124 889270272 13023 996147200 134512640 134550740 4294955952 18446744073709551615 4126570208 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25695] ppid=25692 vsize=868428 CPUtime=0.72
/proc/25693/task/25695/stat : 25695 (java) S 25692 25679 22449 0 -1 64 9235 0 0 0 68 4 0 0 16 0 9 0 265382125 889270272 13023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25696] ppid=25692 vsize=868428 CPUtime=0
/proc/25693/task/25696/stat : 25696 (java) S 25692 25679 22449 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 265382125 889270272 13023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25697] ppid=25692 vsize=868428 CPUtime=0
/proc/25693/task/25697/stat : 25697 (java) S 25692 25679 22449 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 265382125 889270272 13023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25698] ppid=25692 vsize=868428 CPUtime=0
/proc/25693/task/25698/stat : 25698 (java) S 25692 25679 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 265382127 889270272 13023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25699] ppid=25692 vsize=868428 CPUtime=0.15
/proc/25693/task/25699/stat : 25699 (java) S 25692 25679 22449 0 -1 64 1465 0 0 0 15 0 0 0 16 0 9 0 265382127 889270272 13023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25700] ppid=25692 vsize=868428 CPUtime=0
/proc/25693/task/25700/stat : 25700 (java) S 25692 25679 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 265382127 889270272 13023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25701] ppid=25692 vsize=868428 CPUtime=0
/proc/25693/task/25701/stat : 25701 (java) S 25692 25679 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 265382127 889270272 13023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 887384

[startup+12.7022 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 25701
/proc/meminfo: memFree=1236104/2055920 swapFree=4181032/4192956
[pid=25679] ppid=25677 vsize=13600 CPUtime=3.55
/proc/25679/stat : 25679 (sugar) S 25677 25679 22449 0 -1 4194304 972 33831 2 1 3 1 332 19 15 0 1 0 265381745 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25679/statm: 3400 797 370 3 0 500 0
[pid=25692] ppid=25679 vsize=5356 CPUtime=0
/proc/25692/stat : 25692 (sh) S 25679 25679 22449 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 265382122 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25692/statm: 1339 233 193 169 0 50 0
[pid=25693] ppid=25692 vsize=868428 CPUtime=8.86
/proc/25693/stat : 25693 (java) S 25692 25679 22449 0 -1 0 24686 0 1 0 871 15 0 0 20 0 9 0 265382123 889270272 17493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25693/statm: 217107 17493 2541 9 0 211682 0
[pid=25693/tid=25694] ppid=25692 vsize=868428 CPUtime=7.22
/proc/25693/task/25694/stat : 25694 (java) R 25692 25679 22449 0 -1 64 3510 0 1 0 719 3 0 0 25 0 9 0 265382124 889270272 17493 996147200 134512640 134550740 4294955952 18446744073709551615 4126641480 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25695] ppid=25692 vsize=868428 CPUtime=1.41
/proc/25693/task/25695/stat : 25695 (java) S 25692 25679 22449 0 -1 64 18989 0 0 0 131 10 0 0 16 0 9 0 265382125 889270272 17493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25696] ppid=25692 vsize=868428 CPUtime=0
/proc/25693/task/25696/stat : 25696 (java) S 25692 25679 22449 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 265382125 889270272 17493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25697] ppid=25692 vsize=868428 CPUtime=0
/proc/25693/task/25697/stat : 25697 (java) S 25692 25679 22449 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 265382125 889270272 17493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25698] ppid=25692 vsize=868428 CPUtime=0
/proc/25693/task/25698/stat : 25698 (java) S 25692 25679 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 265382127 889270272 17493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25699] ppid=25692 vsize=868428 CPUtime=0.2
/proc/25693/task/25699/stat : 25699 (java) S 25692 25679 22449 0 -1 64 1490 0 0 0 20 0 0 0 15 0 9 0 265382127 889270272 17493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25700] ppid=25692 vsize=868428 CPUtime=0
/proc/25693/task/25700/stat : 25700 (java) S 25692 25679 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 265382127 889270272 17493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25701] ppid=25692 vsize=868428 CPUtime=0
/proc/25693/task/25701/stat : 25701 (java) S 25692 25679 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 265382127 889270272 17493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 887384

[startup+25.5017 s]
/proc/loadavg: 2.08 2.02 2.00 3/92 25701
/proc/meminfo: memFree=1191688/2055920 swapFree=4181032/4192956
[pid=25679] ppid=25677 vsize=13600 CPUtime=3.55
/proc/25679/stat : 25679 (sugar) S 25677 25679 22449 0 -1 4194304 972 33831 2 1 3 1 332 19 16 0 1 0 265381745 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25679/statm: 3400 797 370 3 0 500 0
[pid=25692] ppid=25679 vsize=5356 CPUtime=0
/proc/25692/stat : 25692 (sh) S 25679 25679 22449 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 265382122 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25692/statm: 1339 233 193 169 0 50 0
[pid=25693] ppid=25692 vsize=868428 CPUtime=21.58
/proc/25693/stat : 25693 (java) S 25692 25679 22449 0 -1 0 38383 0 1 0 2135 23 0 0 20 0 9 0 265382123 889270272 26756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25693/statm: 217107 26756 2541 9 0 211682 0
[pid=25693/tid=25694] ppid=25692 vsize=868428 CPUtime=18.67
/proc/25693/task/25694/stat : 25694 (java) R 25692 25679 22449 0 -1 64 4179 0 1 0 1863 4 0 0 25 0 9 0 265382124 889270272 26756 996147200 134512640 134550740 4294955952 18446744073709551615 4126644400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25695] ppid=25692 vsize=868428 CPUtime=2.68
/proc/25693/task/25695/stat : 25695 (java) S 25692 25679 22449 0 -1 64 32008 0 0 0 251 17 0 0 16 0 9 0 265382125 889270272 26756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25696] ppid=25692 vsize=868428 CPUtime=0
/proc/25693/task/25696/stat : 25696 (java) S 25692 25679 22449 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 265382125 889270272 26756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25697] ppid=25692 vsize=868428 CPUtime=0
/proc/25693/task/25697/stat : 25697 (java) S 25692 25679 22449 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 265382125 889270272 26756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=25693/tid=25699] ppid=25692 vsize=868540 CPUtime=0.31
/proc/25693/task/25699/stat : 25699 (java) S 25692 25679 22449 0 -1 64 1548 0 0 0 30 1 0 0 15 0 9 0 265382127 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25700] ppid=25692 vsize=868540 CPUtime=0
/proc/25693/task/25700/stat : 25700 (java) S 25692 25679 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 265382127 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25701] ppid=25692 vsize=868540 CPUtime=0
/proc/25693/task/25701/stat : 25701 (java) S 25692 25679 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 265382127 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 738.01
Current children cumulated vsize (KiB) 887496

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

[startup+768.201 s]
/proc/loadavg: 2.06 2.19 2.16 3/92 25716
/proc/meminfo: memFree=15112/2055920 swapFree=4181032/4192956
[pid=25679] ppid=25677 vsize=13600 CPUtime=3.55
/proc/25679/stat : 25679 (sugar) S 25677 25679 22449 0 -1 4194304 972 33831 2 1 3 1 332 19 16 0 1 0 265381745 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25679/statm: 3400 797 370 3 0 500 0
[pid=25692] ppid=25679 vsize=5356 CPUtime=0
/proc/25692/stat : 25692 (sh) S 25679 25679 22449 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 265382122 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25692/statm: 1339 233 193 169 0 50 0
[pid=25693] ppid=25692 vsize=868540 CPUtime=740.26
/proc/25693/stat : 25693 (java) S 25692 25679 22449 0 -1 0 159640 0 1 0 72841 1185 0 0 20 0 9 0 265382123 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25693/statm: 217135 127367 2566 9 0 211682 0
[pid=25693/tid=25694] ppid=25692 vsize=868540 CPUtime=719.36
/proc/25693/task/25694/stat : 25694 (java) R 25692 25679 22449 0 -1 64 11858 0 1 0 70831 1105 0 0 25 0 9 0 265382124 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4127031444 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25695] ppid=25692 vsize=868540 CPUtime=20.57
/proc/25693/task/25695/stat : 25695 (java) S 25692 25679 22449 0 -1 64 145537 0 0 0 1980 77 0 0 16 0 9 0 265382125 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25696] ppid=25692 vsize=868540 CPUtime=0
/proc/25693/task/25696/stat : 25696 (java) S 25692 25679 22449 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 265382125 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25697] ppid=25692 vsize=868540 CPUtime=0
/proc/25693/task/25697/stat : 25697 (java) S 25692 25679 22449 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 265382125 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25698] ppid=25692 vsize=868540 CPUtime=0
/proc/25693/task/25698/stat : 25698 (java) S 25692 25679 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 265382127 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25699] ppid=25692 vsize=868540 CPUtime=0.31
/proc/25693/task/25699/stat : 25699 (java) S 25692 25679 22449 0 -1 64 1548 0 0 0 30 1 0 0 15 0 9 0 265382127 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25700] ppid=25692 vsize=868540 CPUtime=0
/proc/25693/task/25700/stat : 25700 (java) S 25692 25679 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 265382127 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25701] ppid=25692 vsize=868540 CPUtime=0
/proc/25693/task/25701/stat : 25701 (java) S 25692 25679 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 265382127 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 743.81
Current children cumulated vsize (KiB) 887496

[startup+793.801 s]
/proc/loadavg: 2.18 2.21 2.16 3/92 25716
/proc/meminfo: memFree=14920/2055920 swapFree=4181032/4192956
[pid=25679] ppid=25677 vsize=13600 CPUtime=3.55
/proc/25679/stat : 25679 (sugar) S 25677 25679 22449 0 -1 4194304 972 33831 2 1 3 1 332 19 16 0 1 0 265381745 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25679/statm: 3400 797 370 3 0 500 0
[pid=25692] ppid=25679 vsize=5356 CPUtime=0
/proc/25692/stat : 25692 (sh) S 25679 25679 22449 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 265382122 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25692/statm: 1339 233 193 169 0 50 0
[pid=25693] ppid=25692 vsize=868540 CPUtime=765.49
/proc/25693/stat : 25693 (java) S 25692 25679 22449 0 -1 0 159677 0 1 0 75328 1221 0 0 20 0 9 0 265382123 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25693/statm: 217135 127367 2566 9 0 211682 0
[pid=25693/tid=25694] ppid=25692 vsize=868540 CPUtime=744.53
/proc/25693/task/25694/stat : 25694 (java) R 25692 25679 22449 0 -1 64 11895 0 1 0 73312 1141 0 0 25 0 9 0 265382124 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4126641526 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25695] ppid=25692 vsize=868540 CPUtime=20.63
/proc/25693/task/25695/stat : 25695 (java) S 25692 25679 22449 0 -1 64 145537 0 0 0 1985 78 0 0 16 0 9 0 265382125 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25696] ppid=25692 vsize=868540 CPUtime=0
/proc/25693/task/25696/stat : 25696 (java) S 25692 25679 22449 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 265382125 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25697] ppid=25692 vsize=868540 CPUtime=0
/proc/25693/task/25697/stat : 25697 (java) S 25692 25679 22449 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 265382125 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25698] ppid=25692 vsize=868540 CPUtime=0
/proc/25693/task/25698/stat : 25698 (java) S 25692 25679 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 265382127 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25699] ppid=25692 vsize=868540 CPUtime=0.31
/proc/25693/task/25699/stat : 25699 (java) S 25692 25679 22449 0 -1 64 1548 0 0 0 30 1 0 0 15 0 9 0 265382127 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25700] ppid=25692 vsize=868540 CPUtime=0
/proc/25693/task/25700/stat : 25700 (java) S 25692 25679 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 265382127 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25701] ppid=25692 vsize=868540 CPUtime=0
/proc/25693/task/25701/stat : 25701 (java) S 25692 25679 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 265382127 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 769.04
Current children cumulated vsize (KiB) 887496

[startup+806.607 s]
/proc/loadavg: 2.15 2.20 2.16 2/92 25716
/proc/meminfo: memFree=14920/2055920 swapFree=4181032/4192956
[pid=25679] ppid=25677 vsize=13600 CPUtime=3.55
/proc/25679/stat : 25679 (sugar) S 25677 25679 22449 0 -1 4194304 972 33831 2 1 3 1 332 19 16 0 1 0 265381745 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25679/statm: 3400 797 370 3 0 500 0
[pid=25692] ppid=25679 vsize=5356 CPUtime=0
/proc/25692/stat : 25692 (sh) S 25679 25679 22449 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 265382122 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25692/statm: 1339 233 193 169 0 50 0
[pid=25693] ppid=25692 vsize=868540 CPUtime=776.79
/proc/25693/stat : 25693 (java) S 25692 25679 22449 0 -1 0 159696 0 1 0 76440 1239 0 0 20 0 9 0 265382123 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25693/statm: 217135 127367 2566 9 0 211682 0
[pid=25693/tid=25694] ppid=25692 vsize=868540 CPUtime=755.8
/proc/25693/task/25694/stat : 25694 (java) R 25692 25679 22449 0 -1 64 11914 0 1 0 74421 1159 0 0 24 0 9 0 265382124 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4127030854 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25695] ppid=25692 vsize=868540 CPUtime=20.66
/proc/25693/task/25695/stat : 25695 (java) S 25692 25679 22449 0 -1 64 145537 0 0 0 1988 78 0 0 16 0 9 0 265382125 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25696] ppid=25692 vsize=868540 CPUtime=0
/proc/25693/task/25696/stat : 25696 (java) S 25692 25679 22449 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 265382125 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25697] ppid=25692 vsize=868540 CPUtime=0
/proc/25693/task/25697/stat : 25697 (java) S 25692 25679 22449 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 265382125 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25698] ppid=25692 vsize=868540 CPUtime=0
/proc/25693/task/25698/stat : 25698 (java) S 25692 25679 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 265382127 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25699] ppid=25692 vsize=868540 CPUtime=0.31
/proc/25693/task/25699/stat : 25699 (java) S 25692 25679 22449 0 -1 64 1548 0 0 0 30 1 0 0 15 0 9 0 265382127 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25700] ppid=25692 vsize=868540 CPUtime=0
/proc/25693/task/25700/stat : 25700 (java) S 25692 25679 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 265382127 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25701] ppid=25692 vsize=868540 CPUtime=0
/proc/25693/task/25701/stat : 25701 (java) S 25692 25679 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 265382127 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 780.34
Current children cumulated vsize (KiB) 887496

[startup+813.001 s]
/proc/loadavg: 2.13 2.19 2.16 3/92 25716
/proc/meminfo: memFree=15304/2055920 swapFree=4181032/4192956
[pid=25679] ppid=25677 vsize=13600 CPUtime=3.55
/proc/25679/stat : 25679 (sugar) S 25677 25679 22449 0 -1 4194304 972 33831 2 1 3 1 332 19 16 0 1 0 265381745 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25679/statm: 3400 797 370 3 0 500 0
[pid=25692] ppid=25679 vsize=5356 CPUtime=0
/proc/25692/stat : 25692 (sh) S 25679 25679 22449 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 265382122 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25692/statm: 1339 233 193 169 0 50 0
[pid=25693] ppid=25692 vsize=868540 CPUtime=783.1
/proc/25693/stat : 25693 (java) S 25692 25679 22449 0 -1 0 159705 0 1 0 77061 1249 0 0 20 0 9 0 265382123 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25693/statm: 217135 127367 2566 9 0 211682 0
[pid=25693/tid=25694] ppid=25692 vsize=868540 CPUtime=762.1
/proc/25693/task/25694/stat : 25694 (java) R 25692 25679 22449 0 -1 64 11923 0 1 0 75041 1169 0 0 25 0 9 0 265382124 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4126638488 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25695] ppid=25692 vsize=868540 CPUtime=20.67
/proc/25693/task/25695/stat : 25695 (java) S 25692 25679 22449 0 -1 64 145537 0 0 0 1989 78 0 0 16 0 9 0 265382125 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25696] ppid=25692 vsize=868540 CPUtime=0
/proc/25693/task/25696/stat : 25696 (java) S 25692 25679 22449 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 265382125 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25697] ppid=25692 vsize=868540 CPUtime=0
/proc/25693/task/25697/stat : 25697 (java) S 25692 25679 22449 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 265382125 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25698] ppid=25692 vsize=868540 CPUtime=0
/proc/25693/task/25698/stat : 25698 (java) S 25692 25679 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 265382127 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25699] ppid=25692 vsize=868540 CPUtime=0.31
/proc/25693/task/25699/stat : 25699 (java) S 25692 25679 22449 0 -1 64 1548 0 0 0 30 1 0 0 15 0 9 0 265382127 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25700] ppid=25692 vsize=868540 CPUtime=0
/proc/25693/task/25700/stat : 25700 (java) S 25692 25679 22449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 265382127 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25693/tid=25701] ppid=25692 vsize=868540 CPUtime=0
/proc/25693/task/25701/stat : 25701 (java) S 25692 25679 22449 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 265382127 889384960 127367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 786.65
Current children cumulated vsize (KiB) 887496

[startup+816.202 s]
/proc/loadavg: 2.13 2.19 2.16 3/82 25716
/proc/meminfo: memFree=1287704/2055920 swapFree=4181032/4192956
[pid=25679] ppid=25677 vsize=13600 CPUtime=788.41
/proc/25679/stat : 25679 (sugar) D 25677 25679 22449 0 -1 4194304 994 193834 2 4 3 45 77515 1278 18 0 1 0 265381745 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/25679/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 788.41
Current children cumulated vsize (KiB) 13600

[startup+817.002 s]
/proc/loadavg: 2.13 2.19 2.16 2/82 25716
/proc/meminfo: memFree=1391960/2055920 swapFree=4181032/4192956
[pid=25679] ppid=25677 vsize=13600 CPUtime=788.46
/proc/25679/stat : 25679 (sugar) D 25677 25679 22449 0 -1 4194304 994 193834 2 4 3 50 77515 1278 18 0 1 0 265381745 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25679/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 788.46
Current children cumulated vsize (KiB) 13600

[startup+817.403 s]
/proc/loadavg: 2.13 2.19 2.16 2/82 25716
/proc/meminfo: memFree=1391960/2055920 swapFree=4181032/4192956
[pid=25679] ppid=25677 vsize=13600 CPUtime=788.48
/proc/25679/stat : 25679 (sugar) D 25677 25679 22449 0 -1 4194304 994 193834 2 4 3 52 77515 1278 18 0 1 0 265381745 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25679/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 788.48
Current children cumulated vsize (KiB) 13600

[startup+817.607 s]
/proc/loadavg: 2.12 2.19 2.16 2/82 25716
/proc/meminfo: memFree=1391192/2055920 swapFree=4181032/4192956
[pid=25679] ppid=25677 vsize=13600 CPUtime=788.49
/proc/25679/stat : 25679 (sugar) D 25677 25679 22449 0 -1 4194304 994 193834 2 4 3 53 77515 1278 18 0 1 0 265381745 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25679/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 788.49
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 817.698
CPU time (s): 788.517
CPU user time (s): 775.189
CPU system time (s): 13.328
CPU usage (%): 96.4314
Max. virtual memory (cumulated for all children) (KiB): 901636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 775.189
system time used= 13.328
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194858
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36820
involuntary context switches= 55145

runsolver used 0.969852 second user time and 2.77758 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-05 09:53:10
IDJOB=1087494
IDBENCH=58000
IDSOLVER=346
FILE ID=node85/1087494-1215244390
PBS_JOBID= 7881839
Free space on /tmp= 126832 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp29/normalized-fapp29-2900-3.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087494-1215244390/watcher-1087494-1215244390 -o /tmp/evaluation-result-1087494-1215244390/solver-1087494-1215244390 -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-1087494-1215244390.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a235a933b5e2cb4afa8ed79f71c05679
RANDOM SEED=1432295395

node85.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.272
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.272
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1300864 kB
Buffers:          8488 kB
Cached:         115236 kB
SwapCached:       5884 kB
Active:         668668 kB
Inactive:        40880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1300864 kB
SwapTotal:     4192956 kB
SwapFree:      4181032 kB
Dirty:           10688 kB
Writeback:           0 kB
Mapped:         600224 kB
Slab:            29944 kB
Committed_AS:  1501788 kB
PageTables:       2684 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= 126832 MiB
End job on node85 at 2008-07-05 10:06:48