Trace number 1063643

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? 430.444 456.498

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-bandm.xml
MD5SUM2e689f8063f4b75fb1edd7df8c8edad7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.1048
Satisfiable
(Un)Satisfiability was proved
Number of variables14160
Number of constraints610
Maximum constraint arity2100
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension610
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:24:02 2008
0.00/0.04	c 0	PID 11212
0.00/0.05	c 0	HOST node38.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1063643-1215138241.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-1063643-1215138241.xml' 'HOME/temp.csp'
2.45/2.57	c 2	1 domains, 14160 variables, 363 predicates, 0 relations, 610 constraints
2.52/2.61	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.52/2.61	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.52/2.69	c 2	Parsing HOME/temp.csp
2.54/3.00	c 2	parsed 10000 expressions
11.46/11.64	c 11	parsed 15134 expressions
11.46/11.64	c 11	Heap : 60 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.46/11.65	c 11	Converting to clausal form CSP
11.46/11.69	c 11	converted 1514 (10%) expressions
11.46/11.69	c 11	converted 3027 (20%) expressions
11.46/11.70	c 11	converted 4541 (30%) expressions
11.56/11.70	c 11	converted 6054 (40%) expressions
11.56/11.70	c 11	converted 7567 (50%) expressions
11.56/11.70	c 11	converted 9081 (60%) expressions
11.56/11.70	c 11	converted 10594 (70%) expressions
11.56/11.71	c 11	converted 12108 (80%) expressions
11.56/11.71	c 11	converted 13621 (90%) expressions
23.09/23.30	c 23	converted 15134 (100%) expressions
23.09/23.32	c 23	CSP : 158800 integers, 0 booleans, 289890 clauses, largest domain size 349689
23.09/23.32	c 23	Heap : 229 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
23.09/23.32	c 23	Propagation in CSP
44.18/44.54	c 44	1889144231 values, 0 unsatisfiable literals, and 0 valid clauses are removed
44.18/44.56	c 44	CSP : 158800 integers, 0 booleans, 289890 clauses, largest domain size 174795
44.18/44.56	c 44	Heap : 235 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
44.28/44.64	c 44	Simplifing CSP by introducing new Boolean variables
44.38/44.75	c 44	CSP : 158800 integers, 0 booleans, 289890 clauses, largest domain size 174795
44.38/44.75	c 44	Heap : 237 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
45.38/45.72	c 45	Encoding CSP to SAT : HOME/temp.cnf
45.38/45.79	c 45	15880 (10%) CSP integer variables are encoded (897 clauses, 11786 bytes)
49.74/50.15	c 50	31760 (20%) CSP integer variables are encoded (3509390 clauses, 64545001 bytes)
56.24/56.79	c 56	47640 (30%) CSP integer variables are encoded (8672717 clauses, 162648214 bytes)
60.63/61.30	c 61	63520 (40%) CSP integer variables are encoded (11912994 clauses, 228110106 bytes)
60.63/61.36	c 61	79400 (50%) CSP integer variables are encoded (11940448 clauses, 228686640 bytes)
60.73/61.42	c 61	95280 (60%) CSP integer variables are encoded (11969447 clauses, 229295619 bytes)
60.73/61.49	c 61	111160 (70%) CSP integer variables are encoded (12000714 clauses, 229952226 bytes)
64.44/65.25	c 65	127040 (80%) CSP integer variables are encoded (14733382 clauses, 287338254 bytes)
64.55/65.36	c 65	142920 (90%) CSP integer variables are encoded (14795114 clauses, 288634626 bytes)
64.65/65.46	c 65	158800 (100%) CSP integer variables are encoded (14849735 clauses, 289781667 bytes)
429.24/448.65	c 448	ERROR Exception Too large HOME/temp.cnf
429.24/448.66	c 448	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
429.24/448.66	c 448	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
429.24/448.66	c 448	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
429.24/448.66	s UNKNOWN
429.29/448.77	c 448	CPU 396.88 (0.03 0.01 396.85 32.46)
429.29/448.77	c 448	END Fri Jul  4 04:31:30 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-1063643-1215138241/watcher-1063643-1215138241 -o /tmp/evaluation-result-1063643-1215138241/solver-1063643-1215138241 -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-1063643-1215138241.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.94 2.20 2.22 4/80 11212
/proc/meminfo: memFree=1789320/2055920 swapFree=4112048/4192956
[pid=11212] ppid=11210 vsize=18572 CPUtime=0
/proc/11212/stat : 11212 (runsolver) R 11210 11212 9710 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1543494550 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 266890439975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11212/statm: 4643 292 257 25 0 2626 0

[startup+0.0655019 s]
/proc/loadavg: 1.94 2.20 2.22 4/80 11212
/proc/meminfo: memFree=1789320/2055920 swapFree=4112048/4192956
[pid=11212] ppid=11210 vsize=13600 CPUtime=0.03
/proc/11212/stat : 11212 (sugar) S 11210 11212 9710 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1543494550 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11212/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101613 s]
/proc/loadavg: 1.94 2.20 2.22 4/80 11212
/proc/meminfo: memFree=1789320/2055920 swapFree=4112048/4192956
[pid=11212] ppid=11210 vsize=13600 CPUtime=0.03
/proc/11212/stat : 11212 (sugar) S 11210 11212 9710 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1543494550 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11212/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301631 s]
/proc/loadavg: 1.94 2.20 2.22 4/80 11212
/proc/meminfo: memFree=1789320/2055920 swapFree=4112048/4192956
[pid=11212] ppid=11210 vsize=13600 CPUtime=0.03
/proc/11212/stat : 11212 (sugar) S 11210 11212 9710 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1543494550 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11212/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701683 s]
/proc/loadavg: 1.94 2.20 2.22 4/80 11212
/proc/meminfo: memFree=1789320/2055920 swapFree=4112048/4192956
[pid=11212] ppid=11210 vsize=13600 CPUtime=0.03
/proc/11212/stat : 11212 (sugar) S 11210 11212 9710 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1543494550 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11212/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50277 s]
/proc/loadavg: 1.94 2.20 2.22 3/91 11224
/proc/meminfo: memFree=1757424/2055920 swapFree=4112048/4192956
[pid=11212] ppid=11210 vsize=13600 CPUtime=0.03
/proc/11212/stat : 11212 (sugar) S 11210 11212 9710 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1543494550 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11212/statm: 3400 796 370 3 0 500 0
[pid=11215] ppid=11212 vsize=5356 CPUtime=0
/proc/11215/stat : 11215 (sh) S 11212 11212 9710 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1543494555 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11215/statm: 1339 233 193 169 0 50 0
[pid=11216] ppid=11215 vsize=864720 CPUtime=1.43
/proc/11216/stat : 11216 (java) S 11215 11212 9710 0 -1 0 11558 0 1 0 135 8 0 0 18 0 9 0 1543494555 885473280 10521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11216/statm: 216180 10521 2529 9 0 210762 0
[pid=11216/tid=11217] ppid=11215 vsize=864720 CPUtime=0.97
/proc/11216/task/11217/stat : 11217 (java) R 11215 11212 9710 0 -1 64 3056 0 1 0 95 2 0 0 25 0 9 0 1543494556 885473280 10521 996147200 134512640 134550740 4294956016 18446744073709551615 4126772923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11216/tid=11218] ppid=11215 vsize=864720 CPUtime=0.27
/proc/11216/task/11218/stat : 11218 (java) S 11215 11212 9710 0 -1 64 7274 0 0 0 23 4 0 0 16 0 9 0 1543494557 885473280 10521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11216/tid=11219] ppid=11215 vsize=864720 CPUtime=0
/proc/11216/task/11219/stat : 11219 (java) S 11215 11212 9710 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1543494558 885473280 10521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11216/tid=11220] ppid=11215 vsize=864720 CPUtime=0
/proc/11216/task/11220/stat : 11220 (java) S 11215 11212 9710 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1543494558 885473280 10521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11216/tid=11221] ppid=11215 vsize=864720 CPUtime=0
/proc/11216/task/11221/stat : 11221 (java) S 11215 11212 9710 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543494560 885473280 10521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11216/tid=11222] ppid=11215 vsize=864720 CPUtime=0.16
/proc/11216/task/11222/stat : 11222 (java) S 11215 11212 9710 0 -1 64 527 0 0 0 16 0 0 0 16 0 9 0 1543494560 885473280 10521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11216/tid=11223] ppid=11215 vsize=864720 CPUtime=0
/proc/11216/task/11223/stat : 11223 (java) S 11215 11212 9710 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543494560 885473280 10521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11216/tid=11224] ppid=11215 vsize=864720 CPUtime=0
/proc/11216/task/11224/stat : 11224 (java) S 11215 11212 9710 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543494560 885473280 10521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883676

[startup+3.10195 s]
/proc/loadavg: 1.94 2.20 2.22 3/91 11224
/proc/meminfo: memFree=1751856/2055920 swapFree=4112048/4192956
[pid=11212] ppid=11210 vsize=13600 CPUtime=2.54
/proc/11212/stat : 11212 (sugar) S 11210 11212 9710 0 -1 4194304 973 12270 0 1 3 1 239 11 15 0 1 0 1543494550 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11212/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 13600

[startup+6.30293 s]
/proc/loadavg: 1.95 2.20 2.21 3/91 11234
/proc/meminfo: memFree=1753136/2055920 swapFree=4112048/4192956
[pid=11212] ppid=11210 vsize=13600 CPUtime=2.54
/proc/11212/stat : 11212 (sugar) S 11210 11212 9710 0 -1 4194304 973 12270 0 1 3 1 239 11 15 0 1 0 1543494550 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11212/statm: 3400 797 370 3 0 500 0
[pid=11225] ppid=11212 vsize=5356 CPUtime=0
/proc/11225/stat : 11225 (sh) S 11212 11212 9710 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543494811 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11225/statm: 1339 233 193 169 0 50 0
[pid=11226] ppid=11225 vsize=864084 CPUtime=3.65
/proc/11226/stat : 11226 (java) S 11225 11212 9710 0 -1 0 12464 0 1 0 356 9 0 0 18 0 9 0 1543494812 884822016 10725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11226/statm: 216021 10725 2532 9 0 210603 0
[pid=11226/tid=11227] ppid=11225 vsize=864084 CPUtime=2.19
/proc/11226/task/11227/stat : 11227 (java) R 11225 11212 9710 0 -1 64 2959 0 1 0 217 2 0 0 25 0 9 0 1543494812 884822016 10725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11228] ppid=11225 vsize=864084 CPUtime=1.37
/proc/11226/task/11228/stat : 11228 (java) S 11225 11212 9710 0 -1 64 8471 0 0 0 131 6 0 0 15 0 9 0 1543494814 884822016 10725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11229] ppid=11225 vsize=864084 CPUtime=0
/proc/11226/task/11229/stat : 11229 (java) S 11225 11212 9710 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543494814 884822016 10725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11230] ppid=11225 vsize=864084 CPUtime=0
/proc/11226/task/11230/stat : 11230 (java) S 11225 11212 9710 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1543494814 884822016 10725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11231] ppid=11225 vsize=864084 CPUtime=0
/proc/11226/task/11231/stat : 11231 (java) S 11225 11212 9710 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1543494816 884822016 10725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11232] ppid=11225 vsize=864084 CPUtime=0.07
/proc/11226/task/11232/stat : 11232 (java) S 11225 11212 9710 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 1543494816 884822016 10725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11233] ppid=11225 vsize=864084 CPUtime=0
/proc/11226/task/11233/stat : 11233 (java) S 11225 11212 9710 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543494816 884822016 10725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11234] ppid=11225 vsize=864084 CPUtime=0
/proc/11226/task/11234/stat : 11234 (java) S 11225 11212 9710 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543494816 884822016 10725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883040

[startup+12.7066 s]
/proc/loadavg: 2.03 2.21 2.22 4/91 11234
/proc/meminfo: memFree=1698864/2055920 swapFree=4112048/4192956
[pid=11212] ppid=11210 vsize=13600 CPUtime=2.54
/proc/11212/stat : 11212 (sugar) S 11210 11212 9710 0 -1 4194304 974 12270 0 1 3 1 239 11 16 0 1 0 1543494550 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11212/statm: 3400 797 370 3 0 500 0
[pid=11225] ppid=11212 vsize=5356 CPUtime=0
/proc/11225/stat : 11225 (sh) S 11212 11212 9710 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543494811 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11225/statm: 1339 233 193 169 0 50 0
[pid=11226] ppid=11225 vsize=868472 CPUtime=10.02
/proc/11226/stat : 11226 (java) S 11225 11212 9710 0 -1 0 36571 0 1 0 974 28 0 0 18 0 9 0 1543494812 889315328 26627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11226/statm: 217118 26627 2544 9 0 211693 0
[pid=11226/tid=11227] ppid=11225 vsize=868472 CPUtime=6.44
/proc/11226/task/11227/stat : 11227 (java) R 11225 11212 9710 0 -1 64 3751 0 1 0 640 4 0 0 25 0 9 0 1543494812 889315328 26627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11228] ppid=11225 vsize=868472 CPUtime=3.32
/proc/11226/task/11228/stat : 11228 (java) S 11225 11212 9710 0 -1 64 30601 0 0 0 311 21 0 0 15 0 9 0 1543494814 889315328 26627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11229] ppid=11225 vsize=868472 CPUtime=0
/proc/11226/task/11229/stat : 11229 (java) S 11225 11212 9710 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543494814 889315328 26627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11230] ppid=11225 vsize=868472 CPUtime=0
/proc/11226/task/11230/stat : 11230 (java) S 11225 11212 9710 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1543494814 889315328 26627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11231] ppid=11225 vsize=868472 CPUtime=0
/proc/11226/task/11231/stat : 11231 (java) S 11225 11212 9710 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1543494816 889315328 26627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11232] ppid=11225 vsize=868472 CPUtime=0.21
/proc/11226/task/11232/stat : 11232 (java) S 11225 11212 9710 0 -1 64 1522 0 0 0 21 0 0 0 16 0 9 0 1543494816 889315328 26627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11233] ppid=11225 vsize=868472 CPUtime=0
/proc/11226/task/11233/stat : 11233 (java) S 11225 11212 9710 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543494816 889315328 26627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11234] ppid=11225 vsize=868472 CPUtime=0
/proc/11226/task/11234/stat : 11234 (java) S 11225 11212 9710 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543494816 889315328 26627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 887428

[startup+25.5015 s]
/proc/loadavg: 2.17 2.23 2.22 3/91 11234
/proc/meminfo: memFree=1529264/2055920 swapFree=4112048/4192956
[pid=11212] ppid=11210 vsize=13600 CPUtime=2.54
/proc/11212/stat : 11212 (sugar) S 11210 11212 9710 0 -1 4194304 974 12270 0 1 3 1 239 11 16 0 1 0 1543494550 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11212/statm: 3400 797 370 3 0 500 0
[pid=11225] ppid=11212 vsize=5356 CPUtime=0
/proc/11225/stat : 11225 (sh) S 11212 11212 9710 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543494811 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11225/statm: 1339 233 193 169 0 50 0
[pid=11226] ppid=11225 vsize=868472 CPUtime=22.74
/proc/11226/stat : 11226 (java) S 11225 11212 9710 0 -1 0 79384 0 1 0 2227 47 0 0 18 0 9 0 1543494812 889315328 65484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11226/statm: 217118 65484 2541 9 0 211693 0
[pid=11226/tid=11227] ppid=11225 vsize=868472 CPUtime=15.47
/proc/11226/task/11227/stat : 11227 (java) R 11225 11212 9710 0 -1 64 5413 0 1 0 1541 6 0 0 25 0 9 0 1543494812 889315328 65484 996147200 134512640 134550740 4294955952 18446744073709551615 4126625319 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11228] ppid=11225 vsize=868472 CPUtime=7.01
/proc/11226/task/11228/stat : 11228 (java) S 11225 11212 9710 0 -1 64 71745 0 0 0 663 38 0 0 16 0 9 0 1543494814 889315328 65484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11229] ppid=11225 vsize=868472 CPUtime=0
/proc/11226/task/11229/stat : 11229 (java) S 11225 11212 9710 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543494814 889315328 65484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11230] ppid=11225 vsize=868472 CPUtime=0
/proc/11226/task/11230/stat : 11230 (java) S 11225 11212 9710 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1543494814 889315328 65484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11231] ppid=11225 vsize=868472 CPUtime=0
/proc/11226/task/11231/stat : 11231 (java) S 11225 11212 9710 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1543494816 889315328 65484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11232] ppid=11225 vsize=868472 CPUtime=0.22
/proc/11226/task/11232/stat : 11232 (java) S 11225 11212 9710 0 -1 64 1529 0 0 0 22 0 0 0 16 0 9 0 1543494816 889315328 65484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11233] ppid=11225 vsize=868472 CPUtime=0
/proc/11226/task/11233/stat : 11233 (java) S 11225 11212 9710 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543494816 889315328 65484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11234] ppid=11225 vsize=868472 CPUtime=0
/proc/11226/task/11234/stat : 11234 (java) S 11225 11212 9710 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543494816 889315328 65484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 887428

[startup+51.1013 s]
/proc/loadavg: 2.24 2.25 2.23 3/91 11234
/proc/meminfo: memFree=1453744/2055920 swapFree=4112048/4192956
[pid=11212] ppid=11210 vsize=13600 CPUtime=2.54
/proc/11212/stat : 11212 (sugar) S 11210 11212 9710 0 -1 4194304 974 12270 0 1 3 1 239 11 16 0 1 0 1543494550 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11212/statm: 3400 797 370 3 0 500 0
[pid=11225] ppid=11212 vsize=5356 CPUtime=0
/proc/11225/stat : 11225 (sh) S 11212 11212 9710 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543494811 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11225/statm: 1339 233 193 169 0 50 0
[pid=11226] ppid=11225 vsize=868584 CPUtime=48.2
/proc/11226/stat : 11226 (java) S 11225 11212 9710 0 -1 0 82150 0 1 0 4726 94 0 0 18 0 9 0 1543494812 889430016 66985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=11226] ppid=11225 vsize=868584 CPUtime=382.66
/proc/11226/stat : 11226 (java) S 11225 11212 9710 0 -1 0 88599 0 1 0 35408 2858 0 0 18 0 9 0 1543494812 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11226/statm: 217146 66995 2565 9 0 211693 0
[pid=11226/tid=11227] ppid=11225 vsize=868584 CPUtime=367.36
/proc/11226/task/11227/stat : 11227 (java) R 11225 11212 9710 0 -1 64 12156 0 1 0 33967 2769 0 0 25 0 9 0 1543494812 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4127059084 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11228] ppid=11225 vsize=868584 CPUtime=14.99
/proc/11226/task/11228/stat : 11228 (java) S 11225 11212 9710 0 -1 64 74183 0 0 0 1413 86 0 0 16 0 9 0 1543494814 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11229] ppid=11225 vsize=868584 CPUtime=0
/proc/11226/task/11229/stat : 11229 (java) S 11225 11212 9710 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543494814 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11230] ppid=11225 vsize=868584 CPUtime=0
/proc/11226/task/11230/stat : 11230 (java) S 11225 11212 9710 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1543494814 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11231] ppid=11225 vsize=868584 CPUtime=0
/proc/11226/task/11231/stat : 11231 (java) S 11225 11212 9710 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1543494816 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11232] ppid=11225 vsize=868584 CPUtime=0.28
/proc/11226/task/11232/stat : 11232 (java) S 11225 11212 9710 0 -1 64 1563 0 0 0 27 1 0 0 16 0 9 0 1543494816 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11233] ppid=11225 vsize=868584 CPUtime=0
/proc/11226/task/11233/stat : 11233 (java) S 11225 11212 9710 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543494816 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11234] ppid=11225 vsize=868584 CPUtime=0
/proc/11226/task/11234/stat : 11234 (java) S 11225 11212 9710 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543494816 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 385.2
Current children cumulated vsize (KiB) 887540

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

[startup+409.702 s]
/proc/loadavg: 2.74 3.01 2.59 3/91 11234
/proc/meminfo: memFree=14968/2055920 swapFree=4112048/4192956
[pid=11212] ppid=11210 vsize=13600 CPUtime=2.54
/proc/11212/stat : 11212 (sugar) S 11210 11212 9710 0 -1 4194304 974 12270 0 1 3 1 239 11 15 0 1 0 1543494550 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11212/statm: 3400 797 370 3 0 500 0
[pid=11225] ppid=11212 vsize=5356 CPUtime=0
/proc/11225/stat : 11225 (sh) S 11212 11212 9710 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543494811 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11225/statm: 1339 233 193 169 0 50 0
[pid=11226] ppid=11225 vsize=868584 CPUtime=389.8
/proc/11226/stat : 11226 (java) S 11225 11212 9710 0 -1 0 88740 0 1 0 36063 2917 0 0 18 0 9 0 1543494812 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11226/statm: 217146 66995 2565 9 0 211693 0
[pid=11226/tid=11227] ppid=11225 vsize=868584 CPUtime=374.38
/proc/11226/task/11227/stat : 11227 (java) R 11225 11212 9710 0 -1 64 12297 0 1 0 34611 2827 0 0 25 0 9 0 1543494812 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4127044383 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11228] ppid=11225 vsize=868584 CPUtime=15.1
/proc/11226/task/11228/stat : 11228 (java) S 11225 11212 9710 0 -1 64 74183 0 0 0 1423 87 0 0 16 0 9 0 1543494814 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11229] ppid=11225 vsize=868584 CPUtime=0
/proc/11226/task/11229/stat : 11229 (java) S 11225 11212 9710 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543494814 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11230] ppid=11225 vsize=868584 CPUtime=0
/proc/11226/task/11230/stat : 11230 (java) S 11225 11212 9710 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1543494814 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11231] ppid=11225 vsize=868584 CPUtime=0
/proc/11226/task/11231/stat : 11231 (java) S 11225 11212 9710 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1543494816 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11232] ppid=11225 vsize=868584 CPUtime=0.28
/proc/11226/task/11232/stat : 11232 (java) S 11225 11212 9710 0 -1 64 1563 0 0 0 27 1 0 0 16 0 9 0 1543494816 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11233] ppid=11225 vsize=868584 CPUtime=0
/proc/11226/task/11233/stat : 11233 (java) S 11225 11212 9710 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543494816 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11234] ppid=11225 vsize=868584 CPUtime=0
/proc/11226/task/11234/stat : 11234 (java) S 11225 11212 9710 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543494816 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 392.34
Current children cumulated vsize (KiB) 887540

[startup+435.302 s]
/proc/loadavg: 2.56 2.94 2.58 3/91 11234
/proc/meminfo: memFree=15992/2055920 swapFree=4112048/4192956
[pid=11212] ppid=11210 vsize=13600 CPUtime=2.54
/proc/11212/stat : 11212 (sugar) S 11210 11212 9710 0 -1 4194304 974 12270 0 1 3 1 239 11 15 0 1 0 1543494550 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11212/statm: 3400 797 370 3 0 500 0
[pid=11225] ppid=11212 vsize=5356 CPUtime=0
/proc/11225/stat : 11225 (sh) S 11212 11212 9710 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543494811 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11225/statm: 1339 233 193 169 0 50 0
[pid=11226] ppid=11225 vsize=868584 CPUtime=414.11
/proc/11226/stat : 11226 (java) S 11225 11212 9710 0 -1 0 89220 0 1 0 38293 3118 0 0 18 0 9 0 1543494812 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11226/statm: 217146 66995 2565 9 0 211693 0
[pid=11226/tid=11227] ppid=11225 vsize=868584 CPUtime=398.31
/proc/11226/task/11227/stat : 11227 (java) R 11225 11212 9710 0 -1 64 12777 0 1 0 36805 3026 0 0 25 0 9 0 1543494812 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4127059006 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11228] ppid=11225 vsize=868584 CPUtime=15.5
/proc/11226/task/11228/stat : 11228 (java) S 11225 11212 9710 0 -1 64 74183 0 0 0 1460 90 0 0 16 0 9 0 1543494814 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11229] ppid=11225 vsize=868584 CPUtime=0
/proc/11226/task/11229/stat : 11229 (java) S 11225 11212 9710 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543494814 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11230] ppid=11225 vsize=868584 CPUtime=0
/proc/11226/task/11230/stat : 11230 (java) S 11225 11212 9710 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1543494814 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11231] ppid=11225 vsize=868584 CPUtime=0
/proc/11226/task/11231/stat : 11231 (java) S 11225 11212 9710 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1543494816 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11232] ppid=11225 vsize=868584 CPUtime=0.28
/proc/11226/task/11232/stat : 11232 (java) S 11225 11212 9710 0 -1 64 1563 0 0 0 27 1 0 0 16 0 9 0 1543494816 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11233] ppid=11225 vsize=868584 CPUtime=0
/proc/11226/task/11233/stat : 11233 (java) S 11225 11212 9710 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543494816 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11234] ppid=11225 vsize=868584 CPUtime=0
/proc/11226/task/11234/stat : 11234 (java) S 11225 11212 9710 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543494816 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 416.65
Current children cumulated vsize (KiB) 887540

[startup+448.102 s]
/proc/loadavg: 2.48 2.91 2.58 3/91 11234
/proc/meminfo: memFree=15672/2055920 swapFree=4112048/4192956
[pid=11212] ppid=11210 vsize=13600 CPUtime=2.54
/proc/11212/stat : 11212 (sugar) S 11210 11212 9710 0 -1 4194304 974 12270 0 1 3 1 239 11 15 0 1 0 1543494550 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11212/statm: 3400 797 370 3 0 500 0
[pid=11225] ppid=11212 vsize=5356 CPUtime=0
/proc/11225/stat : 11225 (sh) S 11212 11212 9710 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543494811 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11225/statm: 1339 233 193 169 0 50 0
[pid=11226] ppid=11225 vsize=868584 CPUtime=426.2
/proc/11226/stat : 11226 (java) S 11225 11212 9710 0 -1 0 89458 0 1 0 39396 3224 0 0 18 0 9 0 1543494812 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11226/statm: 217146 66995 2565 9 0 211693 0
[pid=11226/tid=11227] ppid=11225 vsize=868584 CPUtime=410.21
/proc/11226/task/11227/stat : 11227 (java) R 11225 11212 9710 0 -1 64 13015 0 1 0 37891 3130 0 0 25 0 9 0 1543494812 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4126626080 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11228] ppid=11225 vsize=868584 CPUtime=15.69
/proc/11226/task/11228/stat : 11228 (java) S 11225 11212 9710 0 -1 64 74183 0 0 0 1477 92 0 0 16 0 9 0 1543494814 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11229] ppid=11225 vsize=868584 CPUtime=0
/proc/11226/task/11229/stat : 11229 (java) S 11225 11212 9710 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543494814 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11230] ppid=11225 vsize=868584 CPUtime=0
/proc/11226/task/11230/stat : 11230 (java) S 11225 11212 9710 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1543494814 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11231] ppid=11225 vsize=868584 CPUtime=0
/proc/11226/task/11231/stat : 11231 (java) S 11225 11212 9710 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1543494816 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11232] ppid=11225 vsize=868584 CPUtime=0.28
/proc/11226/task/11232/stat : 11232 (java) S 11225 11212 9710 0 -1 64 1563 0 0 0 27 1 0 0 16 0 9 0 1543494816 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11233] ppid=11225 vsize=868584 CPUtime=0
/proc/11226/task/11233/stat : 11233 (java) S 11225 11212 9710 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543494816 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11234] ppid=11225 vsize=868584 CPUtime=0
/proc/11226/task/11234/stat : 11234 (java) S 11225 11212 9710 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543494816 889430016 66995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 428.74
Current children cumulated vsize (KiB) 887540

[startup+451.301 s]
/proc/loadavg: 2.52 2.91 2.58 2/81 11234
/proc/meminfo: memFree=1791432/2055920 swapFree=4112048/4192956
[pid=11212] ppid=11210 vsize=13600 CPUtime=430.02
/proc/11212/stat : 11212 (sugar) D 11210 11212 9710 0 -1 4194304 996 102036 0 4 3 68 39685 3246 18 0 1 0 1543494550 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/11212/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 430.02
Current children cumulated vsize (KiB) 13600

[startup+454.505 s]
/proc/loadavg: 2.48 2.90 2.57 2/81 11234
/proc/meminfo: memFree=1819400/2055920 swapFree=4112048/4192956
[pid=11212] ppid=11210 vsize=13600 CPUtime=430.21
/proc/11212/stat : 11212 (sugar) D 11210 11212 9710 0 -1 4194304 996 102036 0 4 3 87 39685 3246 18 0 1 0 1543494550 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/11212/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 430.21
Current children cumulated vsize (KiB) 13600

[startup+455.302 s]
/proc/loadavg: 2.48 2.90 2.57 2/81 11234
/proc/meminfo: memFree=1819400/2055920 swapFree=4112048/4192956
[pid=11212] ppid=11210 vsize=13600 CPUtime=430.27
/proc/11212/stat : 11212 (sugar) D 11210 11212 9710 0 -1 4194304 996 102036 0 4 3 93 39685 3246 18 0 1 0 1543494550 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/11212/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 430.27
Current children cumulated vsize (KiB) 13600

[startup+456.102 s]
/proc/loadavg: 2.48 2.90 2.57 2/81 11234
/proc/meminfo: memFree=1818248/2055920 swapFree=4112048/4192956
[pid=11212] ppid=11210 vsize=13600 CPUtime=430.34
/proc/11212/stat : 11212 (sugar) D 11210 11212 9710 0 -1 4194304 996 102036 0 4 3 100 39685 3246 18 0 1 0 1543494550 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/11212/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 430.34
Current children cumulated vsize (KiB) 13600

[startup+456.302 s]
/proc/loadavg: 2.48 2.90 2.57 2/81 11234
/proc/meminfo: memFree=1818248/2055920 swapFree=4112048/4192956
[pid=11212] ppid=11210 vsize=13600 CPUtime=430.35
/proc/11212/stat : 11212 (sugar) D 11210 11212 9710 0 -1 4194304 996 102036 0 4 3 101 39685 3246 18 0 1 0 1543494550 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/11212/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 430.35
Current children cumulated vsize (KiB) 13600

[startup+456.402 s]
/proc/loadavg: 2.48 2.90 2.57 2/81 11234
/proc/meminfo: memFree=1818248/2055920 swapFree=4112048/4192956
[pid=11212] ppid=11210 vsize=13600 CPUtime=430.36
/proc/11212/stat : 11212 (sugar) D 11210 11212 9710 0 -1 4194304 996 102036 0 4 3 102 39685 3246 18 0 1 0 1543494550 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/11212/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 430.36
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 456.498
CPU time (s): 430.444
CPU user time (s): 396.888
CPU system time (s): 33.5559
CPU usage (%): 94.2925
Max. virtual memory (cumulated for all children) (KiB): 892808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 396.888
system time used= 33.5559
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103062
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71972
involuntary context switches= 77609

runsolver used 0.556915 second user time and 1.60776 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-04 04:24:01
IDJOB=1063643
IDBENCH=54816
IDSOLVER=345
FILE ID=node38/1063643-1215138241
PBS_JOBID= 7877263
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-bandm.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-1063643-1215138241/watcher-1063643-1215138241 -o /tmp/evaluation-result-1063643-1215138241/solver-1063643-1215138241 -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-1063643-1215138241.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2e689f8063f4b75fb1edd7df8c8edad7
RANDOM SEED=931278950

node38.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.223
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.223
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:       1789800 kB
Buffers:          4420 kB
Cached:          49428 kB
SwapCached:      74876 kB
Active:         203268 kB
Inactive:         5192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789800 kB
SwapTotal:     4192956 kB
SwapFree:      4112048 kB
Dirty:            8132 kB
Writeback:           0 kB
Mapped:         170996 kB
Slab:            42592 kB
Committed_AS:  3630488 kB
PageTables:       2216 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= 66548 MiB
End job on node38 at 2008-07-04 04:31:38