Trace number 1086780

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? 1028.1 1032.33

General information on the benchmark

Namecsp/fapp/fapp28/
normalized-fapp28-2800-6.xml
MD5SUM58ea24c4b64e9a970cdc24f9e79dc4d0
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 benchmark45.953
Satisfiable
(Un)Satisfiability was proved
Number of variables2800
Number of constraints22569
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22569
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/minisat
0.00/0.15	c 0	BEGIN Sat Jul  5 08:59:30 2008
0.00/0.15	c 0	PID 28632
0.00/0.15	c 0	HOST node1.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1086780-1215241169.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086780-1215241169.xml' 'HOME/temp.csp'
1.51/1.53	c 1	17 domains, 2800 variables, 8 predicates, 0 relations, 22569 constraints
1.51/1.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.51/1.57	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.55/1.64	c 1	Parsing HOME/temp.csp
1.55/2.00	c 2	parsed 10000 expressions
2.33/2.30	c 2	parsed 20000 expressions
2.43/2.44	c 2	parsed 25394 expressions
2.43/2.44	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.43/2.44	c 2	Converting to clausal form CSP
2.55/2.50	c 2	converted 2540 (10%) expressions
9.61/9.52	c 9	converted 5079 (20%) expressions
16.21/16.18	c 16	converted 7619 (30%) expressions
22.88/22.84	c 23	converted 10158 (40%) expressions
29.56/29.53	c 29	converted 12697 (50%) expressions
36.53/36.56	c 36	converted 15237 (60%) expressions
42.91/42.97	c 43	converted 17776 (70%) expressions
49.47/49.56	c 49	converted 20316 (80%) expressions
56.26/56.32	c 56	converted 22855 (90%) expressions
61.74/61.81	c 61	converted 25394 (100%) expressions
61.74/61.81	c 61	CSP : 9699 integers, 62620 booleans, 150074 clauses, largest domain size 3217
61.74/61.81	c 61	Heap : 103 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
61.74/61.81	c 61	Propagation in CSP
70.81/70.92	c 71	172220 values, 0 unsatisfiable literals, and 0 valid clauses are removed
70.81/70.92	c 71	CSP : 9699 integers, 62620 booleans, 150074 clauses, largest domain size 3217
70.81/70.92	c 71	Heap : 115 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
70.81/70.97	c 71	Simplifing CSP by introducing new Boolean variables
71.12/71.27	c 71	CSP : 9699 integers, 119398 booleans, 206852 clauses, largest domain size 3217
71.12/71.27	c 71	Heap : 135 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
71.91/72.05	c 72	Encoding CSP to SAT : HOME/temp.cnf
105.68/105.90	c 106	970 (10%) CSP integer variables are encoded (720926 clauses, 12033901 bytes)
138.28/138.67	c 138	1940 (20%) CSP integer variables are encoded (1448343 clauses, 25299359 bytes)
166.63/167.07	c 167	2910 (30%) CSP integer variables are encoded (2381517 clauses, 43029665 bytes)
169.89/170.31	c 170	3880 (40%) CSP integer variables are encoded (5187779 clauses, 96348643 bytes)
172.99/173.43	c 173	4850 (50%) CSP integer variables are encoded (7854239 clauses, 147011383 bytes)
176.26/176.80	c 176	5820 (60%) CSP integer variables are encoded (10646359 clauses, 201365584 bytes)
179.69/180.34	c 180	6790 (70%) CSP integer variables are encoded (13383483 clauses, 258845188 bytes)
182.94/183.70	c 183	7760 (80%) CSP integer variables are encoded (16076947 clauses, 315407932 bytes)
186.34/187.12	c 187	8730 (90%) CSP integer variables are encoded (18787285 clauses, 372325030 bytes)
189.66/190.53	c 190	9699 (100%) CSP integer variables are encoded (21508154 clauses, 429463279 bytes)
443.09/444.67	c 444	20686 (10%) CSP clauses are encoded (39895487 clauses, 889471750 bytes)
632.70/634.90	c 635	41371 (20%) CSP clauses are encoded (55760108 clauses, 1294404328 bytes)
823.63/826.52	c 826	62056 (30%) CSP clauses are encoded (71993368 clauses, 1709161469 bytes)
1027.21/1030.95	c 1031	ERROR Exception Too large HOME/temp.cnf
1027.21/1030.95	c 1031	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
1027.21/1030.95	c 1031	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
1027.21/1030.96	c 1031	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
1027.21/1030.96	s UNKNOWN
1027.28/1031.02	c 1031	CPU 1014.87 (0.03 0.01 1014.84 12.43)
1027.28/1031.02	c 1031	END Sat Jul  5 09:16: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-1086780-1215241169/watcher-1086780-1215241169 -o /tmp/evaluation-result-1086780-1215241169/solver-1086780-1215241169 -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-1086780-1215241169.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.00 1.00 1.26 3/82 28632
/proc/meminfo: memFree=1147656/2055920 swapFree=4179472/4192956
[pid=28632] ppid=28630 vsize=18572 CPUtime=0
/proc/28632/stat : 28632 (runsolver) D 28630 28632 25300 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 2003092590 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 259353275687 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/28632/statm: 4643 292 257 25 0 2626 0

[startup+0.0647111 s]
/proc/loadavg: 1.00 1.00 1.26 3/82 28632
/proc/meminfo: memFree=1147656/2055920 swapFree=4179472/4192956
[pid=28632] ppid=28630 vsize=12272 CPUtime=0
/proc/28632/stat : 28632 (sugar) D 28630 28632 25300 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 2003092590 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 259353442917 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/28632/statm: 3068 328 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101724 s]
/proc/loadavg: 1.00 1.00 1.26 3/82 28632
/proc/meminfo: memFree=1147656/2055920 swapFree=4179472/4192956
[pid=28632] ppid=28630 vsize=12272 CPUtime=0
/proc/28632/stat : 28632 (sugar) D 28630 28632 25300 0 -1 4194304 410 0 0 0 0 0 0 0 18 0 1 0 2003092590 12566528 378 996147200 4194304 4206940 548682068608 18446744073709551615 259362175998 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/28632/statm: 3068 378 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.306049 s]
/proc/loadavg: 1.00 1.00 1.26 3/82 28632
/proc/meminfo: memFree=1147656/2055920 swapFree=4179472/4192956
[pid=28632] ppid=28630 vsize=13600 CPUtime=0.04
/proc/28632/stat : 28632 (sugar) S 28630 28632 25300 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003092590 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28632/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702028 s]
/proc/loadavg: 1.00 1.00 1.26 3/82 28632
/proc/meminfo: memFree=1147656/2055920 swapFree=4179472/4192956
[pid=28632] ppid=28630 vsize=13600 CPUtime=0.04
/proc/28632/stat : 28632 (sugar) S 28630 28632 25300 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003092590 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28632/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50219 s]
/proc/loadavg: 1.00 1.00 1.26 3/93 28644
/proc/meminfo: memFree=1112496/2055920 swapFree=4179472/4192956
[pid=28632] ppid=28630 vsize=13600 CPUtime=0.04
/proc/28632/stat : 28632 (sugar) S 28630 28632 25300 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003092590 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28632/statm: 3400 796 370 3 0 500 0
[pid=28635] ppid=28632 vsize=5356 CPUtime=0
/proc/28635/stat : 28635 (sh) S 28632 28632 25300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003092606 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28635/statm: 1339 233 193 169 0 50 0
[pid=28636] ppid=28635 vsize=865516 CPUtime=1.47
/proc/28636/stat : 28636 (java) S 28635 28632 25300 0 -1 0 14263 0 1 0 140 7 0 0 18 0 9 0 2003092606 886288384 12305 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28636/statm: 216379 12305 2529 9 0 210961 0
[pid=28636/tid=28637] ppid=28635 vsize=865516 CPUtime=0.86
/proc/28636/task/28637/stat : 28637 (java) R 28635 28632 25300 0 -1 64 3034 0 1 0 84 2 0 0 17 0 9 0 2003092607 886288384 12305 996147200 134512640 134550740 4294956000 18446744073709551615 4126677879 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28638] ppid=28635 vsize=865516 CPUtime=0.43
/proc/28636/task/28638/stat : 28638 (java) S 28635 28632 25300 0 -1 64 10008 0 0 0 40 3 0 0 16 0 9 0 2003092608 886288384 12305 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28639] ppid=28635 vsize=865516 CPUtime=0
/proc/28636/task/28639/stat : 28639 (java) S 28635 28632 25300 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 2003092608 886288384 12305 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28640] ppid=28635 vsize=865516 CPUtime=0
/proc/28636/task/28640/stat : 28640 (java) S 28635 28632 25300 0 -1 64 12 0 0 0 0 0 0 0 15 0 9 0 2003092608 886288384 12305 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28641] ppid=28635 vsize=865516 CPUtime=0
/proc/28636/task/28641/stat : 28641 (java) S 28635 28632 25300 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2003092610 886288384 12305 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28642] ppid=28635 vsize=865516 CPUtime=0.15
/proc/28636/task/28642/stat : 28642 (java) S 28635 28632 25300 0 -1 64 520 0 0 0 15 0 0 0 15 0 9 0 2003092610 886288384 12305 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28643] ppid=28635 vsize=865516 CPUtime=0
/proc/28636/task/28643/stat : 28643 (java) S 28635 28632 25300 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2003092610 886288384 12305 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28644] ppid=28635 vsize=865516 CPUtime=0
/proc/28636/task/28644/stat : 28644 (java) S 28635 28632 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003092610 886288384 12305 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 884472

[startup+3.1015 s]
/proc/loadavg: 1.00 1.00 1.26 2/93 28654
/proc/meminfo: memFree=1131888/2055920 swapFree=4179472/4192956
[pid=28632] ppid=28630 vsize=13600 CPUtime=1.55
/proc/28632/stat : 28632 (sugar) S 28630 28632 25300 0 -1 4194304 974 14684 0 1 3 1 143 8 16 0 1 0 2003092590 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28632/statm: 3400 797 370 3 0 500 0
[pid=28645] ppid=28632 vsize=5356 CPUtime=0
/proc/28645/stat : 28645 (sh) S 28632 28632 25300 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003092747 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 1339 233 193 169 0 50 0
[pid=28646] ppid=28645 vsize=868832 CPUtime=1.68
/proc/28646/stat : 28646 (java) S 28645 28632 25300 0 -1 0 9643 0 1 0 162 6 0 0 18 0 9 0 2003092748 889683968 8510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28646/statm: 217208 8510 2540 9 0 211783 0
[pid=28646/tid=28647] ppid=28645 vsize=868832 CPUtime=1.15
/proc/28646/task/28647/stat : 28647 (java) R 28645 28632 25300 0 -1 64 2829 0 1 0 113 2 0 0 16 0 9 0 2003092749 889683968 8510 996147200 134512640 134550740 4294955952 18446744073709551615 4126635921 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28646/tid=28648] ppid=28645 vsize=868832 CPUtime=0.34
/proc/28646/task/28648/stat : 28648 (java) S 28645 28632 25300 0 -1 64 4603 0 0 0 31 3 0 0 16 0 9 0 2003092750 889683968 8510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28646/tid=28649] ppid=28645 vsize=868832 CPUtime=0
/proc/28646/task/28649/stat : 28649 (java) S 28645 28632 25300 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003092750 889683968 8510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28650] ppid=28645 vsize=868832 CPUtime=0
/proc/28646/task/28650/stat : 28650 (java) S 28645 28632 25300 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003092750 889683968 8510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28651] ppid=28645 vsize=868832 CPUtime=0
/proc/28646/task/28651/stat : 28651 (java) S 28645 28632 25300 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2003092752 889683968 8510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28652] ppid=28645 vsize=868832 CPUtime=0.16
/proc/28646/task/28652/stat : 28652 (java) S 28645 28632 25300 0 -1 64 1515 0 0 0 16 0 0 0 16 0 9 0 2003092752 889683968 8510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28653] ppid=28645 vsize=868832 CPUtime=0
/proc/28646/task/28653/stat : 28653 (java) S 28645 28632 25300 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003092752 889683968 8510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28654] ppid=28645 vsize=868832 CPUtime=0
/proc/28646/task/28654/stat : 28654 (java) S 28645 28632 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003092752 889683968 8510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 887788

[startup+6.30213 s]
/proc/loadavg: 1.00 1.00 1.25 2/93 28654
/proc/meminfo: memFree=1116848/2055920 swapFree=4179472/4192956
[pid=28632] ppid=28630 vsize=13600 CPUtime=1.55
/proc/28632/stat : 28632 (sugar) S 28630 28632 25300 0 -1 4194304 974 14684 0 1 3 1 143 8 16 0 1 0 2003092590 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28632/statm: 3400 797 370 3 0 500 0
[pid=28645] ppid=28632 vsize=5356 CPUtime=0
/proc/28645/stat : 28645 (sh) S 28632 28632 25300 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003092747 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 1339 233 193 169 0 50 0
[pid=28646] ppid=28645 vsize=868832 CPUtime=4.87
/proc/28646/stat : 28646 (java) S 28645 28632 25300 0 -1 0 10956 0 1 0 479 8 0 0 18 0 9 0 2003092748 889683968 9579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28646/statm: 217208 9579 2541 9 0 211783 0
[pid=28646/tid=28647] ppid=28645 vsize=868832 CPUtime=4.11
/proc/28646/task/28647/stat : 28647 (java) R 28645 28632 25300 0 -1 64 3073 0 1 0 409 2 0 0 17 0 9 0 2003092749 889683968 9579 996147200 134512640 134550740 4294955952 18446744073709551615 4126899020 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28648] ppid=28645 vsize=868832 CPUtime=0.54
/proc/28646/task/28648/stat : 28648 (java) S 28645 28632 25300 0 -1 64 5660 0 0 0 50 4 0 0 16 0 9 0 2003092750 889683968 9579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28646/tid=28649] ppid=28645 vsize=868832 CPUtime=0
/proc/28646/task/28649/stat : 28649 (java) S 28645 28632 25300 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003092750 889683968 9579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28650] ppid=28645 vsize=868832 CPUtime=0
/proc/28646/task/28650/stat : 28650 (java) S 28645 28632 25300 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003092750 889683968 9579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28651] ppid=28645 vsize=868832 CPUtime=0
/proc/28646/task/28651/stat : 28651 (java) S 28645 28632 25300 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2003092752 889683968 9579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28652] ppid=28645 vsize=868832 CPUtime=0.19
/proc/28646/task/28652/stat : 28652 (java) S 28645 28632 25300 0 -1 64 1527 0 0 0 19 0 0 0 16 0 9 0 2003092752 889683968 9579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28646/tid=28653] ppid=28645 vsize=868832 CPUtime=0
/proc/28646/task/28653/stat : 28653 (java) S 28645 28632 25300 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003092752 889683968 9579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28654] ppid=28645 vsize=868832 CPUtime=0
/proc/28646/task/28654/stat : 28654 (java) S 28645 28632 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003092752 889683968 9579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.42
Current children cumulated vsize (KiB) 887788

[startup+12.7022 s]
/proc/loadavg: 1.00 1.00 1.25 2/93 28654
/proc/meminfo: memFree=1107312/2055920 swapFree=4179472/4192956
[pid=28632] ppid=28630 vsize=13600 CPUtime=1.55
/proc/28632/stat : 28632 (sugar) S 28630 28632 25300 0 -1 4194304 974 14684 0 1 3 1 143 8 16 0 1 0 2003092590 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28632/statm: 3400 797 370 3 0 500 0
[pid=28645] ppid=28632 vsize=5356 CPUtime=0
/proc/28645/stat : 28645 (sh) S 28632 28632 25300 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003092747 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 1339 233 193 169 0 50 0
[pid=28646] ppid=28645 vsize=868832 CPUtime=11.27
/proc/28646/stat : 28646 (java) S 28645 28632 25300 0 -1 0 16075 0 1 0 1114 13 0 0 18 0 9 0 2003092748 889683968 11767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28646/statm: 217208 11767 2540 9 0 211783 0
[pid=28646/tid=28647] ppid=28645 vsize=868832 CPUtime=9.96
/proc/28646/task/28647/stat : 28647 (java) R 28645 28632 25300 0 -1 64 3566 0 1 0 992 4 0 0 17 0 9 0 2003092749 889683968 11767 996147200 134512640 134550740 4294955952 18446744073709551615 4126567648 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28648] ppid=28645 vsize=868832 CPUtime=1.08
/proc/28646/task/28648/stat : 28648 (java) S 28645 28632 25300 0 -1 64 10276 0 0 0 100 8 0 0 16 0 9 0 2003092750 889683968 11767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28646/tid=28649] ppid=28645 vsize=868832 CPUtime=0
/proc/28646/task/28649/stat : 28649 (java) S 28645 28632 25300 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003092750 889683968 11767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28650] ppid=28645 vsize=868832 CPUtime=0
/proc/28646/task/28650/stat : 28650 (java) S 28645 28632 25300 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003092750 889683968 11767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28651] ppid=28645 vsize=868832 CPUtime=0
/proc/28646/task/28651/stat : 28651 (java) S 28645 28632 25300 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2003092752 889683968 11767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28652] ppid=28645 vsize=868832 CPUtime=0.2
/proc/28646/task/28652/stat : 28652 (java) S 28645 28632 25300 0 -1 64 1537 0 0 0 20 0 0 0 16 0 9 0 2003092752 889683968 11767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28646/tid=28653] ppid=28645 vsize=868832 CPUtime=0
/proc/28646/task/28653/stat : 28653 (java) S 28645 28632 25300 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003092752 889683968 11767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28654] ppid=28645 vsize=868832 CPUtime=0
/proc/28646/task/28654/stat : 28654 (java) S 28645 28632 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003092752 889683968 11767 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.82
Current children cumulated vsize (KiB) 887788

[startup+25.5027 s]
/proc/loadavg: 1.00 1.00 1.25 2/93 28654
/proc/meminfo: memFree=1086256/2055920 swapFree=4179472/4192956
[pid=28632] ppid=28630 vsize=13600 CPUtime=1.55
/proc/28632/stat : 28632 (sugar) S 28630 28632 25300 0 -1 4194304 974 14684 0 1 3 1 143 8 16 0 1 0 2003092590 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28632/statm: 3400 797 370 3 0 500 0
[pid=28645] ppid=28632 vsize=5356 CPUtime=0
/proc/28645/stat : 28645 (sh) S 28632 28632 25300 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003092747 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 1339 233 193 169 0 50 0
[pid=28646] ppid=28645 vsize=868832 CPUtime=24.02
/proc/28646/stat : 28646 (java) S 28645 28632 25300 0 -1 0 24369 0 1 0 2383 19 0 0 18 0 9 0 2003092748 889683968 16959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28646/statm: 217208 16959 2540 9 0 211783 0
[pid=28646/tid=28647] ppid=28645 vsize=868832 CPUtime=21.73
/proc/28646/task/28647/stat : 28647 (java) R 28645 28632 25300 0 -1 64 4306 0 1 0 2168 5 0 0 17 0 9 0 2003092749 889683968 16959 996147200 134512640 134550740 4294955952 18446744073709551615 4126569002 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28648] ppid=28645 vsize=868832 CPUtime=2.05
/proc/28646/task/28648/stat : 28648 (java) S 28645 28632 25300 0 -1 64 17829 0 0 0 193 12 0 0 16 0 9 0 2003092750 889683968 16959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28646/tid=28649] ppid=28645 vsize=868832 CPUtime=0
/proc/28646/task/28649/stat : 28649 (java) S 28645 28632 25300 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003092750 889683968 16959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28650] ppid=28645 vsize=868832 CPUtime=0
/proc/28646/task/28650/stat : 28650 (java) S 28645 28632 25300 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003092750 889683968 16959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/28646/task/28647/stat : 28647 (java) R 28645 28632 25300 0 -1 64 10302 0 1 0 97643 1145 0 0 25 0 9 0 2003092749 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4126635894 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28648] ppid=28645 vsize=868944 CPUtime=8.98
/proc/28646/task/28648/stat : 28648 (java) S 28645 28632 25300 0 -1 64 45212 0 0 0 846 52 0 0 16 0 9 0 2003092750 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28649] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28649/stat : 28649 (java) S 28645 28632 25300 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003092750 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28650] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28650/stat : 28650 (java) S 28645 28632 25300 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003092750 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28651] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28651/stat : 28651 (java) S 28645 28632 25300 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2003092752 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28652] ppid=28645 vsize=868944 CPUtime=0.29
/proc/28646/task/28652/stat : 28652 (java) S 28645 28632 25300 0 -1 64 1589 0 0 0 29 0 0 0 16 0 9 0 2003092752 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28653] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28653/stat : 28653 (java) S 28645 28632 25300 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003092752 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28654] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28654/stat : 28654 (java) S 28645 28632 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003092752 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 998.72
Current children cumulated vsize (KiB) 887900

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

[startup+1011.1 s]
/proc/loadavg: 2.02 1.99 1.71 3/91 28698
/proc/meminfo: memFree=15424/2055920 swapFree=4179472/4192956
[pid=28632] ppid=28630 vsize=13600 CPUtime=1.55
/proc/28632/stat : 28632 (sugar) S 28630 28632 25300 0 -1 4194304 974 14684 0 1 3 1 143 8 16 0 1 0 2003092590 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28632/statm: 3400 797 370 3 0 500 0
[pid=28645] ppid=28632 vsize=5356 CPUtime=0
/proc/28645/stat : 28645 (sh) S 28632 28632 25300 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003092747 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 1339 233 193 169 0 50 0
[pid=28646] ppid=28645 vsize=868944 CPUtime=1005.93
/proc/28646/stat : 28646 (java) S 28645 28632 25300 0 -1 0 57836 0 1 0 99384 1209 0 0 18 0 9 0 2003092748 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28646/statm: 217236 38864 2566 9 0 211783 0
[pid=28646/tid=28647] ppid=28645 vsize=868944 CPUtime=996.61
/proc/28646/task/28647/stat : 28647 (java) R 28645 28632 25300 0 -1 64 10339 0 1 0 98506 1155 0 0 25 0 9 0 2003092749 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4126635854 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28648] ppid=28645 vsize=868944 CPUtime=9.01
/proc/28646/task/28648/stat : 28648 (java) S 28645 28632 25300 0 -1 64 45212 0 0 0 848 53 0 0 16 0 9 0 2003092750 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28649] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28649/stat : 28649 (java) S 28645 28632 25300 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003092750 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28650] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28650/stat : 28650 (java) S 28645 28632 25300 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003092750 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28651] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28651/stat : 28651 (java) S 28645 28632 25300 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2003092752 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28652] ppid=28645 vsize=868944 CPUtime=0.29
/proc/28646/task/28652/stat : 28652 (java) S 28645 28632 25300 0 -1 64 1589 0 0 0 29 0 0 0 16 0 9 0 2003092752 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28653] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28653/stat : 28653 (java) S 28645 28632 25300 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003092752 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28654] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28654/stat : 28654 (java) S 28645 28632 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003092752 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1007.48
Current children cumulated vsize (KiB) 887900

[startup+1023.9 s]
/proc/loadavg: 2.02 1.99 1.72 3/91 28698
/proc/meminfo: memFree=15040/2055920 swapFree=4179472/4192956
[pid=28632] ppid=28630 vsize=13600 CPUtime=1.55
/proc/28632/stat : 28632 (sugar) S 28630 28632 25300 0 -1 4194304 974 14684 0 1 3 1 143 8 16 0 1 0 2003092590 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28632/statm: 3400 797 370 3 0 500 0
[pid=28645] ppid=28632 vsize=5356 CPUtime=0
/proc/28645/stat : 28645 (sh) S 28632 28632 25300 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003092747 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 1339 233 193 169 0 50 0
[pid=28646] ppid=28645 vsize=868944 CPUtime=1018.69
/proc/28646/stat : 28646 (java) S 28645 28632 25300 0 -1 0 57887 0 1 0 100644 1225 0 0 18 0 9 0 2003092748 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28646/statm: 217236 38864 2566 9 0 211783 0
[pid=28646/tid=28647] ppid=28645 vsize=868944 CPUtime=1009.33
/proc/28646/task/28647/stat : 28647 (java) R 28645 28632 25300 0 -1 64 10390 0 1 0 99763 1170 0 0 25 0 9 0 2003092749 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4126635894 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28648] ppid=28645 vsize=868944 CPUtime=9.04
/proc/28646/task/28648/stat : 28648 (java) S 28645 28632 25300 0 -1 64 45212 0 0 0 851 53 0 0 16 0 9 0 2003092750 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28649] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28649/stat : 28649 (java) S 28645 28632 25300 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003092750 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28650] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28650/stat : 28650 (java) S 28645 28632 25300 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003092750 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28651] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28651/stat : 28651 (java) S 28645 28632 25300 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2003092752 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28652] ppid=28645 vsize=868944 CPUtime=0.29
/proc/28646/task/28652/stat : 28652 (java) S 28645 28632 25300 0 -1 64 1589 0 0 0 29 0 0 0 16 0 9 0 2003092752 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28653] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28653/stat : 28653 (java) S 28645 28632 25300 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003092752 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28654] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28654/stat : 28654 (java) S 28645 28632 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003092752 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1020.24
Current children cumulated vsize (KiB) 887900

[startup+1027.1 s]
/proc/loadavg: 2.01 1.99 1.72 3/91 28698
/proc/meminfo: memFree=15488/2055920 swapFree=4179472/4192956
[pid=28632] ppid=28630 vsize=13600 CPUtime=1.55
/proc/28632/stat : 28632 (sugar) S 28630 28632 25300 0 -1 4194304 974 14684 0 1 3 1 143 8 16 0 1 0 2003092590 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28632/statm: 3400 797 370 3 0 500 0
[pid=28645] ppid=28632 vsize=5356 CPUtime=0
/proc/28645/stat : 28645 (sh) S 28632 28632 25300 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003092747 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 1339 233 193 169 0 50 0
[pid=28646] ppid=28645 vsize=868944 CPUtime=1021.88
/proc/28646/stat : 28646 (java) S 28645 28632 25300 0 -1 0 57898 0 1 0 100959 1229 0 0 18 0 9 0 2003092748 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28646/statm: 217236 38864 2566 9 0 211783 0
[pid=28646/tid=28647] ppid=28645 vsize=868944 CPUtime=1012.51
/proc/28646/task/28647/stat : 28647 (java) R 28645 28632 25300 0 -1 64 10401 0 1 0 100077 1174 0 0 25 0 9 0 2003092749 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4126635862 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28648] ppid=28645 vsize=868944 CPUtime=9.04
/proc/28646/task/28648/stat : 28648 (java) S 28645 28632 25300 0 -1 64 45212 0 0 0 851 53 0 0 16 0 9 0 2003092750 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28649] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28649/stat : 28649 (java) S 28645 28632 25300 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003092750 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28650] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28650/stat : 28650 (java) S 28645 28632 25300 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003092750 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28651] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28651/stat : 28651 (java) S 28645 28632 25300 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2003092752 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28652] ppid=28645 vsize=868944 CPUtime=0.29
/proc/28646/task/28652/stat : 28652 (java) S 28645 28632 25300 0 -1 64 1589 0 0 0 29 0 0 0 16 0 9 0 2003092752 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28653] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28653/stat : 28653 (java) S 28645 28632 25300 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003092752 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28654] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28654/stat : 28654 (java) S 28645 28632 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003092752 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1023.43
Current children cumulated vsize (KiB) 887900

[startup+1030.3 s]
/proc/loadavg: 2.01 1.99 1.72 3/91 28698
/proc/meminfo: memFree=15424/2055920 swapFree=4179472/4192956
[pid=28632] ppid=28630 vsize=13600 CPUtime=1.55
/proc/28632/stat : 28632 (sugar) S 28630 28632 25300 0 -1 4194304 974 14684 0 1 3 1 143 8 16 0 1 0 2003092590 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28632/statm: 3400 797 370 3 0 500 0
[pid=28645] ppid=28632 vsize=5356 CPUtime=0
/proc/28645/stat : 28645 (sh) S 28632 28632 25300 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003092747 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28645/statm: 1339 233 193 169 0 50 0
[pid=28646] ppid=28645 vsize=868944 CPUtime=1025.06
/proc/28646/stat : 28646 (java) S 28645 28632 25300 0 -1 0 57910 0 1 0 101275 1231 0 0 18 0 9 0 2003092748 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28646/statm: 217236 38864 2566 9 0 211783 0
[pid=28646/tid=28647] ppid=28645 vsize=868944 CPUtime=1015.7
/proc/28646/task/28647/stat : 28647 (java) R 28645 28632 25300 0 -1 64 10413 0 1 0 100393 1177 0 0 25 0 9 0 2003092749 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4126635894 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28648] ppid=28645 vsize=868944 CPUtime=9.05
/proc/28646/task/28648/stat : 28648 (java) S 28645 28632 25300 0 -1 64 45212 0 0 0 852 53 0 0 16 0 9 0 2003092750 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28649] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28649/stat : 28649 (java) S 28645 28632 25300 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003092750 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28650] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28650/stat : 28650 (java) S 28645 28632 25300 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003092750 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28651] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28651/stat : 28651 (java) S 28645 28632 25300 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2003092752 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28652] ppid=28645 vsize=868944 CPUtime=0.29
/proc/28646/task/28652/stat : 28652 (java) S 28645 28632 25300 0 -1 64 1589 0 0 0 29 0 0 0 16 0 9 0 2003092752 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28653] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28653/stat : 28653 (java) S 28645 28632 25300 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003092752 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28646/tid=28654] ppid=28645 vsize=868944 CPUtime=0
/proc/28646/task/28654/stat : 28654 (java) S 28645 28632 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003092752 889798656 38864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1026.61
Current children cumulated vsize (KiB) 887900

[startup+1031.1 s]
/proc/loadavg: 2.01 1.99 1.72 5/91 28698
/proc/meminfo: memFree=15040/2055920 swapFree=4179472/4192956
[pid=28632] ppid=28630 vsize=13600 CPUtime=1027.36
/proc/28632/stat : 28632 (sugar) R 28630 28632 25300 0 -1 4194304 996 72895 0 2 3 6 101484 1243 17 0 1 0 2003092590 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 0 0 0
/proc/28632/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1027.36
Current children cumulated vsize (KiB) 13600

[startup+1031.9 s]
/proc/loadavg: 2.01 1.99 1.72 2/81 28698
/proc/meminfo: memFree=1643472/2055920 swapFree=4179472/4192956
[pid=28632] ppid=28630 vsize=13600 CPUtime=1028.04
/proc/28632/stat : 28632 (sugar) D 28630 28632 25300 0 -1 4194304 996 72895 0 2 3 74 101484 1243 18 0 1 0 2003092590 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28632/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1028.04
Current children cumulated vsize (KiB) 13600

[startup+1032.3 s]
/proc/loadavg: 2.01 1.99 1.72 2/81 28698
/proc/meminfo: memFree=1643472/2055920 swapFree=4179472/4192956
[pid=28632] ppid=28630 vsize=13600 CPUtime=1028.07
/proc/28632/stat : 28632 (sugar) D 28630 28632 25300 0 -1 4194304 996 72895 0 2 3 77 101484 1243 18 0 1 0 2003092590 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28632/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1028.07
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1032.33
CPU time (s): 1028.1
CPU user time (s): 1014.88
CPU system time (s): 13.22
CPU usage (%): 99.5906
Max. virtual memory (cumulated for all children) (KiB): 893920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1014.88
system time used= 13.22
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73921
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= 57363
involuntary context switches= 41280

runsolver used 1.2888 second user time and 3.43848 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-05 08:59:30
IDJOB=1086780
IDBENCH=57878
IDSOLVER=346
FILE ID=node1/1086780-1215241169
PBS_JOBID= 7881835
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp28/normalized-fapp28-2800-6.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-1086780-1215241169/watcher-1086780-1215241169 -o /tmp/evaluation-result-1086780-1215241169/solver-1086780-1215241169 -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-1086780-1215241169.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 58ea24c4b64e9a970cdc24f9e79dc4d0
RANDOM SEED=286982710

node1.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1148072 kB
Buffers:          9076 kB
Cached:          67816 kB
SwapCached:       7496 kB
Active:         827756 kB
Inactive:        29048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1148072 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            4520 kB
Writeback:           0 kB
Mapped:         796252 kB
Slab:            34772 kB
Committed_AS:  3991732 kB
PageTables:       3396 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= 66508 MiB
End job on node1 at 2008-07-05 09:16:42