Trace number 1063329

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? 143.6 149.854

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-berlin-5-8_0.xml
MD5SUM5f8e2808fd92e99d0cdc8c20fad0e186
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.00524
Satisfiable
(Un)Satisfiability was proved
Number of variables9464
Number of constraints1821
Maximum constraint arity61
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1821
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:56:18 2008
0.00/0.04	c 0	PID 7738
0.00/0.05	c 0	HOST node12.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1063329-1215136577.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-1063329-1215136577.xml' 'HOME/temp.csp'
0.03/0.76	c 0	1 domains, 9464 variables, 11 predicates, 0 relations, 1821 constraints
0.03/0.78	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	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.72/0.86	c 0	Parsing HOME/temp.csp
1.12/1.22	c 1	parsed 10000 expressions
1.51/1.66	c 1	parsed 11297 expressions
1.51/1.67	c 1	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.51/1.67	c 1	Converting to clausal form CSP
1.62/1.70	c 1	converted 1130 (10%) expressions
1.62/1.72	c 1	converted 2260 (20%) expressions
1.62/1.72	c 1	converted 3390 (30%) expressions
1.62/1.72	c 1	converted 4519 (40%) expressions
1.62/1.73	c 1	converted 5649 (50%) expressions
1.62/1.73	c 1	converted 6779 (60%) expressions
1.62/1.73	c 1	converted 7908 (70%) expressions
1.62/1.73	c 1	converted 9038 (80%) expressions
2.80/3.00	c 3	converted 10168 (90%) expressions
8.27/8.44	c 8	converted 11297 (100%) expressions
8.27/8.46	c 8	CSP : 89206 integers, 0 booleans, 161305 clauses, largest domain size 393146
8.27/8.46	c 8	Heap : 97 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.27/8.46	c 8	Propagation in CSP
10.56/10.70	c 10	96087028 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.56/10.71	c 10	CSP : 89206 integers, 0 booleans, 161305 clauses, largest domain size 262167
10.56/10.71	c 10	Heap : 100 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.56/10.76	c 10	Simplifing CSP by introducing new Boolean variables
10.66/10.82	c 10	CSP : 89206 integers, 0 booleans, 161305 clauses, largest domain size 262167
10.66/10.82	c 10	Heap : 100 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.26/11.48	c 11	Encoding CSP to SAT : HOME/temp.cnf
11.36/11.53	c 11	8921 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
142.61/146.73	c 146	ERROR Exception Too large HOME/temp.cnf
142.61/146.74	c 146	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:201)
142.61/146.74	c 146	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
142.61/146.74	c 146	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
142.61/146.74	s UNKNOWN
142.65/146.84	c 146	CPU 130.47 (0.03 0.01 130.44 12.2)
142.65/146.84	c 146	END Fri Jul  4 03:58: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-1063329-1215136577/watcher-1063329-1215136577 -o /tmp/evaluation-result-1063329-1215136577/solver-1063329-1215136577 -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-1063329-1215136577.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 1.99 1.99 4/81 7738
/proc/meminfo: memFree=1539952/2055920 swapFree=4122684/4192956
[pid=7738] ppid=7736 vsize=18572 CPUtime=0
/proc/7738/stat : 7738 (runsolver) R 7736 7738 6380 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1543332801 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 252429528359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7738/statm: 4643 292 257 25 0 2626 0

[startup+0.105561 s]
/proc/loadavg: 1.94 1.99 1.99 4/81 7738
/proc/meminfo: memFree=1539952/2055920 swapFree=4122684/4192956
[pid=7738] ppid=7736 vsize=13600 CPUtime=0.03
/proc/7738/stat : 7738 (sugar) S 7736 7738 6380 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1543332801 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7738/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.20157 s]
/proc/loadavg: 1.94 1.99 1.99 4/81 7738
/proc/meminfo: memFree=1539952/2055920 swapFree=4122684/4192956
[pid=7738] ppid=7736 vsize=13600 CPUtime=0.03
/proc/7738/stat : 7738 (sugar) S 7736 7738 6380 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1543332801 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7738/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30158 s]
/proc/loadavg: 1.94 1.99 1.99 4/81 7738
/proc/meminfo: memFree=1539952/2055920 swapFree=4122684/4192956
[pid=7738] ppid=7736 vsize=13600 CPUtime=0.03
/proc/7738/stat : 7738 (sugar) S 7736 7738 6380 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1543332801 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7738/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701619 s]
/proc/loadavg: 1.94 1.99 1.99 4/81 7738
/proc/meminfo: memFree=1539952/2055920 swapFree=4122684/4192956
[pid=7738] ppid=7736 vsize=13600 CPUtime=0.03
/proc/7738/stat : 7738 (sugar) S 7736 7738 6380 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1543332801 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7738/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5027 s]
/proc/loadavg: 1.94 1.99 1.99 3/92 7760
/proc/meminfo: memFree=1530392/2055920 swapFree=4122684/4192956
[pid=7738] ppid=7736 vsize=13600 CPUtime=0.72
/proc/7738/stat : 7738 (sugar) S 7736 7738 6380 0 -1 4194304 973 8249 0 1 3 0 65 4 15 0 1 0 1543332801 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7738/statm: 3400 797 370 3 0 500 0
[pid=7751] ppid=7738 vsize=5356 CPUtime=0
/proc/7751/stat : 7751 (sh) S 7738 7738 6380 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543332880 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7751/statm: 1339 233 193 169 0 50 0
[pid=7752] ppid=7751 vsize=864320 CPUtime=0.7
/proc/7752/stat : 7752 (java) S 7751 7738 6380 0 -1 0 6651 0 1 0 67 3 0 0 18 0 9 0 1543332880 885063680 5833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7752/statm: 216080 5833 2532 9 0 210662 0
[pid=7752/tid=7753] ppid=7751 vsize=864320 CPUtime=0.43
/proc/7752/task/7753/stat : 7753 (java) R 7751 7738 6380 0 -1 64 2536 0 1 0 42 1 0 0 22 0 9 0 1543332881 885063680 5833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7754] ppid=7751 vsize=864320 CPUtime=0.18
/proc/7752/task/7754/stat : 7754 (java) R 7751 7738 6380 0 -1 64 3081 0 0 0 17 1 0 0 16 0 9 0 1543332882 885063680 5833 996147200 134512640 134550740 4294955952 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7755] ppid=7751 vsize=864320 CPUtime=0
/proc/7752/task/7755/stat : 7755 (java) S 7751 7738 6380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543332882 885063680 5833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7756] ppid=7751 vsize=864320 CPUtime=0
/proc/7752/task/7756/stat : 7756 (java) S 7751 7738 6380 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1543332882 885063680 5833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7757] ppid=7751 vsize=864320 CPUtime=0
/proc/7752/task/7757/stat : 7757 (java) S 7751 7738 6380 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543332884 885063680 5833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7758] ppid=7751 vsize=864320 CPUtime=0.07
/proc/7752/task/7758/stat : 7758 (java) S 7751 7738 6380 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 1543332884 885063680 5833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7759] ppid=7751 vsize=864320 CPUtime=0
/proc/7752/task/7759/stat : 7759 (java) S 7751 7738 6380 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543332884 885063680 5833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7760] ppid=7751 vsize=864320 CPUtime=0
/proc/7752/task/7760/stat : 7760 (java) S 7751 7738 6380 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543332884 885063680 5833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883276

[startup+3.10286 s]
/proc/loadavg: 1.95 1.99 1.99 3/92 7760
/proc/meminfo: memFree=1511384/2055920 swapFree=4122684/4192956
[pid=7738] ppid=7736 vsize=13600 CPUtime=0.72
/proc/7738/stat : 7738 (sugar) S 7736 7738 6380 0 -1 4194304 974 8249 0 1 3 0 65 4 16 0 1 0 1543332801 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7738/statm: 3400 797 370 3 0 500 0
[pid=7751] ppid=7738 vsize=5356 CPUtime=0
/proc/7751/stat : 7751 (sh) S 7738 7738 6380 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543332880 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7751/statm: 1339 233 193 169 0 50 0
[pid=7752] ppid=7751 vsize=868412 CPUtime=2.28
/proc/7752/stat : 7752 (java) S 7751 7738 6380 0 -1 0 13255 0 1 0 221 7 0 0 18 0 9 0 1543332880 889253888 12225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7752/statm: 217103 12225 2541 9 0 211678 0
[pid=7752/tid=7753] ppid=7751 vsize=868412 CPUtime=1.41
/proc/7752/task/7753/stat : 7753 (java) R 7751 7738 6380 0 -1 64 2984 0 1 0 139 2 0 0 25 0 9 0 1543332881 889253888 12225 996147200 134512640 134550740 4294955952 18446744073709551615 4126471976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7754] ppid=7751 vsize=868412 CPUtime=0.63
/proc/7752/task/7754/stat : 7754 (java) S 7751 7738 6380 0 -1 64 8094 0 0 0 60 3 0 0 16 0 9 0 1543332882 889253888 12225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7755] ppid=7751 vsize=868412 CPUtime=0
/proc/7752/task/7755/stat : 7755 (java) S 7751 7738 6380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543332882 889253888 12225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7756] ppid=7751 vsize=868412 CPUtime=0
/proc/7752/task/7756/stat : 7756 (java) S 7751 7738 6380 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1543332882 889253888 12225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7757] ppid=7751 vsize=868412 CPUtime=0
/proc/7752/task/7757/stat : 7757 (java) S 7751 7738 6380 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543332884 889253888 12225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7758] ppid=7751 vsize=868412 CPUtime=0.21
/proc/7752/task/7758/stat : 7758 (java) S 7751 7738 6380 0 -1 64 1479 0 0 0 21 0 0 0 16 0 9 0 1543332884 889253888 12225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7759] ppid=7751 vsize=868412 CPUtime=0
/proc/7752/task/7759/stat : 7759 (java) S 7751 7738 6380 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543332884 889253888 12225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7760] ppid=7751 vsize=868412 CPUtime=0
/proc/7752/task/7760/stat : 7760 (java) S 7751 7738 6380 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543332884 889253888 12225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887368

[startup+6.30118 s]
/proc/loadavg: 1.95 1.99 1.99 4/92 7760
/proc/meminfo: memFree=1461848/2055920 swapFree=4122684/4192956
[pid=7738] ppid=7736 vsize=13600 CPUtime=0.72
/proc/7738/stat : 7738 (sugar) S 7736 7738 6380 0 -1 4194304 974 8249 0 1 3 0 65 4 16 0 1 0 1543332801 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7738/statm: 3400 797 370 3 0 500 0
[pid=7751] ppid=7738 vsize=5356 CPUtime=0
/proc/7751/stat : 7751 (sh) S 7738 7738 6380 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543332880 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7751/statm: 1339 233 193 169 0 50 0
[pid=7752] ppid=7751 vsize=868412 CPUtime=5.46
/proc/7752/stat : 7752 (java) S 7751 7738 6380 0 -1 0 26027 0 1 0 534 12 0 0 18 0 9 0 1543332880 889253888 24412 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7752/statm: 217103 24412 2541 9 0 211678 0
[pid=7752/tid=7753] ppid=7751 vsize=868412 CPUtime=3.45
/proc/7752/task/7753/stat : 7753 (java) R 7751 7738 6380 0 -1 64 3722 0 1 0 343 2 0 0 25 0 9 0 1543332881 889253888 24412 996147200 134512640 134550740 4294955952 18446744073709551615 4126629727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7754] ppid=7751 vsize=868412 CPUtime=1.76
/proc/7752/task/7754/stat : 7754 (java) S 7751 7738 6380 0 -1 64 20128 0 0 0 169 7 0 0 16 0 9 0 1543332882 889253888 24412 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7755] ppid=7751 vsize=868412 CPUtime=0
/proc/7752/task/7755/stat : 7755 (java) S 7751 7738 6380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543332882 889253888 24412 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7756] ppid=7751 vsize=868412 CPUtime=0
/proc/7752/task/7756/stat : 7756 (java) S 7751 7738 6380 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1543332882 889253888 24412 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7757] ppid=7751 vsize=868412 CPUtime=0
/proc/7752/task/7757/stat : 7757 (java) S 7751 7738 6380 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543332884 889253888 24412 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7758] ppid=7751 vsize=868412 CPUtime=0.21
/proc/7752/task/7758/stat : 7758 (java) S 7751 7738 6380 0 -1 64 1479 0 0 0 21 0 0 0 16 0 9 0 1543332884 889253888 24412 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7759] ppid=7751 vsize=868412 CPUtime=0
/proc/7752/task/7759/stat : 7759 (java) S 7751 7738 6380 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543332884 889253888 24412 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7760] ppid=7751 vsize=868412 CPUtime=0
/proc/7752/task/7760/stat : 7760 (java) S 7751 7738 6380 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543332884 889253888 24412 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887368

[startup+12.7028 s]
/proc/loadavg: 2.03 2.01 2.00 3/92 7760
/proc/meminfo: memFree=1409816/2055920 swapFree=4122684/4192956
[pid=7738] ppid=7736 vsize=13600 CPUtime=0.73
/proc/7738/stat : 7738 (sugar) S 7736 7738 6380 0 -1 4194304 974 8249 0 1 3 1 65 4 15 0 1 0 1543332801 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7738/statm: 3400 797 370 3 0 500 0
[pid=7751] ppid=7738 vsize=5356 CPUtime=0
/proc/7751/stat : 7751 (sh) S 7738 7738 6380 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543332880 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7751/statm: 1339 233 193 169 0 50 0
[pid=7752] ppid=7751 vsize=868524 CPUtime=11.83
/proc/7752/stat : 7752 (java) S 7751 7738 6380 0 -1 0 48914 0 1 0 1150 33 0 0 18 0 9 0 1543332880 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7752/statm: 217131 32277 2565 9 0 211678 0
[pid=7752/tid=7753] ppid=7751 vsize=868524 CPUtime=8
/proc/7752/task/7753/stat : 7753 (java) R 7751 7738 6380 0 -1 64 4522 0 1 0 788 12 0 0 25 0 9 0 1543332881 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7754] ppid=7751 vsize=868524 CPUtime=3.54
/proc/7752/task/7754/stat : 7754 (java) S 7751 7738 6380 0 -1 64 42182 0 0 0 335 19 0 0 16 0 9 0 1543332882 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7755] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7755/stat : 7755 (java) S 7751 7738 6380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543332882 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7756] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7756/stat : 7756 (java) S 7751 7738 6380 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1543332882 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7757] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7757/stat : 7757 (java) S 7751 7738 6380 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543332884 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7758] ppid=7751 vsize=868524 CPUtime=0.25
/proc/7752/task/7758/stat : 7758 (java) S 7751 7738 6380 0 -1 64 1512 0 0 0 25 0 0 0 16 0 9 0 1543332884 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7759] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7759/stat : 7759 (java) S 7751 7738 6380 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543332884 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7760] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7760/stat : 7760 (java) S 7751 7738 6380 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543332884 889368576 32277 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) 887480

[startup+25.5021 s]
/proc/loadavg: 2.18 2.04 2.01 3/92 7760
/proc/meminfo: memFree=1212448/2055920 swapFree=4122684/4192956
[pid=7738] ppid=7736 vsize=13600 CPUtime=0.73
/proc/7738/stat : 7738 (sugar) S 7736 7738 6380 0 -1 4194304 974 8249 0 1 3 1 65 4 15 0 1 0 1543332801 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7738/statm: 3400 797 370 3 0 500 0
[pid=7751] ppid=7738 vsize=5356 CPUtime=0
/proc/7751/stat : 7751 (sh) S 7738 7738 6380 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543332880 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7751/statm: 1339 233 193 169 0 50 0
[pid=7752] ppid=7751 vsize=868524 CPUtime=24.47
/proc/7752/stat : 7752 (java) S 7751 7738 6380 0 -1 0 49279 0 1 0 2303 144 0 0 18 0 9 0 1543332880 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7752/statm: 217131 32277 2565 9 0 211678 0
[pid=7752/tid=7753] ppid=7751 vsize=868524 CPUtime=20.44
/proc/7752/task/7753/stat : 7753 (java) R 7751 7738 6380 0 -1 64 4887 0 1 0 1922 122 0 0 25 0 9 0 1543332881 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7754] ppid=7751 vsize=868524 CPUtime=3.75
/proc/7752/task/7754/stat : 7754 (java) S 7751 7738 6380 0 -1 64 42182 0 0 0 355 20 0 0 16 0 9 0 1543332882 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7755] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7755/stat : 7755 (java) S 7751 7738 6380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543332882 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7756] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7756/stat : 7756 (java) S 7751 7738 6380 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1543332882 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=7752/tid=7758] ppid=7751 vsize=868524 CPUtime=0.25
/proc/7752/task/7758/stat : 7758 (java) S 7751 7738 6380 0 -1 64 1512 0 0 0 25 0 0 0 16 0 9 0 1543332884 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7759] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7759/stat : 7759 (java) S 7751 7738 6380 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543332884 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7760] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7760/stat : 7760 (java) S 7751 7738 6380 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543332884 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.75
Current children cumulated vsize (KiB) 887480

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

[startup+102.408 s]
/proc/loadavg: 2.54 2.20 2.07 3/92 7760
/proc/meminfo: memFree=15968/2055920 swapFree=4122684/4192956
[pid=7738] ppid=7736 vsize=13600 CPUtime=0.73
/proc/7738/stat : 7738 (sugar) S 7736 7738 6380 0 -1 4194304 974 8249 0 1 3 1 65 4 15 0 1 0 1543332801 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7738/statm: 3400 797 370 3 0 500 0
[pid=7751] ppid=7738 vsize=5356 CPUtime=0
/proc/7751/stat : 7751 (sh) S 7738 7738 6380 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543332880 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7751/statm: 1339 233 193 169 0 50 0
[pid=7752] ppid=7751 vsize=868524 CPUtime=99.12
/proc/7752/stat : 7752 (java) S 7751 7738 6380 0 -1 0 51423 0 1 0 9090 822 0 0 18 0 9 0 1543332880 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7752/statm: 217131 32277 2565 9 0 211678 0
[pid=7752/tid=7753] ppid=7751 vsize=868524 CPUtime=93.8
/proc/7752/task/7753/stat : 7753 (java) R 7751 7738 6380 0 -1 64 7031 0 1 0 8593 787 0 0 25 0 9 0 1543332881 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4127046174 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7752/tid=7754] ppid=7751 vsize=868524 CPUtime=5.02
/proc/7752/task/7754/stat : 7754 (java) S 7751 7738 6380 0 -1 64 42182 0 0 0 470 32 0 0 16 0 9 0 1543332882 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7752/tid=7755] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7755/stat : 7755 (java) S 7751 7738 6380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543332882 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7756] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7756/stat : 7756 (java) S 7751 7738 6380 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1543332882 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7757] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7757/stat : 7757 (java) S 7751 7738 6380 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543332884 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7758] ppid=7751 vsize=868524 CPUtime=0.25
/proc/7752/task/7758/stat : 7758 (java) S 7751 7738 6380 0 -1 64 1512 0 0 0 25 0 0 0 16 0 9 0 1543332884 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7759] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7759/stat : 7759 (java) S 7751 7738 6380 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543332884 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7760] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7760/stat : 7760 (java) S 7751 7738 6380 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543332884 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.85
Current children cumulated vsize (KiB) 887480

[startup+128.002 s]
/proc/loadavg: 2.64 2.25 2.09 3/92 7760
/proc/meminfo: memFree=15200/2055920 swapFree=4122684/4192956
[pid=7738] ppid=7736 vsize=13600 CPUtime=0.73
/proc/7738/stat : 7738 (sugar) S 7736 7738 6380 0 -1 4194304 974 8249 0 1 3 1 65 4 15 0 1 0 1543332801 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7738/statm: 3400 797 370 3 0 500 0
[pid=7751] ppid=7738 vsize=5356 CPUtime=0
/proc/7751/stat : 7751 (sh) S 7738 7738 6380 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543332880 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7751/statm: 1339 233 193 169 0 50 0
[pid=7752] ppid=7751 vsize=868524 CPUtime=123.75
/proc/7752/stat : 7752 (java) S 7751 7738 6380 0 -1 0 52133 0 1 0 11331 1044 0 0 18 0 9 0 1543332880 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7752/statm: 217131 32277 2565 9 0 211678 0
[pid=7752/tid=7753] ppid=7751 vsize=868524 CPUtime=118.01
/proc/7752/task/7753/stat : 7753 (java) R 7751 7738 6380 0 -1 64 7741 0 1 0 10796 1005 0 0 25 0 9 0 1543332881 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4126673629 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7752/tid=7754] ppid=7751 vsize=868524 CPUtime=5.44
/proc/7752/task/7754/stat : 7754 (java) S 7751 7738 6380 0 -1 64 42182 0 0 0 507 37 0 0 16 0 9 0 1543332882 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7752/tid=7755] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7755/stat : 7755 (java) S 7751 7738 6380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543332882 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7756] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7756/stat : 7756 (java) S 7751 7738 6380 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1543332882 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7757] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7757/stat : 7757 (java) S 7751 7738 6380 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543332884 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7758] ppid=7751 vsize=868524 CPUtime=0.25
/proc/7752/task/7758/stat : 7758 (java) S 7751 7738 6380 0 -1 64 1512 0 0 0 25 0 0 0 16 0 9 0 1543332884 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7759] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7759/stat : 7759 (java) S 7751 7738 6380 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543332884 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7760] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7760/stat : 7760 (java) S 7751 7738 6380 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543332884 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 124.48
Current children cumulated vsize (KiB) 887480

[startup+140.803 s]
/proc/loadavg: 2.54 2.24 2.08 4/92 7760
/proc/meminfo: memFree=16160/2055920 swapFree=4122684/4192956
[pid=7738] ppid=7736 vsize=13600 CPUtime=0.73
/proc/7738/stat : 7738 (sugar) S 7736 7738 6380 0 -1 4194304 974 8249 0 1 3 1 65 4 15 0 1 0 1543332801 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7738/statm: 3400 797 370 3 0 500 0
[pid=7751] ppid=7738 vsize=5356 CPUtime=0
/proc/7751/stat : 7751 (sh) S 7738 7738 6380 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543332880 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7751/statm: 1339 233 193 169 0 50 0
[pid=7752] ppid=7751 vsize=868524 CPUtime=136.15
/proc/7752/stat : 7752 (java) S 7751 7738 6380 0 -1 0 52492 0 1 0 12456 1159 0 0 18 0 9 0 1543332880 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7752/statm: 217131 32277 2565 9 0 211678 0
[pid=7752/tid=7753] ppid=7751 vsize=868524 CPUtime=130.22
/proc/7752/task/7753/stat : 7753 (java) R 7751 7738 6380 0 -1 64 8100 0 1 0 11905 1117 0 0 25 0 9 0 1543332881 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4126673501 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7752/tid=7754] ppid=7751 vsize=868524 CPUtime=5.65
/proc/7752/task/7754/stat : 7754 (java) S 7751 7738 6380 0 -1 64 42182 0 0 0 525 40 0 0 16 0 9 0 1543332882 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7752/tid=7755] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7755/stat : 7755 (java) S 7751 7738 6380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543332882 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7756] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7756/stat : 7756 (java) S 7751 7738 6380 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1543332882 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7757] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7757/stat : 7757 (java) S 7751 7738 6380 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543332884 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7758] ppid=7751 vsize=868524 CPUtime=0.25
/proc/7752/task/7758/stat : 7758 (java) S 7751 7738 6380 0 -1 64 1512 0 0 0 25 0 0 0 16 0 9 0 1543332884 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7759] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7759/stat : 7759 (java) S 7751 7738 6380 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543332884 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7760] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7760/stat : 7760 (java) S 7751 7738 6380 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543332884 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 136.88
Current children cumulated vsize (KiB) 887480

[startup+144.002 s]
/proc/loadavg: 2.58 2.25 2.09 3/92 7760
/proc/meminfo: memFree=15264/2055920 swapFree=4122684/4192956
[pid=7738] ppid=7736 vsize=13600 CPUtime=0.73
/proc/7738/stat : 7738 (sugar) S 7736 7738 6380 0 -1 4194304 974 8249 0 1 3 1 65 4 15 0 1 0 1543332801 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7738/statm: 3400 797 370 3 0 500 0
[pid=7751] ppid=7738 vsize=5356 CPUtime=0
/proc/7751/stat : 7751 (sh) S 7738 7738 6380 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1543332880 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7751/statm: 1339 233 193 169 0 50 0
[pid=7752] ppid=7751 vsize=868524 CPUtime=139.25
/proc/7752/stat : 7752 (java) S 7751 7738 6380 0 -1 0 52580 0 1 0 12738 1187 0 0 18 0 9 0 1543332880 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7752/statm: 217131 32277 2565 9 0 211678 0
[pid=7752/tid=7753] ppid=7751 vsize=868524 CPUtime=133.26
/proc/7752/task/7753/stat : 7753 (java) R 7751 7738 6380 0 -1 64 8188 0 1 0 12182 1144 0 0 25 0 9 0 1543332881 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4127046004 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7752/tid=7754] ppid=7751 vsize=868524 CPUtime=5.69
/proc/7752/task/7754/stat : 7754 (java) S 7751 7738 6380 0 -1 64 42182 0 0 0 529 40 0 0 16 0 9 0 1543332882 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7752/tid=7755] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7755/stat : 7755 (java) S 7751 7738 6380 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1543332882 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7756] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7756/stat : 7756 (java) S 7751 7738 6380 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1543332882 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7757] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7757/stat : 7757 (java) S 7751 7738 6380 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543332884 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7758] ppid=7751 vsize=868524 CPUtime=0.25
/proc/7752/task/7758/stat : 7758 (java) S 7751 7738 6380 0 -1 64 1512 0 0 0 25 0 0 0 16 0 9 0 1543332884 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7759] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7759/stat : 7759 (java) S 7751 7738 6380 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1543332884 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7752/tid=7760] ppid=7751 vsize=868524 CPUtime=0
/proc/7752/task/7760/stat : 7760 (java) S 7751 7738 6380 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543332884 889368576 32277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 139.98
Current children cumulated vsize (KiB) 887480

[startup+147.201 s]
/proc/loadavg: 2.58 2.25 2.09 3/92 7760
/proc/meminfo: memFree=15776/2055920 swapFree=4122684/4192956
[pid=7738] ppid=7736 vsize=13600 CPUtime=143.02
/proc/7738/stat : 7738 (sugar) R 7736 7738 6380 0 -1 4194304 996 61202 0 2 3 35 13044 1220 16 0 1 0 1543332801 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252429702185 0 0 4224 16386 0 0 0 17 0 0 0
/proc/7738/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 143.02
Current children cumulated vsize (KiB) 13600

[startup+148.801 s]
/proc/loadavg: 2.45 2.23 2.08 2/82 7760
/proc/meminfo: memFree=1816432/2055920 swapFree=4122684/4192956
[pid=7738] ppid=7736 vsize=13600 CPUtime=143.43
/proc/7738/stat : 7738 (sugar) D 7736 7738 6380 0 -1 4194304 996 61202 0 2 3 76 13044 1220 15 0 1 0 1543332801 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252429702185 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/7738/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 143.43
Current children cumulated vsize (KiB) 13600

[startup+149.602 s]
/proc/loadavg: 2.45 2.23 2.08 2/82 7760
/proc/meminfo: memFree=1848368/2055920 swapFree=4122684/4192956
[pid=7738] ppid=7736 vsize=13600 CPUtime=143.56
/proc/7738/stat : 7738 (sugar) D 7736 7738 6380 0 -1 4194304 996 61202 0 2 3 89 13044 1220 15 0 1 0 1543332801 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252429702185 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/7738/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 143.56
Current children cumulated vsize (KiB) 13600

[startup+149.802 s]
/proc/loadavg: 2.45 2.23 2.08 2/82 7760
/proc/meminfo: memFree=1848368/2055920 swapFree=4122684/4192956
[pid=7738] ppid=7736 vsize=13600 CPUtime=143.57
/proc/7738/stat : 7738 (sugar) D 7736 7738 6380 0 -1 4194304 996 61202 0 2 3 90 13044 1220 15 0 1 0 1543332801 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252429702185 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/7738/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 143.57
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 149.854
CPU time (s): 143.6
CPU user time (s): 130.481
CPU system time (s): 13.119
CPU usage (%): 95.8269
Max. virtual memory (cumulated for all children) (KiB): 907856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 130.481
system time used= 13.119
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62228
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33827
involuntary context switches= 35047

runsolver used 0.210967 second user time and 0.502923 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-04 03:56:18
IDJOB=1063329
IDBENCH=54744
IDSOLVER=346
FILE ID=node12/1063329-1215136577
PBS_JOBID= 7877292
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-berlin-5-8_0.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-1063329-1215136577/watcher-1063329-1215136577 -o /tmp/evaluation-result-1063329-1215136577/solver-1063329-1215136577 -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-1063329-1215136577.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5f8e2808fd92e99d0cdc8c20fad0e186
RANDOM SEED=132786812

node12.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.236
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.236
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:       1540432 kB
Buffers:         54848 kB
Cached:         281848 kB
SwapCached:      64368 kB
Active:         284960 kB
Inactive:       165860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1540432 kB
SwapTotal:     4192956 kB
SwapFree:      4122684 kB
Dirty:            3152 kB
Writeback:           0 kB
Mapped:         130408 kB
Slab:            49516 kB
Committed_AS:  2896660 kB
PageTables:       2056 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= 66540 MiB
End job on node12 at 2008-07-04 03:58:48