Trace number 1063538

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? 161.948 169.38

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-agg.xml
MD5SUM6e0d40fc33e849e9f83ca805655c3554
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1479.2
Satisfiable
(Un)Satisfiability was proved
Number of variables4890
Number of constraints419
Maximum constraint arity540
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension419
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 04:16:14 2008
0.00/0.04	c 0	PID 8132
0.00/0.05	c 0	HOST node26.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1063538-1215137774.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1063538-1215137774.xml' 'HOME/temp.csp'
1.26/1.32	c 1	1 domains, 4890 variables, 113 predicates, 0 relations, 419 constraints
1.26/1.36	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.36	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.29/1.43	c 1	Parsing HOME/temp.csp
2.99/3.14	c 3	parsed 5423 expressions
2.99/3.15	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.99/3.15	c 3	Converting to clausal form CSP
2.99/3.18	c 3	converted 543 (10%) expressions
2.99/3.18	c 3	converted 1085 (20%) expressions
2.99/3.19	c 3	converted 1627 (30%) expressions
2.99/3.19	c 3	converted 2170 (40%) expressions
3.10/3.20	c 3	converted 2712 (50%) expressions
3.10/3.21	c 3	converted 3254 (60%) expressions
3.10/3.21	c 3	converted 3797 (70%) expressions
3.10/3.21	c 3	converted 4339 (80%) expressions
3.10/3.21	c 3	converted 4881 (90%) expressions
8.04/8.20	c 8	converted 5423 (100%) expressions
8.04/8.21	c 8	CSP : 62342 integers, 0 booleans, 115323 clauses, largest domain size 349616
8.04/8.21	c 8	Heap : 75 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.04/8.21	c 8	Propagation in CSP
11.80/12.08	c 12	1016547997 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.80/12.09	c 12	CSP : 62342 integers, 0 booleans, 115323 clauses, largest domain size 195845
11.80/12.09	c 12	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.90/12.13	c 12	Simplifing CSP by introducing new Boolean variables
11.90/12.18	c 12	CSP : 62342 integers, 0 booleans, 115323 clauses, largest domain size 195845
11.90/12.18	c 12	Heap : 78 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.39/12.64	c 13	Encoding CSP to SAT : HOME/temp.cnf
17.23/17.52	c 17	6235 (10%) CSP integer variables are encoded (3872781 clauses, 71389836 bytes)
37.33/38.26	c 38	12469 (20%) CSP integer variables are encoded (19022464 clauses, 377295196 bytes)
49.87/51.61	c 51	18703 (30%) CSP integer variables are encoded (28513935 clauses, 576616087 bytes)
67.57/69.36	c 69	24937 (40%) CSP integer variables are encoded (41144055 clauses, 841848607 bytes)
73.39/75.36	c 75	31171 (50%) CSP integer variables are encoded (45395973 clauses, 931138885 bytes)
86.44/88.79	c 89	37406 (60%) CSP integer variables are encoded (54947858 clauses, 1131728470 bytes)
100.94/104.42	c 104	43640 (70%) CSP integer variables are encoded (65544180 clauses, 1354251232 bytes)
125.82/130.54	c 130	49874 (80%) CSP integer variables are encoded (83944465 clauses, 1740657217 bytes)
131.81/137.10	c 137	56108 (90%) CSP integer variables are encoded (88388588 clauses, 1833983800 bytes)
142.41/148.27	c 148	62342 (100%) CSP integer variables are encoded (96180553 clauses, 1997615065 bytes)
161.03/167.77	c 168	ERROR Exception Too large HOME/temp.cnf
161.03/167.77	c 168	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
161.03/167.77	c 168	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
161.03/167.77	c 168	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
161.03/167.77	s UNKNOWN
161.11/167.84	c 168	CPU 147.85 (0.03 0.01 147.82 13.28)
161.11/167.84	c 168	END Fri Jul  4 04:19:02 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-1063538-1215137774/watcher-1063538-1215137774 -o /tmp/evaluation-result-1063538-1215137774/solver-1063538-1215137774 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1063538-1215137774.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 2.00 2.00 4/80 8132
/proc/meminfo: memFree=1275064/2055920 swapFree=4137056/4192956
[pid=8132] ppid=8130 vsize=12268 CPUtime=0
/proc/8132/stat : 8132 (sugar) R 8130 8132 5789 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 998232312 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269028653669 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/8132/statm: 3067 316 241 3 0 167 0

[startup+0.07879 s]
/proc/loadavg: 1.92 2.00 2.00 4/80 8132
/proc/meminfo: memFree=1275064/2055920 swapFree=4137056/4192956
[pid=8132] ppid=8130 vsize=13600 CPUtime=0.04
/proc/8132/stat : 8132 (sugar) S 8130 8132 5789 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 998232312 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8132/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101789 s]
/proc/loadavg: 1.92 2.00 2.00 4/80 8132
/proc/meminfo: memFree=1275064/2055920 swapFree=4137056/4192956
[pid=8132] ppid=8130 vsize=13600 CPUtime=0.04
/proc/8132/stat : 8132 (sugar) S 8130 8132 5789 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 998232312 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8132/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.3018 s]
/proc/loadavg: 1.92 2.00 2.00 4/80 8132
/proc/meminfo: memFree=1275064/2055920 swapFree=4137056/4192956
[pid=8132] ppid=8130 vsize=13600 CPUtime=0.04
/proc/8132/stat : 8132 (sugar) S 8130 8132 5789 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 998232312 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8132/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701835 s]
/proc/loadavg: 1.92 2.00 2.00 4/80 8132
/proc/meminfo: memFree=1275064/2055920 swapFree=4137056/4192956
[pid=8132] ppid=8130 vsize=13600 CPUtime=0.04
/proc/8132/stat : 8132 (sugar) S 8130 8132 5789 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 998232312 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8132/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5019 s]
/proc/loadavg: 1.92 2.00 2.00 4/91 8144
/proc/meminfo: memFree=1258464/2055920 swapFree=4137056/4192956
[pid=8132] ppid=8130 vsize=13600 CPUtime=1.29
/proc/8132/stat : 8132 (sugar) S 8130 8132 5789 0 -1 4194304 973 7324 0 1 3 1 120 5 16 0 1 0 998232312 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8132/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 13600

[startup+3.10203 s]
/proc/loadavg: 1.92 2.00 2.00 4/91 8154
/proc/meminfo: memFree=1261536/2055920 swapFree=4137056/4192956
[pid=8132] ppid=8130 vsize=13600 CPUtime=1.29
/proc/8132/stat : 8132 (sugar) S 8130 8132 5789 0 -1 4194304 973 7324 0 1 3 1 120 5 16 0 1 0 998232312 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8132/statm: 3400 797 370 3 0 500 0
[pid=8145] ppid=8132 vsize=5356 CPUtime=0
/proc/8145/stat : 8145 (sh) S 8132 8132 5789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998232448 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8145/statm: 1339 233 193 169 0 50 0
[pid=8146] ppid=8145 vsize=864100 CPUtime=1.7
/proc/8146/stat : 8146 (java) S 8145 8132 5789 0 -1 0 8108 0 1 0 165 5 0 0 19 0 9 0 998232448 884838400 7146 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8146/statm: 216025 7146 2532 9 0 210607 0
[pid=8146/tid=8147] ppid=8145 vsize=864100 CPUtime=1.2
/proc/8146/task/8147/stat : 8147 (java) R 8145 8132 5789 0 -1 64 2724 0 1 0 119 1 0 0 25 0 9 0 998232449 884838400 7146 996147200 134512640 134550740 4294955952 18446744073709551615 4126551806 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8148] ppid=8145 vsize=864100 CPUtime=0.42
/proc/8146/task/8148/stat : 8148 (java) S 8145 8132 5789 0 -1 64 4349 0 0 0 39 3 0 0 16 0 9 0 998232450 884838400 7146 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8149] ppid=8145 vsize=864100 CPUtime=0
/proc/8146/task/8149/stat : 8149 (java) S 8145 8132 5789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998232450 884838400 7146 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8150] ppid=8145 vsize=864100 CPUtime=0
/proc/8146/task/8150/stat : 8150 (java) S 8145 8132 5789 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 998232450 884838400 7146 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8151] ppid=8145 vsize=864100 CPUtime=0
/proc/8146/task/8151/stat : 8151 (java) S 8145 8132 5789 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 998232452 884838400 7146 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8152] ppid=8145 vsize=864100 CPUtime=0.07
/proc/8146/task/8152/stat : 8152 (java) S 8145 8132 5789 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 998232452 884838400 7146 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8153] ppid=8145 vsize=864100 CPUtime=0
/proc/8146/task/8153/stat : 8153 (java) S 8145 8132 5789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 998232452 884838400 7146 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8154] ppid=8145 vsize=864100 CPUtime=0
/proc/8146/task/8154/stat : 8154 (java) S 8145 8132 5789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 998232452 884838400 7146 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883056

[startup+6.30164 s]
/proc/loadavg: 2.01 2.02 2.01 4/91 8154
/proc/meminfo: memFree=1214560/2055920 swapFree=4137056/4192956
[pid=8132] ppid=8130 vsize=13600 CPUtime=1.29
/proc/8132/stat : 8132 (sugar) S 8130 8132 5789 0 -1 4194304 974 7324 0 1 3 1 120 5 16 0 1 0 998232312 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8132/statm: 3400 797 370 3 0 500 0
[pid=8145] ppid=8132 vsize=5356 CPUtime=0
/proc/8145/stat : 8145 (sh) S 8132 8132 5789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998232448 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8145/statm: 1339 233 193 169 0 50 0
[pid=8146] ppid=8145 vsize=868436 CPUtime=4.87
/proc/8146/stat : 8146 (java) S 8145 8132 5789 0 -1 0 21122 0 1 0 475 12 0 0 19 0 9 0 998232448 889278464 19824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8146/statm: 217109 19824 2541 9 0 211684 0
[pid=8146/tid=8147] ppid=8145 vsize=868436 CPUtime=3.15
/proc/8146/task/8147/stat : 8147 (java) R 8145 8132 5789 0 -1 64 3567 0 1 0 312 3 0 0 25 0 9 0 998232449 889278464 19824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8148] ppid=8145 vsize=868436 CPUtime=1.49
/proc/8146/task/8148/stat : 8148 (java) S 8145 8132 5789 0 -1 64 15383 0 0 0 142 7 0 0 15 0 9 0 998232450 889278464 19824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8149] ppid=8145 vsize=868436 CPUtime=0
/proc/8146/task/8149/stat : 8149 (java) S 8145 8132 5789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998232450 889278464 19824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8150] ppid=8145 vsize=868436 CPUtime=0
/proc/8146/task/8150/stat : 8150 (java) S 8145 8132 5789 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 998232450 889278464 19824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8151] ppid=8145 vsize=868436 CPUtime=0
/proc/8146/task/8151/stat : 8151 (java) S 8145 8132 5789 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 998232452 889278464 19824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8152] ppid=8145 vsize=868436 CPUtime=0.21
/proc/8146/task/8152/stat : 8152 (java) S 8145 8132 5789 0 -1 64 1475 0 0 0 20 1 0 0 16 0 9 0 998232452 889278464 19824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8153] ppid=8145 vsize=868436 CPUtime=0
/proc/8146/task/8153/stat : 8153 (java) S 8145 8132 5789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 998232452 889278464 19824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8154] ppid=8145 vsize=868436 CPUtime=0
/proc/8146/task/8154/stat : 8154 (java) S 8145 8132 5789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 998232452 889278464 19824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887392

[startup+12.7028 s]
/proc/loadavg: 2.01 2.02 2.01 3/91 8154
/proc/meminfo: memFree=1176160/2055920 swapFree=4137056/4192956
[pid=8132] ppid=8130 vsize=13600 CPUtime=1.29
/proc/8132/stat : 8132 (sugar) S 8130 8132 5789 0 -1 4194304 974 7324 0 1 3 1 120 5 15 0 1 0 998232312 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8132/statm: 3400 797 370 3 0 500 0
[pid=8145] ppid=8132 vsize=5356 CPUtime=0
/proc/8145/stat : 8145 (sh) S 8132 8132 5789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998232448 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8145/statm: 1339 233 193 169 0 50 0
[pid=8146] ppid=8145 vsize=868548 CPUtime=11.2
/proc/8146/stat : 8146 (java) S 8145 8132 5789 0 -1 0 33529 0 1 0 1101 19 0 0 19 0 9 0 998232448 889393152 26242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8146/statm: 217137 26242 2565 9 0 211684 0
[pid=8146/tid=8147] ppid=8145 vsize=868548 CPUtime=7.85
/proc/8146/task/8147/stat : 8147 (java) R 8145 8132 5789 0 -1 64 4165 0 1 0 781 4 0 0 24 0 9 0 998232449 889393152 26242 996147200 134512640 134550740 4294955952 18446744073709551615 4126479628 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8148] ppid=8145 vsize=868548 CPUtime=3.07
/proc/8146/task/8148/stat : 8148 (java) S 8145 8132 5789 0 -1 64 27165 0 0 0 294 13 0 0 16 0 9 0 998232450 889393152 26242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8149] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8149/stat : 8149 (java) S 8145 8132 5789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998232450 889393152 26242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8150] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8150/stat : 8150 (java) S 8145 8132 5789 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 998232450 889393152 26242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8151] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8151/stat : 8151 (java) S 8145 8132 5789 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 998232452 889393152 26242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8152] ppid=8145 vsize=868548 CPUtime=0.25
/proc/8146/task/8152/stat : 8152 (java) S 8145 8132 5789 0 -1 64 1502 0 0 0 24 1 0 0 16 0 9 0 998232452 889393152 26242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8153] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8153/stat : 8153 (java) S 8145 8132 5789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 998232452 889393152 26242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8154] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8154/stat : 8154 (java) S 8145 8132 5789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 998232452 889393152 26242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887504

[startup+25.5028 s]
/proc/loadavg: 2.16 2.05 2.02 3/91 8154
/proc/meminfo: memFree=992672/2055920 swapFree=4137056/4192956
[pid=8132] ppid=8130 vsize=13600 CPUtime=1.29
/proc/8132/stat : 8132 (sugar) S 8130 8132 5789 0 -1 4194304 974 7324 0 1 3 1 120 5 16 0 1 0 998232312 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8132/statm: 3400 797 370 3 0 500 0
[pid=8145] ppid=8132 vsize=5356 CPUtime=0
/proc/8145/stat : 8145 (sh) S 8132 8132 5789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998232448 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8145/statm: 1339 233 193 169 0 50 0
[pid=8146] ppid=8145 vsize=868548 CPUtime=23.81
/proc/8146/stat : 8146 (java) S 8145 8132 5789 0 -1 0 34021 0 1 0 2252 129 0 0 19 0 9 0 998232448 889393152 26248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8146/statm: 217137 26248 2565 9 0 211684 0
[pid=8146/tid=8147] ppid=8145 vsize=868548 CPUtime=20.21
/proc/8146/task/8147/stat : 8147 (java) R 8145 8132 5789 0 -1 64 4651 0 1 0 1910 111 0 0 25 0 9 0 998232449 889393152 26248 996147200 134512640 134550740 4294955952 18446744073709551615 4127055928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8148] ppid=8145 vsize=868548 CPUtime=3.32
/proc/8146/task/8148/stat : 8148 (java) S 8145 8132 5789 0 -1 64 27165 0 0 0 316 16 0 0 16 0 9 0 998232450 889393152 26248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8149] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8149/stat : 8149 (java) S 8145 8132 5789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998232450 889393152 26248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8150] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8150/stat : 8150 (java) S 8145 8132 5789 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 998232450 889393152 26248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8151] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8151/stat : 8151 (java) S 8145 8132 5789 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 998232452 889393152 26248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8152] ppid=8145 vsize=868548 CPUtime=0.25
/proc/8146/task/8152/stat : 8152 (java) S 8145 8132 5789 0 -1 64 1508 0 0 0 24 1 0 0 16 0 9 0 998232452 889393152 26248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8153] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8153/stat : 8153 (java) S 8145 8132 5789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 998232452 889393152 26248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8154] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8154/stat : 8154 (java) S 8145 8132 5789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 998232452 889393152 26248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 887504

[startup+51.1028 s]
/proc/loadavg: 2.66 2.18 2.06 3/92 8155
/proc/meminfo: memFree=615768/2055920 swapFree=4137056/4192956
[pid=8132] ppid=8130 vsize=13600 CPUtime=1.29
/proc/8132/stat : 8132 (sugar) S 8130 8132 5789 0 -1 4194304 974 7324 0 1 3 1 120 5 16 0 1 0 998232312 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8132/statm: 3400 797 370 3 0 500 0
[pid=8145] ppid=8132 vsize=5356 CPUtime=0
/proc/8145/stat : 8145 (sh) S 8132 8132 5789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998232448 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8145/statm: 1339 233 193 169 0 50 0
[pid=8146] ppid=8145 vsize=868548 CPUtime=48.58
/proc/8146/stat : 8146 (java) S 8145 8132 5789 0 -1 0 34907 0 1 0 4509 349 0 0 19 0 9 0 998232448 889393152 26248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=8146/tid=8152] ppid=8145 vsize=868548 CPUtime=0.25
/proc/8146/task/8152/stat : 8152 (java) S 8145 8132 5789 0 -1 64 1508 0 0 0 24 1 0 0 16 0 9 0 998232452 889393152 26248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8153] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8153/stat : 8153 (java) S 8145 8132 5789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 998232452 889393152 26248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8154] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8154/stat : 8154 (java) S 8145 8132 5789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 998232452 889393152 26248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.87
Current children cumulated vsize (KiB) 887504

[startup+102.302 s]
/proc/loadavg: 3.56 2.49 2.17 3/91 8157
/proc/meminfo: memFree=15072/2055920 swapFree=4137092/4192956
[pid=8132] ppid=8130 vsize=13600 CPUtime=1.29
/proc/8132/stat : 8132 (sugar) S 8130 8132 5789 0 -1 4194304 974 7324 0 1 3 1 120 5 16 0 1 0 998232312 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8132/statm: 3400 797 370 3 0 500 0
[pid=8145] ppid=8132 vsize=5356 CPUtime=0
/proc/8145/stat : 8145 (sh) S 8132 8132 5789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998232448 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8145/statm: 1339 233 193 169 0 50 0
[pid=8146] ppid=8145 vsize=868548 CPUtime=97.64
/proc/8146/stat : 8146 (java) S 8145 8132 5789 0 -1 0 36661 0 1 0 8972 792 0 0 19 0 9 0 998232448 889393152 26248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8146/statm: 217137 26248 2565 9 0 211684 0
[pid=8146/tid=8147] ppid=8145 vsize=868548 CPUtime=92.61
/proc/8146/task/8147/stat : 8147 (java) R 8145 8132 5789 0 -1 64 7292 0 1 0 8505 756 0 0 25 0 9 0 998232449 889393152 26248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8148] ppid=8145 vsize=868548 CPUtime=4.75
/proc/8146/task/8148/stat : 8148 (java) R 8145 8132 5789 0 -1 64 27165 0 0 0 441 34 0 0 15 0 9 0 998232450 889393152 26248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8149] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8149/stat : 8149 (java) S 8145 8132 5789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998232450 889393152 26248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8150] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8150/stat : 8150 (java) S 8145 8132 5789 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 998232450 889393152 26248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8151] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8151/stat : 8151 (java) S 8145 8132 5789 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 998232452 889393152 26248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8152] ppid=8145 vsize=868548 CPUtime=0.25
/proc/8146/task/8152/stat : 8152 (java) S 8145 8132 5789 0 -1 64 1508 0 0 0 24 1 0 0 16 0 9 0 998232452 889393152 26248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8153] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8153/stat : 8153 (java) S 8145 8132 5789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 998232452 889393152 26248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8154] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8154/stat : 8154 (java) S 8145 8132 5789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 998232452 889393152 26248 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 98.93
Current children cumulated vsize (KiB) 887504

[startup+162.301 s]
/proc/loadavg: 4.05 2.85 2.31 3/91 8157
/proc/meminfo: memFree=14944/2055920 swapFree=4137092/4192956
[pid=8132] ppid=8130 vsize=13600 CPUtime=1.29
/proc/8132/stat : 8132 (sugar) S 8130 8132 5789 0 -1 4194304 974 7324 0 1 3 1 120 5 16 0 1 0 998232312 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8132/statm: 3400 797 370 3 0 500 0
[pid=8145] ppid=8132 vsize=5356 CPUtime=0
/proc/8145/stat : 8145 (sh) S 8132 8132 5789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998232448 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8145/statm: 1339 233 193 169 0 50 0
[pid=8146] ppid=8145 vsize=868548 CPUtime=154.7
/proc/8146/stat : 8146 (java) S 8145 8132 5789 0 -1 0 38760 0 1 0 14192 1278 0 0 19 0 9 0 998232448 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8146/statm: 217137 26252 2565 9 0 211684 0
[pid=8146/tid=8147] ppid=8145 vsize=868548 CPUtime=148.54
/proc/8146/task/8147/stat : 8147 (java) R 8145 8132 5789 0 -1 64 9387 0 1 0 13627 1227 0 0 25 0 9 0 998232449 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4127040056 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8148] ppid=8145 vsize=868548 CPUtime=5.87
/proc/8146/task/8148/stat : 8148 (java) S 8145 8132 5789 0 -1 64 27165 0 0 0 539 48 0 0 16 0 9 0 998232450 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8149] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8149/stat : 8149 (java) S 8145 8132 5789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998232450 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8150] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8150/stat : 8150 (java) S 8145 8132 5789 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 998232450 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8151] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8151/stat : 8151 (java) S 8145 8132 5789 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 998232452 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8152] ppid=8145 vsize=868548 CPUtime=0.26
/proc/8146/task/8152/stat : 8152 (java) S 8145 8132 5789 0 -1 64 1511 0 0 0 25 1 0 0 16 0 9 0 998232452 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8153] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8153/stat : 8153 (java) S 8145 8132 5789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 998232452 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8154] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8154/stat : 8154 (java) S 8145 8132 5789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 998232452 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 155.99
Current children cumulated vsize (KiB) 887504

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

[startup+164.002 s]
/proc/loadavg: 4.05 2.85 2.31 3/91 8157
/proc/meminfo: memFree=16096/2055920 swapFree=4137092/4192956
[pid=8132] ppid=8130 vsize=13600 CPUtime=1.29
/proc/8132/stat : 8132 (sugar) S 8130 8132 5789 0 -1 4194304 974 7324 0 1 3 1 120 5 16 0 1 0 998232312 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8132/statm: 3400 797 370 3 0 500 0
[pid=8145] ppid=8132 vsize=5356 CPUtime=0
/proc/8145/stat : 8145 (sh) S 8132 8132 5789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998232448 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8145/statm: 1339 233 193 169 0 50 0
[pid=8146] ppid=8145 vsize=868548 CPUtime=156.36
/proc/8146/stat : 8146 (java) S 8145 8132 5789 0 -1 0 38827 0 1 0 14345 1291 0 0 19 0 9 0 998232448 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8146/statm: 217137 26252 2565 9 0 211684 0
[pid=8146/tid=8147] ppid=8145 vsize=868548 CPUtime=150.17
/proc/8146/task/8147/stat : 8147 (java) R 8145 8132 5789 0 -1 64 9454 0 1 0 13777 1240 0 0 25 0 9 0 998232449 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4126956671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8148] ppid=8145 vsize=868548 CPUtime=5.91
/proc/8146/task/8148/stat : 8148 (java) S 8145 8132 5789 0 -1 64 27165 0 0 0 542 49 0 0 16 0 9 0 998232450 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8149] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8149/stat : 8149 (java) S 8145 8132 5789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998232450 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8150] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8150/stat : 8150 (java) S 8145 8132 5789 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 998232450 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8151] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8151/stat : 8151 (java) S 8145 8132 5789 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 998232452 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8152] ppid=8145 vsize=868548 CPUtime=0.26
/proc/8146/task/8152/stat : 8152 (java) S 8145 8132 5789 0 -1 64 1511 0 0 0 25 1 0 0 16 0 9 0 998232452 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8153] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8153/stat : 8153 (java) S 8145 8132 5789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 998232452 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8154] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8154/stat : 8154 (java) S 8145 8132 5789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 998232452 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 157.65
Current children cumulated vsize (KiB) 887504

[startup+167.203 s]
/proc/loadavg: 4.05 2.86 2.32 3/91 8157
/proc/meminfo: memFree=15200/2055920 swapFree=4137092/4192956
[pid=8132] ppid=8130 vsize=13600 CPUtime=1.29
/proc/8132/stat : 8132 (sugar) S 8130 8132 5789 0 -1 4194304 974 7324 0 1 3 1 120 5 16 0 1 0 998232312 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8132/statm: 3400 797 370 3 0 500 0
[pid=8145] ppid=8132 vsize=5356 CPUtime=0
/proc/8145/stat : 8145 (sh) S 8132 8132 5789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998232448 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8145/statm: 1339 233 193 169 0 50 0
[pid=8146] ppid=8145 vsize=868548 CPUtime=159.25
/proc/8146/stat : 8146 (java) S 8145 8132 5789 0 -1 0 38942 0 1 0 14610 1315 0 0 19 0 9 0 998232448 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8146/statm: 217137 26252 2565 9 0 211684 0
[pid=8146/tid=8147] ppid=8145 vsize=868548 CPUtime=152.98
/proc/8146/task/8147/stat : 8147 (java) R 8145 8132 5789 0 -1 64 9569 0 1 0 14035 1263 0 0 25 0 9 0 998232449 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 102064640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8148] ppid=8145 vsize=868548 CPUtime=5.97
/proc/8146/task/8148/stat : 8148 (java) S 8145 8132 5789 0 -1 64 27165 0 0 0 548 49 0 0 16 0 9 0 998232450 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8149] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8149/stat : 8149 (java) S 8145 8132 5789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998232450 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8150] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8150/stat : 8150 (java) S 8145 8132 5789 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 998232450 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8151] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8151/stat : 8151 (java) S 8145 8132 5789 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 998232452 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8152] ppid=8145 vsize=868548 CPUtime=0.26
/proc/8146/task/8152/stat : 8152 (java) S 8145 8132 5789 0 -1 64 1511 0 0 0 25 1 0 0 16 0 9 0 998232452 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8153] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8153/stat : 8153 (java) S 8145 8132 5789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 998232452 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8146/tid=8154] ppid=8145 vsize=868548 CPUtime=0
/proc/8146/task/8154/stat : 8154 (java) S 8145 8132 5789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 998232452 889393152 26252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 160.54
Current children cumulated vsize (KiB) 887504

[startup+168.003 s]
/proc/loadavg: 4.05 2.86 2.32 3/81 8157
/proc/meminfo: memFree=408816/2055920 swapFree=4137092/4192956
[pid=8132] ppid=8130 vsize=13600 CPUtime=161.28
/proc/8132/stat : 8132 (sugar) R 8130 8132 5789 0 -1 4194304 996 46587 0 3 3 15 14782 1328 17 0 1 0 998232312 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 0 0 0 17 1 0 0
/proc/8132/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 161.28
Current children cumulated vsize (KiB) 13600

[startup+168.802 s]
/proc/loadavg: 4.05 2.86 2.32 3/81 8157
/proc/meminfo: memFree=408816/2055920 swapFree=4137092/4192956
[pid=8132] ppid=8130 vsize=13600 CPUtime=161.87
/proc/8132/stat : 8132 (sugar) D 8130 8132 5789 0 -1 4194304 996 46587 0 3 3 74 14782 1328 18 0 1 0 998232312 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/8132/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 161.87
Current children cumulated vsize (KiB) 13600

[startup+169.206 s]
/proc/loadavg: 4.05 2.86 2.32 2/81 8157
/proc/meminfo: memFree=1448688/2055920 swapFree=4137092/4192956
[pid=8132] ppid=8130 vsize=13600 CPUtime=161.91
/proc/8132/stat : 8132 (sugar) D 8130 8132 5789 0 -1 4194304 996 46587 0 3 3 78 14782 1328 18 0 1 0 998232312 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/8132/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 161.91
Current children cumulated vsize (KiB) 13600

[startup+169.302 s]
/proc/loadavg: 4.05 2.86 2.32 2/81 8157
/proc/meminfo: memFree=1448688/2055920 swapFree=4137092/4192956
[pid=8132] ppid=8130 vsize=13600 CPUtime=161.92
/proc/8132/stat : 8132 (sugar) D 8130 8132 5789 0 -1 4194304 996 46587 0 3 3 79 14782 1328 18 0 1 0 998232312 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/8132/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 161.92
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 169.38
CPU time (s): 161.948
CPU user time (s): 147.863
CPU system time (s): 14.0859
CPU usage (%): 95.6122
Max. virtual memory (cumulated for all children) (KiB): 897640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 147.863
system time used= 14.0859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47613
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46223
involuntary context switches= 51165

runsolver used 0.221966 second user time and 0.561914 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-04 04:16:14
IDJOB=1063538
IDBENCH=54767
IDSOLVER=345
FILE ID=node26/1063538-1215137774
PBS_JOBID= 7877264
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6e0d40fc33e849e9f83ca805655c3554
RANDOM SEED=1638434542

node26.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.221
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.221
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:       1275544 kB
Buffers:         46564 kB
Cached:         142184 kB
SwapCached:      49728 kB
Active:         561972 kB
Inactive:       144056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1275544 kB
SwapTotal:     4192956 kB
SwapFree:      4137056 kB
Dirty:            3012 kB
Writeback:           0 kB
Mapped:         533488 kB
Slab:            58776 kB
Committed_AS:  2443512 kB
PageTables:       2736 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= 66552 MiB
End job on node26 at 2008-07-04 04:19:03