Trace number 1063287

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? 422.801 442.396

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-blend.xml
MD5SUM8dd5da1a78f4feb88a37af1695cdc5c0
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 benchmark2.46163
Satisfiable
(Un)Satisfiability was proved
Number of variables2490
Number of constraints117
Maximum constraint arity780
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension117
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 03:53:29 2008
0.00/0.04	c 0	PID 9931
0.00/0.04	c 0	HOST node13.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1063287-1215136408.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1063287-1215136408.xml' 'HOME/temp.csp'
0.04/0.67	c 0	2 domains, 2490 variables, 82 predicates, 0 relations, 117 constraints
0.04/0.68	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.68	c 0	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'
0.66/0.76	c 0	Parsing HOME/temp.csp
1.85/1.92	c 2	parsed 2691 expressions
1.85/1.93	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.85/1.93	c 2	Converting to clausal form CSP
1.85/1.95	c 2	converted 270 (10%) expressions
1.85/1.96	c 2	converted 539 (20%) expressions
1.85/1.96	c 2	converted 808 (30%) expressions
1.85/1.96	c 2	converted 1077 (40%) expressions
1.85/1.97	c 2	converted 1346 (50%) expressions
1.85/1.98	c 2	converted 1615 (60%) expressions
1.85/1.98	c 2	converted 1884 (70%) expressions
1.85/1.98	c 2	converted 2153 (80%) expressions
1.85/1.98	c 2	converted 2422 (90%) expressions
3.62/3.77	c 3	converted 2691 (100%) expressions
3.62/3.77	c 3	CSP : 23860 integers, 0 booleans, 36287 clauses, largest domain size 275139
3.62/3.77	c 3	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.62/3.77	c 3	Propagation in CSP
4.02/4.12	c 4	515823 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.02/4.13	c 4	CSP : 23860 integers, 0 booleans, 36287 clauses, largest domain size 206495
4.02/4.13	c 4	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.02/4.14	c 4	Simplifing CSP by introducing new Boolean variables
4.02/4.16	c 4	CSP : 23860 integers, 0 booleans, 36287 clauses, largest domain size 206495
4.02/4.16	c 4	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.22/4.31	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.22/4.35	c 4	2386 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.71/4.84	c 4	4772 (20%) CSP integer variables are encoded (378013 clauses, 6219041 bytes)
8.77/8.91	c 8	7158 (30%) CSP integer variables are encoded (3501038 clauses, 64319155 bytes)
8.77/8.92	c 9	9544 (40%) CSP integer variables are encoded (3504432 clauses, 64383641 bytes)
8.77/8.96	c 9	11930 (50%) CSP integer variables are encoded (3529882 clauses, 64867191 bytes)
8.77/8.97	c 9	14316 (60%) CSP integer variables are encoded (3539773 clauses, 65055120 bytes)
8.87/9.01	c 9	16702 (70%) CSP integer variables are encoded (3565939 clauses, 65552274 bytes)
16.83/17.20	c 17	19088 (80%) CSP integer variables are encoded (9650734 clauses, 181163379 bytes)
24.25/24.74	c 24	21474 (90%) CSP integer variables are encoded (15025690 clauses, 293369834 bytes)
28.43/29.01	c 29	23860 (100%) CSP integer variables are encoded (18027267 clauses, 356402951 bytes)
72.52/74.26	c 74	3629 (10%) CSP clauses are encoded (43055956 clauses, 919071728 bytes)
421.51/434.93	c 435	ERROR Exception Too large HOME/temp.cnf
421.55/435.17	c 435	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
421.55/435.17	c 435	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
421.55/435.17	c 435	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
421.55/435.17	s UNKNOWN
421.56/435.63	c 435	CPU 384.22 (0.03 0.01 384.19 37.33)
421.56/435.63	c 435	END Fri Jul  4 04:00:44 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-1063287-1215136408/watcher-1063287-1215136408 -o /tmp/evaluation-result-1063287-1215136408/solver-1063287-1215136408 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1063287-1215136408.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.76 2.18 2.15 4/81 9931
/proc/meminfo: memFree=1834864/2055920 swapFree=4180424/4192956
[pid=9931] ppid=9929 vsize=12132 CPUtime=0
/proc/9931/stat : 9931 (sugar) R 9929 9931 8087 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 1543312636 12423168 183 996147200 4194304 4206940 548682068608 18446744073709551615 269775074102 0 0 4224 0 0 0 0 17 1 0 0
/proc/9931/statm: 3033 183 142 3 0 133 0

[startup+0.127791 s]
/proc/loadavg: 1.76 2.18 2.15 4/81 9931
/proc/meminfo: memFree=1834864/2055920 swapFree=4180424/4192956
[pid=9931] ppid=9929 vsize=13600 CPUtime=0.04
/proc/9931/stat : 9931 (sugar) S 9929 9931 8087 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1543312636 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9931/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.202801 s]
/proc/loadavg: 1.76 2.18 2.15 4/81 9931
/proc/meminfo: memFree=1834864/2055920 swapFree=4180424/4192956
[pid=9931] ppid=9929 vsize=13600 CPUtime=0.04
/proc/9931/stat : 9931 (sugar) S 9929 9931 8087 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1543312636 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9931/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302815 s]
/proc/loadavg: 1.76 2.18 2.15 4/81 9931
/proc/meminfo: memFree=1834864/2055920 swapFree=4180424/4192956
[pid=9931] ppid=9929 vsize=13600 CPUtime=0.04
/proc/9931/stat : 9931 (sugar) S 9929 9931 8087 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1543312636 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9931/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701868 s]
/proc/loadavg: 1.76 2.18 2.15 4/81 9931
/proc/meminfo: memFree=1834864/2055920 swapFree=4180424/4192956
[pid=9931] ppid=9929 vsize=13600 CPUtime=0.66
/proc/9931/stat : 9931 (sugar) S 9929 9931 8087 0 -1 4194304 956 5383 0 1 3 1 58 4 16 0 1 0 1543312636 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9931/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 13600

[startup+1.50306 s]
/proc/loadavg: 1.76 2.18 2.15 4/92 9953
/proc/meminfo: memFree=1823640/2055920 swapFree=4180424/4192956
[pid=9931] ppid=9929 vsize=13600 CPUtime=0.66
/proc/9931/stat : 9931 (sugar) S 9929 9931 8087 0 -1 4194304 973 5383 0 1 3 1 58 4 16 0 1 0 1543312636 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9931/statm: 3400 797 370 3 0 500 0
[pid=9944] ppid=9931 vsize=5356 CPUtime=0
/proc/9944/stat : 9944 (sh) S 9931 9931 8087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543312704 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9944/statm: 1339 233 193 169 0 50 0
[pid=9945] ppid=9944 vsize=864012 CPUtime=0.79
/proc/9945/stat : 9945 (java) S 9944 9931 8087 0 -1 0 6506 0 1 0 75 4 0 0 19 0 9 0 1543312705 884748288 5696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9945/statm: 216003 5696 2532 9 0 210585 0
[pid=9945/tid=9946] ppid=9944 vsize=864012 CPUtime=0.49
/proc/9945/task/9946/stat : 9946 (java) R 9944 9931 8087 0 -1 64 2555 0 1 0 47 2 0 0 23 0 9 0 1543312705 884748288 5696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9947] ppid=9944 vsize=864012 CPUtime=0.2
/proc/9945/task/9947/stat : 9947 (java) S 9944 9931 8087 0 -1 64 2917 0 0 0 19 1 0 0 15 0 9 0 1543312707 884748288 5696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9948] ppid=9944 vsize=864012 CPUtime=0
/proc/9945/task/9948/stat : 9948 (java) S 9944 9931 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1543312707 884748288 5696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9949] ppid=9944 vsize=864012 CPUtime=0
/proc/9945/task/9949/stat : 9949 (java) S 9944 9931 8087 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1543312707 884748288 5696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9950] ppid=9944 vsize=864012 CPUtime=0
/proc/9945/task/9950/stat : 9950 (java) S 9944 9931 8087 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543312709 884748288 5696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9951] ppid=9944 vsize=864012 CPUtime=0.07
/proc/9945/task/9951/stat : 9951 (java) S 9944 9931 8087 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 1543312709 884748288 5696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9952] ppid=9944 vsize=864012 CPUtime=0
/proc/9945/task/9952/stat : 9952 (java) S 9944 9931 8087 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543312709 884748288 5696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9953] ppid=9944 vsize=864012 CPUtime=0
/proc/9945/task/9953/stat : 9953 (java) S 9944 9931 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543312709 884748288 5696 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 882968

[startup+3.10919 s]
/proc/loadavg: 1.76 2.18 2.15 3/92 9953
/proc/meminfo: memFree=1810520/2055920 swapFree=4180424/4192956
[pid=9931] ppid=9929 vsize=13600 CPUtime=0.66
/proc/9931/stat : 9931 (sugar) S 9929 9931 8087 0 -1 4194304 974 5383 0 1 3 1 58 4 16 0 1 0 1543312636 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9931/statm: 3400 797 370 3 0 500 0
[pid=9944] ppid=9931 vsize=5356 CPUtime=0
/proc/9944/stat : 9944 (sh) S 9931 9931 8087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543312704 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9944/statm: 1339 233 193 169 0 50 0
[pid=9945] ppid=9944 vsize=868392 CPUtime=2.38
/proc/9945/stat : 9945 (java) S 9944 9931 8087 0 -1 0 12034 0 1 0 230 8 0 0 19 0 9 0 1543312705 889233408 11025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9945/statm: 217098 11025 2540 9 0 211673 0
[pid=9945/tid=9946] ppid=9944 vsize=868392 CPUtime=1.51
/proc/9945/task/9946/stat : 9946 (java) R 9944 9931 8087 0 -1 64 2945 0 1 0 149 2 0 0 25 0 9 0 1543312705 889233408 11025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9947] ppid=9944 vsize=868392 CPUtime=0.64
/proc/9945/task/9947/stat : 9947 (java) R 9944 9931 8087 0 -1 64 6922 0 0 0 61 3 0 0 16 0 9 0 1543312707 889233408 11025 996147200 134512640 134550740 4294955952 18446744073709551615 103735967 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9948] ppid=9944 vsize=868392 CPUtime=0
/proc/9945/task/9948/stat : 9948 (java) S 9944 9931 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1543312707 889233408 11025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9949] ppid=9944 vsize=868392 CPUtime=0
/proc/9945/task/9949/stat : 9949 (java) S 9944 9931 8087 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1543312707 889233408 11025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9950] ppid=9944 vsize=868392 CPUtime=0
/proc/9945/task/9950/stat : 9950 (java) S 9944 9931 8087 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543312709 889233408 11025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9951] ppid=9944 vsize=868392 CPUtime=0.21
/proc/9945/task/9951/stat : 9951 (java) S 9944 9931 8087 0 -1 64 1470 0 0 0 20 1 0 0 16 0 9 0 1543312709 889233408 11025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9952] ppid=9944 vsize=868392 CPUtime=0
/proc/9945/task/9952/stat : 9952 (java) S 9944 9931 8087 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543312709 889233408 11025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9953] ppid=9944 vsize=868392 CPUtime=0
/proc/9945/task/9953/stat : 9953 (java) S 9944 9931 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543312709 889233408 11025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887348

[startup+6.30261 s]
/proc/loadavg: 1.94 2.21 2.16 3/92 9953
/proc/meminfo: memFree=1772504/2055920 swapFree=4180424/4192956
[pid=9931] ppid=9929 vsize=13600 CPUtime=0.66
/proc/9931/stat : 9931 (sugar) S 9929 9931 8087 0 -1 4194304 974 5383 0 1 3 1 58 4 15 0 1 0 1543312636 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9931/statm: 3400 797 370 3 0 500 0
[pid=9944] ppid=9931 vsize=5356 CPUtime=0
/proc/9944/stat : 9944 (sh) S 9931 9931 8087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543312704 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9944/statm: 1339 233 193 169 0 50 0
[pid=9945] ppid=9944 vsize=868504 CPUtime=5.54
/proc/9945/stat : 9945 (java) S 9944 9931 8087 0 -1 0 15062 0 1 0 528 26 0 0 19 0 9 0 1543312705 889348096 13497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9945/statm: 217126 13497 2565 9 0 211673 0
[pid=9945/tid=9946] ppid=9944 vsize=868504 CPUtime=4.15
/proc/9945/task/9946/stat : 9946 (java) R 9944 9931 8087 0 -1 64 3434 0 1 0 397 18 0 0 25 0 9 0 1543312705 889348096 13497 996147200 134512640 134550740 4294955952 18446744073709551615 102064685 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9947] ppid=9944 vsize=868504 CPUtime=1.09
/proc/9945/task/9947/stat : 9947 (java) S 9944 9931 8087 0 -1 64 9426 0 0 0 104 5 0 0 16 0 9 0 1543312707 889348096 13497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9948] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9948/stat : 9948 (java) S 9944 9931 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1543312707 889348096 13497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9949] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9949/stat : 9949 (java) S 9944 9931 8087 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1543312707 889348096 13497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9950] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9950/stat : 9950 (java) S 9944 9931 8087 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543312709 889348096 13497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9951] ppid=9944 vsize=868504 CPUtime=0.26
/proc/9945/task/9951/stat : 9951 (java) S 9944 9931 8087 0 -1 64 1505 0 0 0 25 1 0 0 16 0 9 0 1543312709 889348096 13497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9952] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9952/stat : 9952 (java) S 9944 9931 8087 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543312709 889348096 13497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9953] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9953/stat : 9953 (java) S 9944 9931 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543312709 889348096 13497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887460

[startup+12.7015 s]
/proc/loadavg: 1.94 2.20 2.16 3/92 9953
/proc/meminfo: memFree=1677208/2055920 swapFree=4180424/4192956
[pid=9931] ppid=9929 vsize=13600 CPUtime=0.66
/proc/9931/stat : 9931 (sugar) S 9929 9931 8087 0 -1 4194304 974 5383 0 1 3 1 58 4 15 0 1 0 1543312636 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9931/statm: 3400 797 370 3 0 500 0
[pid=9944] ppid=9931 vsize=5356 CPUtime=0
/proc/9944/stat : 9944 (sh) S 9931 9931 8087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543312704 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9944/statm: 1339 233 193 169 0 50 0
[pid=9945] ppid=9944 vsize=868504 CPUtime=11.84
/proc/9945/stat : 9945 (java) S 9944 9931 8087 0 -1 0 15771 0 1 0 1101 83 0 0 19 0 9 0 1543312705 889348096 13497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9945/statm: 217126 13497 2565 9 0 211673 0
[pid=9945/tid=9946] ppid=9944 vsize=868504 CPUtime=10.18
/proc/9945/task/9946/stat : 9946 (java) R 9944 9931 8087 0 -1 64 4143 0 1 0 948 70 0 0 25 0 9 0 1543312705 889348096 13497 996147200 134512640 134550740 4294955952 18446744073709551615 4126476103 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9947] ppid=9944 vsize=868504 CPUtime=1.37
/proc/9945/task/9947/stat : 9947 (java) S 9944 9931 8087 0 -1 64 9426 0 0 0 127 10 0 0 16 0 9 0 1543312707 889348096 13497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9948] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9948/stat : 9948 (java) S 9944 9931 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1543312707 889348096 13497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9949] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9949/stat : 9949 (java) S 9944 9931 8087 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1543312707 889348096 13497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9950] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9950/stat : 9950 (java) S 9944 9931 8087 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543312709 889348096 13497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9951] ppid=9944 vsize=868504 CPUtime=0.26
/proc/9945/task/9951/stat : 9951 (java) S 9944 9931 8087 0 -1 64 1505 0 0 0 25 1 0 0 16 0 9 0 1543312709 889348096 13497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9952] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9952/stat : 9952 (java) S 9944 9931 8087 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543312709 889348096 13497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9953] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9953/stat : 9953 (java) S 9944 9931 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543312709 889348096 13497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887460

[startup+25.5021 s]
/proc/loadavg: 2.17 2.24 2.17 3/92 9953
/proc/meminfo: memFree=1482904/2055920 swapFree=4180424/4192956
[pid=9931] ppid=9929 vsize=13600 CPUtime=0.66
/proc/9931/stat : 9931 (sugar) S 9929 9931 8087 0 -1 4194304 974 5383 0 1 3 1 58 4 16 0 1 0 1543312636 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9931/statm: 3400 797 370 3 0 500 0
[pid=9944] ppid=9931 vsize=5356 CPUtime=0
/proc/9944/stat : 9944 (sh) S 9931 9931 8087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543312704 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9944/statm: 1339 233 193 169 0 50 0
[pid=9945] ppid=9944 vsize=868504 CPUtime=24.35
/proc/9945/stat : 9945 (java) S 9944 9931 8087 0 -1 0 17120 0 1 0 2238 197 0 0 19 0 9 0 1543312705 889348096 13497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9945/statm: 217126 13497 2565 9 0 211673 0
[pid=9945/tid=9946] ppid=9944 vsize=868504 CPUtime=22.14
/proc/9945/task/9946/stat : 9946 (java) R 9944 9931 8087 0 -1 64 5492 0 1 0 2038 176 0 0 25 0 9 0 1543312705 889348096 13497 996147200 134512640 134550740 4294955952 18446744073709551615 4127047362 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9947] ppid=9944 vsize=868504 CPUtime=1.91
/proc/9945/task/9947/stat : 9947 (java) S 9944 9931 8087 0 -1 64 9426 0 0 0 173 18 0 0 16 0 9 0 1543312707 889348096 13497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9948] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9948/stat : 9948 (java) S 9944 9931 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1543312707 889348096 13497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9949] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9949/stat : 9949 (java) S 9944 9931 8087 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1543312707 889348096 13497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=9945] ppid=9944 vsize=868504 CPUtime=389.39
/proc/9945/stat : 9945 (java) S 9944 9931 8087 0 -1 0 60241 0 1 0 35501 3438 0 0 19 0 9 0 1543312705 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9945/statm: 217126 13507 2565 9 0 211673 0
[pid=9945/tid=9946] ppid=9944 vsize=868504 CPUtime=369.96
/proc/9945/task/9946/stat : 9946 (java) R 9944 9931 8087 0 -1 64 48604 0 1 0 33856 3140 0 0 25 0 9 0 1543312705 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4127047388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9947] ppid=9944 vsize=868504 CPUtime=19.12
/proc/9945/task/9947/stat : 9947 (java) S 9944 9931 8087 0 -1 64 9426 0 0 0 1617 295 0 0 16 0 9 0 1543312707 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9948] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9948/stat : 9948 (java) S 9944 9931 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1543312707 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9949] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9949/stat : 9949 (java) S 9944 9931 8087 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1543312707 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9950] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9950/stat : 9950 (java) S 9944 9931 8087 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543312709 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9951] ppid=9944 vsize=868504 CPUtime=0.27
/proc/9945/task/9951/stat : 9951 (java) S 9944 9931 8087 0 -1 64 1514 0 0 0 26 1 0 0 16 0 9 0 1543312709 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9952] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9952/stat : 9952 (java) S 9944 9931 8087 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543312709 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9953] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9953/stat : 9953 (java) S 9944 9931 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543312709 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 390.05
Current children cumulated vsize (KiB) 887460

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

[startup+409.603 s]
/proc/loadavg: 3.12 2.95 2.51 3/92 9953
/proc/meminfo: memFree=15448/2055920 swapFree=4180424/4192956
[pid=9931] ppid=9929 vsize=13600 CPUtime=0.66
/proc/9931/stat : 9931 (sugar) S 9929 9931 8087 0 -1 4194304 974 5383 0 1 3 1 58 4 16 0 1 0 1543312636 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9931/statm: 3400 797 370 3 0 500 0
[pid=9944] ppid=9931 vsize=5356 CPUtime=0
/proc/9944/stat : 9944 (sh) S 9931 9931 8087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543312704 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9944/statm: 1339 233 193 169 0 50 0
[pid=9945] ppid=9944 vsize=868504 CPUtime=396.44
/proc/9945/stat : 9945 (java) S 9944 9931 8087 0 -1 0 61073 0 1 0 36142 3502 0 0 19 0 9 0 1543312705 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9945/statm: 217126 13507 2565 9 0 211673 0
[pid=9945/tid=9946] ppid=9944 vsize=868504 CPUtime=376.67
/proc/9945/task/9946/stat : 9946 (java) R 9944 9931 8087 0 -1 64 49436 0 1 0 34468 3199 0 0 25 0 9 0 1543312705 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4126627264 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9947] ppid=9944 vsize=868504 CPUtime=19.46
/proc/9945/task/9947/stat : 9947 (java) S 9944 9931 8087 0 -1 64 9426 0 0 0 1646 300 0 0 16 0 9 0 1543312707 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9948] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9948/stat : 9948 (java) S 9944 9931 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1543312707 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9949] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9949/stat : 9949 (java) S 9944 9931 8087 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1543312707 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9950] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9950/stat : 9950 (java) S 9944 9931 8087 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543312709 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9951] ppid=9944 vsize=868504 CPUtime=0.27
/proc/9945/task/9951/stat : 9951 (java) S 9944 9931 8087 0 -1 64 1514 0 0 0 26 1 0 0 16 0 9 0 1543312709 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9952] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9952/stat : 9952 (java) S 9944 9931 8087 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543312709 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9953] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9953/stat : 9953 (java) S 9944 9931 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543312709 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 397.1
Current children cumulated vsize (KiB) 887460

[startup+422.402 s]
/proc/loadavg: 3.09 2.95 2.52 3/92 9953
/proc/meminfo: memFree=15832/2055920 swapFree=4180424/4192956
[pid=9931] ppid=9929 vsize=13600 CPUtime=0.66
/proc/9931/stat : 9931 (sugar) S 9929 9931 8087 0 -1 4194304 974 5383 0 1 3 1 58 4 16 0 1 0 1543312636 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9931/statm: 3400 797 370 3 0 500 0
[pid=9944] ppid=9931 vsize=5356 CPUtime=0
/proc/9944/stat : 9944 (sh) S 9931 9931 8087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543312704 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9944/statm: 1339 233 193 169 0 50 0
[pid=9945] ppid=9944 vsize=868504 CPUtime=408.79
/proc/9945/stat : 9945 (java) S 9944 9931 8087 0 -1 0 62533 0 1 0 37260 3619 0 0 19 0 9 0 1543312705 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9945/statm: 217126 13507 2565 9 0 211673 0
[pid=9945/tid=9946] ppid=9944 vsize=868504 CPUtime=388.42
/proc/9945/task/9946/stat : 9946 (java) R 9944 9931 8087 0 -1 64 50896 0 1 0 35536 3306 0 0 24 0 9 0 1543312705 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4126627384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9947] ppid=9944 vsize=868504 CPUtime=20.06
/proc/9945/task/9947/stat : 9947 (java) S 9944 9931 8087 0 -1 64 9426 0 0 0 1696 310 0 0 16 0 9 0 1543312707 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9948] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9948/stat : 9948 (java) S 9944 9931 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1543312707 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9949] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9949/stat : 9949 (java) S 9944 9931 8087 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1543312707 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9950] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9950/stat : 9950 (java) S 9944 9931 8087 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543312709 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9951] ppid=9944 vsize=868504 CPUtime=0.27
/proc/9945/task/9951/stat : 9951 (java) S 9944 9931 8087 0 -1 64 1514 0 0 0 26 1 0 0 16 0 9 0 1543312709 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9952] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9952/stat : 9952 (java) S 9944 9931 8087 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543312709 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9953] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9953/stat : 9953 (java) S 9944 9931 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543312709 889348096 13507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 409.45
Current children cumulated vsize (KiB) 887460

[startup+435.202 s]
/proc/loadavg: 2.92 2.92 2.52 3/92 9953
/proc/meminfo: memFree=15832/2055920 swapFree=4180424/4192956
[pid=9931] ppid=9929 vsize=13600 CPUtime=0.66
/proc/9931/stat : 9931 (sugar) S 9929 9931 8087 0 -1 4194304 974 5383 0 1 3 1 58 4 16 0 1 0 1543312636 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9931/statm: 3400 797 370 3 0 500 0
[pid=9944] ppid=9931 vsize=5356 CPUtime=0
/proc/9944/stat : 9944 (sh) S 9931 9931 8087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543312704 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9944/statm: 1339 233 193 169 0 50 0
[pid=9945] ppid=9944 vsize=868504 CPUtime=420.89
/proc/9945/stat : 9945 (java) S 9944 9931 8087 0 -1 0 63966 0 2 0 38361 3728 0 0 19 0 9 0 1543312705 889348096 13513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9945/statm: 217126 13513 2565 9 0 211673 0
[pid=9945/tid=9946] ppid=9944 vsize=868504 CPUtime=399.95
/proc/9945/task/9946/stat : 9946 (java) D 9944 9931 8087 0 -1 64 52326 0 2 0 36589 3406 0 0 24 0 9 0 1543312705 889348096 13513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9947] ppid=9944 vsize=868504 CPUtime=20.64
/proc/9945/task/9947/stat : 9947 (java) S 9944 9931 8087 0 -1 64 9426 0 0 0 1745 319 0 0 16 0 9 0 1543312707 889348096 13513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9948] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9948/stat : 9948 (java) S 9944 9931 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1543312707 889348096 13513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9949] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9949/stat : 9949 (java) S 9944 9931 8087 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1543312707 889348096 13513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9950] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9950/stat : 9950 (java) D 9944 9931 8087 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 1543312709 889348096 13513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9951] ppid=9944 vsize=868504 CPUtime=0.27
/proc/9945/task/9951/stat : 9951 (java) S 9944 9931 8087 0 -1 64 1514 0 0 0 26 1 0 0 16 0 9 0 1543312709 889348096 13513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9952] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9952/stat : 9952 (java) S 9944 9931 8087 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543312709 889348096 13513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9945/tid=9953] ppid=9944 vsize=868504 CPUtime=0
/proc/9945/task/9953/stat : 9953 (java) D 9944 9931 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543312709 889348096 13513 996147200 134512640 134550740 4294955952 18446744073709551615 12983184 0 4 0 16800975 18446744071563479169 0 0 -1 1 0 0
Current children cumulated CPU time (s) 421.55
Current children cumulated vsize (KiB) 887460

[startup+438.403 s]
/proc/loadavg: 2.85 2.90 2.51 2/82 9953
/proc/meminfo: memFree=1797800/2055920 swapFree=4180424/4192956
[pid=9931] ppid=9929 vsize=13600 CPUtime=422.5
/proc/9931/stat : 9931 (sugar) D 9929 9931 8087 0 -1 4194304 996 69636 0 5 3 95 38419 3733 18 0 1 0 1543312636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/9931/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 422.5
Current children cumulated vsize (KiB) 13600

[startup+440.002 s]
/proc/loadavg: 2.85 2.90 2.51 2/82 9953
/proc/meminfo: memFree=1796712/2055920 swapFree=4180424/4192956
[pid=9931] ppid=9929 vsize=13600 CPUtime=422.57
/proc/9931/stat : 9931 (sugar) D 9929 9931 8087 0 -1 4194304 996 69636 0 5 3 102 38419 3733 18 0 1 0 1543312636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/9931/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 422.57
Current children cumulated vsize (KiB) 13600

[startup+441.601 s]
/proc/loadavg: 2.85 2.90 2.51 2/82 9953
/proc/meminfo: memFree=1795944/2055920 swapFree=4180424/4192956
[pid=9931] ppid=9929 vsize=13600 CPUtime=422.66
/proc/9931/stat : 9931 (sugar) D 9929 9931 8087 0 -1 4194304 996 69636 0 5 3 111 38419 3733 18 0 1 0 1543312636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/9931/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 422.66
Current children cumulated vsize (KiB) 13600

[startup+442.001 s]
/proc/loadavg: 2.85 2.90 2.51 2/82 9953
/proc/meminfo: memFree=1795944/2055920 swapFree=4180424/4192956
[pid=9931] ppid=9929 vsize=13600 CPUtime=422.68
/proc/9931/stat : 9931 (sugar) D 9929 9931 8087 0 -1 4194304 996 69636 0 5 3 113 38419 3733 18 0 1 0 1543312636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/9931/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 422.68
Current children cumulated vsize (KiB) 13600

[startup+442.201 s]
/proc/loadavg: 2.85 2.90 2.51 2/82 9953
/proc/meminfo: memFree=1795112/2055920 swapFree=4180424/4192956
[pid=9931] ppid=9929 vsize=13600 CPUtime=422.69
/proc/9931/stat : 9931 (sugar) R 9929 9931 8087 0 -1 4194304 996 69636 0 5 3 114 38419 3733 18 0 1 0 1543312636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/9931/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 422.69
Current children cumulated vsize (KiB) 13600

[startup+442.306 s]
/proc/loadavg: 2.85 2.90 2.51 2/82 9953
/proc/meminfo: memFree=1795112/2055920 swapFree=4180424/4192956
[pid=9931] ppid=9929 vsize=13600 CPUtime=422.69
/proc/9931/stat : 9931 (sugar) D 9929 9931 8087 0 -1 4194304 996 69636 0 5 3 114 38419 3733 18 0 1 0 1543312636 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/9931/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 422.69
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 442.396
CPU time (s): 422.801
CPU user time (s): 384.232
CPU system time (s): 38.5691
CPU usage (%): 95.5706
Max. virtual memory (cumulated for all children) (KiB): 887852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 384.232
system time used= 38.5691
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70662
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 357344
involuntary context switches= 369065

runsolver used 0.600908 second user time and 1.50577 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-04 03:53:29
IDJOB=1063287
IDBENCH=54742
IDSOLVER=346
FILE ID=node13/1063287-1215136408
PBS_JOBID= 7877211
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8dd5da1a78f4feb88a37af1695cdc5c0
RANDOM SEED=1017025764

node13.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.238
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.238
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:       1835344 kB
Buffers:          6636 kB
Cached:          86772 kB
SwapCached:       6620 kB
Active:         116072 kB
Inactive:        38672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1835344 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            2360 kB
Writeback:           0 kB
Mapped:          77884 kB
Slab:            50892 kB
Committed_AS:  3673828 kB
PageTables:       2092 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 node13 at 2008-07-04 04:00:51