Trace number 1057380

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? 177.195 192.839

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-40-3-5.xml
MD5SUMef266a4a7cedf640392e963b63a09d73
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity8
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
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 Mon Jul  7 21:33:11 2008
0.00/0.04	c 0	PID 3598
0.00/0.05	c 0	HOST node23.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1057380-1215459191.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-1057380-1215459191.xml' 'HOME/temp.csp'
0.03/0.28	c 1	1 domains, 100 variables, 40 predicates, 0 relations, 40 constraints
0.03/0.31	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.31	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.39	c 1	Parsing HOME/temp.csp
0.25/0.52	c 1	parsed 181 expressions
0.25/0.53	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.25/0.53	c 1	Converting to clausal form CSP
0.25/0.55	c 1	converted 19 (10%) expressions
0.25/0.55	c 1	converted 37 (20%) expressions
0.25/0.55	c 1	converted 55 (30%) expressions
0.25/0.55	c 1	converted 73 (40%) expressions
0.25/0.55	c 1	converted 91 (50%) expressions
0.25/0.55	c 1	converted 109 (60%) expressions
0.25/0.55	c 1	converted 127 (70%) expressions
0.25/0.56	c 1	converted 145 (80%) expressions
0.25/0.63	c 1	converted 163 (90%) expressions
0.25/0.74	c 1	converted 181 (100%) expressions
0.25/0.74	c 1	CSP : 394 integers, 0 booleans, 668 clauses, largest domain size 26601
0.25/0.74	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.74	c 1	Propagation in CSP
0.25/0.78	c 1	628394 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.25/0.78	c 1	CSP : 394 integers, 0 booleans, 668 clauses, largest domain size 26601
0.25/0.78	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.78	c 1	Simplifing CSP by introducing new Boolean variables
0.25/0.78	c 1	CSP : 394 integers, 0 booleans, 668 clauses, largest domain size 26601
0.25/0.78	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.80	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.25/0.83	c 1	40 (10%) CSP integer variables are encoded (3476 clauses, 43065 bytes)
0.25/0.83	c 1	79 (20%) CSP integer variables are encoded (6787 clauses, 86108 bytes)
0.25/0.96	c 1	119 (30%) CSP integer variables are encoded (115902 clauses, 1748651 bytes)
1.21/1.38	c 2	158 (40%) CSP integer variables are encoded (433900 clauses, 7154617 bytes)
1.49/1.68	c 2	197 (50%) CSP integer variables are encoded (675114 clauses, 11255255 bytes)
2.00/2.12	c 2	237 (60%) CSP integer variables are encoded (1021193 clauses, 17181453 bytes)
2.29/2.49	c 3	276 (70%) CSP integer variables are encoded (1315079 clauses, 22765287 bytes)
2.67/2.89	c 3	316 (80%) CSP integer variables are encoded (1617159 clauses, 28504807 bytes)
3.25/3.42	c 4	355 (90%) CSP integer variables are encoded (2019962 clauses, 36158064 bytes)
3.64/3.85	c 4	394 (100%) CSP integer variables are encoded (2362952 clauses, 42674874 bytes)
4.33/4.54	c 5	67 (10%) CSP clauses are encoded (2780224 clauses, 50470213 bytes)
18.04/18.49	c 19	134 (20%) CSP clauses are encoded (10342197 clauses, 217180963 bytes)
39.67/40.39	c 41	201 (30%) CSP clauses are encoded (22083575 clauses, 479210656 bytes)
61.11/62.17	c 63	268 (40%) CSP clauses are encoded (33644975 clauses, 735118165 bytes)
176.38/183.62	c 184	ERROR Exception Too large HOME/temp.cnf
176.38/183.63	c 184	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
176.38/183.63	c 184	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
176.38/183.63	c 184	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
176.38/183.63	s UNKNOWN
176.38/183.65	c 184	CPU 158.32 (0.03 0 158.29 18.1)
176.38/183.65	c 184	END Mon Jul  7 21:36:15 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-1057380-1215459191/watcher-1057380-1215459191 -o /tmp/evaluation-result-1057380-1215459191/solver-1057380-1215459191 -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-1057380-1215459191.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: 2.55 2.25 2.05 4/82 3598
/proc/meminfo: memFree=1572120/2055920 swapFree=4192812/4192956
[pid=3598] ppid=3596 vsize=18572 CPUtime=0
/proc/3598/stat : 3598 (runsolver) R 3596 3598 2682 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 2621124 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 238487661863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3598/statm: 4643 292 257 25 0 2626 0

[startup+0.079723 s]
/proc/loadavg: 2.55 2.25 2.05 4/82 3598
/proc/meminfo: memFree=1572120/2055920 swapFree=4192812/4192956
[pid=3598] ppid=3596 vsize=13600 CPUtime=0.03
/proc/3598/stat : 3598 (sugar) S 3596 3598 2682 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2621124 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3598/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101722 s]
/proc/loadavg: 2.55 2.25 2.05 4/82 3598
/proc/meminfo: memFree=1572120/2055920 swapFree=4192812/4192956
[pid=3598] ppid=3596 vsize=13600 CPUtime=0.03
/proc/3598/stat : 3598 (sugar) S 3596 3598 2682 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2621124 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3598/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301741 s]
/proc/loadavg: 2.55 2.25 2.05 4/82 3598
/proc/meminfo: memFree=1572120/2055920 swapFree=4192812/4192956
[pid=3598] ppid=3596 vsize=13600 CPUtime=0.03
/proc/3598/stat : 3598 (sugar) S 3596 3598 2682 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 2621124 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3598/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701793 s]
/proc/loadavg: 2.55 2.25 2.05 4/82 3598
/proc/meminfo: memFree=1572120/2055920 swapFree=4192812/4192956
[pid=3598] ppid=3596 vsize=13600 CPUtime=0.25
/proc/3598/stat : 3598 (sugar) S 3596 3598 2682 0 -1 4194304 973 4304 0 1 3 0 20 2 15 0 1 0 2621124 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3598/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13600

[startup+1.50188 s]
/proc/loadavg: 2.55 2.25 2.05 3/93 3620
/proc/meminfo: memFree=1544248/2055920 swapFree=4192812/4192956
[pid=3598] ppid=3596 vsize=13600 CPUtime=0.25
/proc/3598/stat : 3598 (sugar) S 3596 3598 2682 0 -1 4194304 974 4304 0 1 3 0 20 2 15 0 1 0 2621124 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3598/statm: 3400 797 370 3 0 500 0
[pid=3611] ppid=3598 vsize=5356 CPUtime=0
/proc/3611/stat : 3611 (sh) S 3598 3598 2682 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2621156 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3611/statm: 1339 233 193 169 0 50 0
[pid=3612] ppid=3611 vsize=868380 CPUtime=1.14
/proc/3612/stat : 3612 (java) S 3611 3598 2682 0 -1 0 6393 0 1 0 105 9 0 0 20 0 9 0 2621156 889221120 5440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3612/statm: 217095 5440 2562 9 0 211642 0
[pid=3612/tid=3613] ppid=3611 vsize=868380 CPUtime=0.84
/proc/3612/task/3613/stat : 3613 (java) R 3611 3598 2682 0 -1 64 2901 0 1 0 78 6 0 0 25 0 9 0 2621157 889221120 5440 996147200 134512640 134550740 4294955952 18446744073709551615 4126546712 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3614] ppid=3611 vsize=868380 CPUtime=0.09
/proc/3612/task/3614/stat : 3614 (java) S 3611 3598 2682 0 -1 64 1364 0 0 0 8 1 0 0 16 0 9 0 2621158 889221120 5440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3615] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3615/stat : 3615 (java) S 3611 3598 2682 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2621158 889221120 5440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3616] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3616/stat : 3616 (java) S 3611 3598 2682 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2621158 889221120 5440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3617] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3617/stat : 3617 (java) S 3611 3598 2682 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2621160 889221120 5440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3618] ppid=3611 vsize=868380 CPUtime=0.18
/proc/3612/task/3618/stat : 3618 (java) S 3611 3598 2682 0 -1 64 1436 0 0 0 18 0 0 0 16 0 9 0 2621160 889221120 5440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3619] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3619/stat : 3619 (java) S 3611 3598 2682 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2621160 889221120 5440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3620] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3620/stat : 3620 (java) S 3611 3598 2682 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2621160 889221120 5440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887336

[startup+3.10205 s]
/proc/loadavg: 2.55 2.25 2.05 2/93 3620
/proc/meminfo: memFree=1519160/2055920 swapFree=4192812/4192956
[pid=3598] ppid=3596 vsize=13600 CPUtime=0.25
/proc/3598/stat : 3598 (sugar) S 3596 3598 2682 0 -1 4194304 974 4304 0 1 3 0 20 2 16 0 1 0 2621124 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3598/statm: 3400 797 370 3 0 500 0
[pid=3611] ppid=3598 vsize=5356 CPUtime=0
/proc/3611/stat : 3611 (sh) S 3598 3598 2682 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2621156 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3611/statm: 1339 233 193 169 0 50 0
[pid=3612] ppid=3611 vsize=868380 CPUtime=2.71
/proc/3612/stat : 3612 (java) S 3611 3598 2682 0 -1 0 6910 0 1 0 245 26 0 0 20 0 9 0 2621156 889221120 5440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3612/statm: 217095 5440 2562 9 0 211642 0
[pid=3612/tid=3613] ppid=3611 vsize=868380 CPUtime=2.33
/proc/3612/task/3613/stat : 3613 (java) R 3611 3598 2682 0 -1 64 3418 0 1 0 212 21 0 0 17 0 9 0 2621157 889221120 5440 996147200 134512640 134550740 4294955952 18446744073709551615 4126887057 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3614] ppid=3611 vsize=868380 CPUtime=0.17
/proc/3612/task/3614/stat : 3614 (java) S 3611 3598 2682 0 -1 64 1364 0 0 0 14 3 0 0 16 0 9 0 2621158 889221120 5440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3615] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3615/stat : 3615 (java) S 3611 3598 2682 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2621158 889221120 5440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3616] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3616/stat : 3616 (java) S 3611 3598 2682 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2621158 889221120 5440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3617] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3617/stat : 3617 (java) S 3611 3598 2682 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2621160 889221120 5440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3618] ppid=3611 vsize=868380 CPUtime=0.18
/proc/3612/task/3618/stat : 3618 (java) S 3611 3598 2682 0 -1 64 1436 0 0 0 18 0 0 0 16 0 9 0 2621160 889221120 5440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3619] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3619/stat : 3619 (java) S 3611 3598 2682 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2621160 889221120 5440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3620] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3620/stat : 3620 (java) S 3611 3598 2682 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2621160 889221120 5440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 887336

[startup+6.30241 s]
/proc/loadavg: 2.50 2.24 2.05 3/93 3620
/proc/meminfo: memFree=1451512/2055920 swapFree=4192812/4192956
[pid=3598] ppid=3596 vsize=13600 CPUtime=0.25
/proc/3598/stat : 3598 (sugar) S 3596 3598 2682 0 -1 4194304 974 4304 0 1 3 0 20 2 15 0 1 0 2621124 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3598/statm: 3400 797 370 3 0 500 0
[pid=3611] ppid=3598 vsize=5356 CPUtime=0
/proc/3611/stat : 3611 (sh) S 3598 3598 2682 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2621156 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3611/statm: 1339 233 193 169 0 50 0
[pid=3612] ppid=3611 vsize=868380 CPUtime=5.86
/proc/3612/stat : 3612 (java) S 3611 3598 2682 0 -1 0 7969 0 1 0 527 59 0 0 20 0 9 0 2621156 889221120 5446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3612/statm: 217095 5446 2562 9 0 211642 0
[pid=3612/tid=3613] ppid=3611 vsize=868380 CPUtime=5.23
/proc/3612/task/3613/stat : 3613 (java) R 3611 3598 2682 0 -1 64 4472 0 1 0 476 47 0 0 21 0 9 0 2621157 889221120 5446 996147200 134512640 134550740 4294955952 18446744073709551615 102064734 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3614] ppid=3611 vsize=868380 CPUtime=0.4
/proc/3612/task/3614/stat : 3614 (java) S 3611 3598 2682 0 -1 64 1364 0 0 0 30 10 0 0 16 0 9 0 2621158 889221120 5446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3615] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3615/stat : 3615 (java) S 3611 3598 2682 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2621158 889221120 5446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3616] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3616/stat : 3616 (java) S 3611 3598 2682 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2621158 889221120 5446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3617] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3617/stat : 3617 (java) S 3611 3598 2682 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2621160 889221120 5446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3618] ppid=3611 vsize=868380 CPUtime=0.19
/proc/3612/task/3618/stat : 3618 (java) S 3611 3598 2682 0 -1 64 1441 0 0 0 19 0 0 0 16 0 9 0 2621160 889221120 5446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3619] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3619/stat : 3619 (java) S 3611 3598 2682 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2621160 889221120 5446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3620] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3620/stat : 3620 (java) S 3611 3598 2682 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2621160 889221120 5446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 887336

[startup+12.7021 s]
/proc/loadavg: 2.54 2.26 2.05 3/93 3620
/proc/meminfo: memFree=1290104/2055920 swapFree=4192812/4192956
[pid=3598] ppid=3596 vsize=13600 CPUtime=0.25
/proc/3598/stat : 3598 (sugar) S 3596 3598 2682 0 -1 4194304 974 4304 0 1 3 0 20 2 15 0 1 0 2621124 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3598/statm: 3400 797 370 3 0 500 0
[pid=3611] ppid=3598 vsize=5356 CPUtime=0
/proc/3611/stat : 3611 (sh) S 3598 3598 2682 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2621156 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3611/statm: 1339 233 193 169 0 50 0
[pid=3612] ppid=3611 vsize=868380 CPUtime=12.19
/proc/3612/stat : 3612 (java) S 3611 3598 2682 0 -1 0 10109 0 1 0 1098 121 0 0 20 0 9 0 2621156 889221120 5446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3612/statm: 217095 5446 2562 9 0 211642 0
[pid=3612/tid=3613] ppid=3611 vsize=868380 CPUtime=11.07
/proc/3612/task/3613/stat : 3613 (java) R 3611 3598 2682 0 -1 64 6612 0 1 0 1009 98 0 0 25 0 9 0 2621157 889221120 5446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3612/tid=3614] ppid=3611 vsize=868380 CPUtime=0.89
/proc/3612/task/3614/stat : 3614 (java) S 3611 3598 2682 0 -1 64 1364 0 0 0 68 21 0 0 16 0 9 0 2621158 889221120 5446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3612/tid=3615] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3615/stat : 3615 (java) S 3611 3598 2682 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2621158 889221120 5446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3616] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3616/stat : 3616 (java) S 3611 3598 2682 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2621158 889221120 5446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3617] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3617/stat : 3617 (java) S 3611 3598 2682 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2621160 889221120 5446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3618] ppid=3611 vsize=868380 CPUtime=0.19
/proc/3612/task/3618/stat : 3618 (java) S 3611 3598 2682 0 -1 64 1441 0 0 0 19 0 0 0 16 0 9 0 2621160 889221120 5446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3619] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3619/stat : 3619 (java) S 3611 3598 2682 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2621160 889221120 5446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3620] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3620/stat : 3620 (java) S 3611 3598 2682 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2621160 889221120 5446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 887336

[startup+25.5015 s]
/proc/loadavg: 2.72 2.31 2.07 3/93 3620
/proc/meminfo: memFree=960824/2055920 swapFree=4192812/4192956
[pid=3598] ppid=3596 vsize=13600 CPUtime=0.25
/proc/3598/stat : 3598 (sugar) S 3596 3598 2682 0 -1 4194304 974 4304 0 1 3 0 20 2 16 0 1 0 2621124 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3598/statm: 3400 797 370 3 0 500 0
[pid=3611] ppid=3598 vsize=5356 CPUtime=0
/proc/3611/stat : 3611 (sh) S 3598 3598 2682 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2621156 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3611/statm: 1339 233 193 169 0 50 0
[pid=3612] ppid=3611 vsize=868380 CPUtime=24.77
/proc/3612/stat : 3612 (java) S 3611 3598 2682 0 -1 0 14183 0 1 0 2230 247 0 0 20 0 9 0 2621156 889221120 5446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3612/statm: 217095 5446 2562 9 0 211642 0
[pid=3612/tid=3613] ppid=3611 vsize=868380 CPUtime=22.7
/proc/3612/task/3613/stat : 3613 (java) R 3611 3598 2682 0 -1 64 10686 0 1 0 2069 201 0 0 25 0 9 0 2621157 889221120 5446 996147200 134512640 134550740 4294955952 18446744073709551615 4126483212 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3614] ppid=3611 vsize=868380 CPUtime=1.85
/proc/3612/task/3614/stat : 3614 (java) S 3611 3598 2682 0 -1 64 1364 0 0 0 141 44 0 0 16 0 9 0 2621158 889221120 5446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3615] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3615/stat : 3615 (java) S 3611 3598 2682 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2621158 889221120 5446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3616] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3616/stat : 3616 (java) S 3611 3598 2682 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2621158 889221120 5446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=3612] ppid=3611 vsize=868380 CPUtime=50.02
/proc/3612/stat : 3612 (java) S 3611 3598 2682 0 -1 0 22380 0 1 0 4501 501 0 0 20 0 9 0 2621156 889221120 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3612/statm: 217095 5447 2562 9 0 211642 0
[pid=3612/tid=3613] ppid=3611 vsize=868380 CPUtime=46.11
/proc/3612/task/3613/stat : 3613 (java) R 3611 3598 2682 0 -1 64 18882 0 1 0 4202 409 0 0 25 0 9 0 2621157 889221120 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4126919218 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3614] ppid=3611 vsize=868380 CPUtime=3.68
/proc/3612/task/3614/stat : 3614 (java) S 3611 3598 2682 0 -1 64 1365 0 0 0 279 89 0 0 16 0 9 0 2621158 889221120 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3615] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3615/stat : 3615 (java) S 3611 3598 2682 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2621158 889221120 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3616] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3616/stat : 3616 (java) S 3611 3598 2682 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2621158 889221120 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3617] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3617/stat : 3617 (java) S 3611 3598 2682 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2621160 889221120 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3618] ppid=3611 vsize=868380 CPUtime=0.19
/proc/3612/task/3618/stat : 3618 (java) S 3611 3598 2682 0 -1 64 1441 0 0 0 19 0 0 0 16 0 9 0 2621160 889221120 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3619] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3619/stat : 3619 (java) S 3611 3598 2682 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2621160 889221120 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3620] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3620/stat : 3620 (java) S 3611 3598 2682 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2621160 889221120 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.27
Current children cumulated vsize (KiB) 887336

[startup+102.306 s]
/proc/loadavg: 3.32 2.57 2.18 3/93 3620
/proc/meminfo: memFree=15672/2055920 swapFree=4192812/4192956
[pid=3598] ppid=3596 vsize=13600 CPUtime=0.25
/proc/3598/stat : 3598 (sugar) S 3596 3598 2682 0 -1 4194304 974 4304 0 1 3 0 20 2 16 0 1 0 2621124 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3598/statm: 3400 797 370 3 0 500 0
[pid=3611] ppid=3598 vsize=5356 CPUtime=0
/proc/3611/stat : 3611 (sh) S 3598 3598 2682 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2621156 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3611/statm: 1339 233 193 169 0 50 0
[pid=3612] ppid=3611 vsize=868380 CPUtime=99.76
/proc/3612/stat : 3612 (java) S 3611 3598 2682 0 -1 0 38306 0 1 0 8966 1010 0 0 20 0 9 0 2621156 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3612/statm: 217095 5449 2562 9 0 211642 0
[pid=3612/tid=3613] ppid=3611 vsize=868380 CPUtime=92.29
/proc/3612/task/3613/stat : 3613 (java) D 3611 3598 2682 0 -1 64 34806 0 1 0 8395 834 0 0 18 0 9 0 2621157 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=3612/tid=3614] ppid=3611 vsize=868380 CPUtime=7.24
/proc/3612/task/3614/stat : 3614 (java) S 3611 3598 2682 0 -1 64 1366 0 0 0 550 174 0 0 16 0 9 0 2621158 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3615] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3615/stat : 3615 (java) S 3611 3598 2682 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2621158 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3616] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3616/stat : 3616 (java) S 3611 3598 2682 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2621158 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3617] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3617/stat : 3617 (java) S 3611 3598 2682 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2621160 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3618] ppid=3611 vsize=868380 CPUtime=0.19
/proc/3612/task/3618/stat : 3618 (java) S 3611 3598 2682 0 -1 64 1442 0 0 0 19 0 0 0 16 0 9 0 2621160 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3612/tid=3619] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3619/stat : 3619 (java) S 3611 3598 2682 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2621160 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3620] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3620/stat : 3620 (java) S 3611 3598 2682 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2621160 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (KiB) 887336

[startup+162.301 s]
/proc/loadavg: 3.21 2.67 2.24 2/93 3668
/proc/meminfo: memFree=815800/2055920 swapFree=4192812/4192956
[pid=3598] ppid=3596 vsize=13600 CPUtime=0.25
/proc/3598/stat : 3598 (sugar) S 3596 3598 2682 0 -1 4194304 974 4304 0 1 3 0 20 2 16 0 1 0 2621124 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3598/statm: 3400 797 370 3 0 500 0
[pid=3611] ppid=3598 vsize=5356 CPUtime=0
/proc/3611/stat : 3611 (sh) S 3598 3598 2682 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2621156 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3611/statm: 1339 233 193 169 0 50 0
[pid=3612] ppid=3611 vsize=868380 CPUtime=155.26
/proc/3612/stat : 3612 (java) S 3611 3598 2682 0 -1 0 56192 0 1 0 13939 1587 0 0 20 0 9 0 2621156 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3612/statm: 217095 5449 2562 9 0 211642 0
[pid=3612/tid=3613] ppid=3611 vsize=868380 CPUtime=143.75
/proc/3612/task/3613/stat : 3613 (java) R 3611 3598 2682 0 -1 64 52692 0 1 0 13065 1310 0 0 22 0 9 0 2621157 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3614] ppid=3611 vsize=868380 CPUtime=11.29
/proc/3612/task/3614/stat : 3614 (java) S 3611 3598 2682 0 -1 64 1366 0 0 0 854 275 0 0 16 0 9 0 2621158 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3615] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3615/stat : 3615 (java) S 3611 3598 2682 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2621158 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3616] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3616/stat : 3616 (java) S 3611 3598 2682 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2621158 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3617] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3617/stat : 3617 (java) S 3611 3598 2682 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2621160 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3618] ppid=3611 vsize=868380 CPUtime=0.19
/proc/3612/task/3618/stat : 3618 (java) S 3611 3598 2682 0 -1 64 1442 0 0 0 19 0 0 0 16 0 9 0 2621160 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3612/tid=3619] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3619/stat : 3619 (java) S 3611 3598 2682 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2621160 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3620] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3620/stat : 3620 (java) S 3611 3598 2682 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2621160 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 155.51
Current children cumulated vsize (KiB) 887336

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

[startup+179.201 s]
/proc/loadavg: 3.17 2.69 2.25 3/93 3672
/proc/meminfo: memFree=406968/2055920 swapFree=4192812/4192956
[pid=3598] ppid=3596 vsize=13600 CPUtime=0.25
/proc/3598/stat : 3598 (sugar) S 3596 3598 2682 0 -1 4194304 974 4304 0 1 3 0 20 2 16 0 1 0 2621124 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3598/statm: 3400 797 370 3 0 500 0
[pid=3611] ppid=3598 vsize=5356 CPUtime=0
/proc/3611/stat : 3611 (sh) S 3598 3598 2682 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2621156 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3611/statm: 1339 233 193 169 0 50 0
[pid=3612] ppid=3611 vsize=868380 CPUtime=171.79
/proc/3612/stat : 3612 (java) S 3611 3598 2682 0 -1 0 61590 0 1 0 15413 1766 0 0 20 0 9 0 2621156 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3612/statm: 217095 5449 2562 9 0 211642 0
[pid=3612/tid=3613] ppid=3611 vsize=868380 CPUtime=158.99
/proc/3612/task/3613/stat : 3613 (java) R 3611 3598 2682 0 -1 64 58090 0 1 0 14443 1456 0 0 25 0 9 0 2621157 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3614] ppid=3611 vsize=868380 CPUtime=12.57
/proc/3612/task/3614/stat : 3614 (java) S 3611 3598 2682 0 -1 64 1366 0 0 0 949 308 0 0 16 0 9 0 2621158 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3615] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3615/stat : 3615 (java) S 3611 3598 2682 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2621158 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3616] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3616/stat : 3616 (java) S 3611 3598 2682 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2621158 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3617] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3617/stat : 3617 (java) S 3611 3598 2682 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2621160 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3618] ppid=3611 vsize=868380 CPUtime=0.19
/proc/3612/task/3618/stat : 3618 (java) S 3611 3598 2682 0 -1 64 1442 0 0 0 19 0 0 0 16 0 9 0 2621160 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3612/tid=3619] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3619/stat : 3619 (java) S 3611 3598 2682 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2621160 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3612/tid=3620] ppid=3611 vsize=868380 CPUtime=0
/proc/3612/task/3620/stat : 3620 (java) S 3611 3598 2682 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2621160 889221120 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 172.04
Current children cumulated vsize (KiB) 887336

[startup+185.603 s]
/proc/loadavg: 3.06 2.68 2.25 2/83 3674
/proc/meminfo: memFree=1569480/2055920 swapFree=4192812/4192956
[pid=3598] ppid=3596 vsize=13600 CPUtime=177.03
/proc/3598/stat : 3598 (sugar) D 3596 3598 2682 0 -1 4194304 996 67633 0 2 3 61 15829 1810 15 0 1 0 2621124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/3598/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 177.03
Current children cumulated vsize (KiB) 13600

[startup+188.801 s]
/proc/loadavg: 3.06 2.68 2.25 2/83 3674
/proc/meminfo: memFree=1568008/2055920 swapFree=4192812/4192956
[pid=3598] ppid=3596 vsize=13600 CPUtime=177.12
/proc/3598/stat : 3598 (sugar) D 3596 3598 2682 0 -1 4194304 996 67633 0 2 3 70 15829 1810 15 0 1 0 2621124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3598/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 177.12
Current children cumulated vsize (KiB) 13600

[startup+190.406 s]
/proc/loadavg: 3.06 2.69 2.25 2/83 3674
/proc/meminfo: memFree=1543696/2055920 swapFree=4192812/4192956
[pid=3598] ppid=3596 vsize=13600 CPUtime=177.13
/proc/3598/stat : 3598 (sugar) D 3596 3598 2682 0 -1 4194304 996 67633 0 2 3 71 15829 1810 15 0 1 0 2621124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3598/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 177.13
Current children cumulated vsize (KiB) 13600

[startup+192.002 s]
/proc/loadavg: 3.06 2.69 2.25 2/83 3674
/proc/meminfo: memFree=1531728/2055920 swapFree=4192812/4192956
[pid=3598] ppid=3596 vsize=13600 CPUtime=177.14
/proc/3598/stat : 3598 (sugar) D 3596 3598 2682 0 -1 4194304 996 67633 0 2 3 72 15829 1810 15 0 1 0 2621124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3598/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 177.14
Current children cumulated vsize (KiB) 13600

[startup+192.402 s]
/proc/loadavg: 3.06 2.69 2.25 2/83 3674
/proc/meminfo: memFree=1531728/2055920 swapFree=4192812/4192956
[pid=3598] ppid=3596 vsize=13600 CPUtime=177.15
/proc/3598/stat : 3598 (sugar) D 3596 3598 2682 0 -1 4194304 996 67633 0 2 3 73 15829 1810 15 0 1 0 2621124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3598/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 177.15
Current children cumulated vsize (KiB) 13600

[startup+192.803 s]
/proc/loadavg: 3.06 2.69 2.25 2/83 3674
/proc/meminfo: memFree=1519888/2055920 swapFree=4192812/4192956
[pid=3598] ppid=3596 vsize=13600 CPUtime=177.17
/proc/3598/stat : 3598 (sugar) R 3596 3598 2682 0 -1 4194304 996 67633 0 2 3 75 15829 1810 15 0 1 0 2621124 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 0 0 0 17 0 0 0
/proc/3598/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 177.17
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 192.839
CPU time (s): 177.195
CPU user time (s): 158.332
CPU system time (s): 18.8631
CPU usage (%): 91.8874
Max. virtual memory (cumulated for all children) (KiB): 887336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 158.332
system time used= 18.8631
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68659
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= 392675
involuntary context switches= 384548

runsolver used 0.254961 second user time and 0.6519 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-07 21:33:11
IDJOB=1057380
IDBENCH=54030
IDSOLVER=346
FILE ID=node23/1057380-1215459191
PBS_JOBID= 7888599
Free space on /tmp= 66188 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-40-3-5.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-1057380-1215459191/watcher-1057380-1215459191 -o /tmp/evaluation-result-1057380-1215459191/solver-1057380-1215459191 -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-1057380-1215459191.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ef266a4a7cedf640392e963b63a09d73
RANDOM SEED=248806365

node23.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.240
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.240
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:       1572792 kB
Buffers:          7724 kB
Cached:         402996 kB
SwapCached:          0 kB
Active:         424492 kB
Inactive:        10480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1572792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          207496 kB
Writeback:           0 kB
Mapped:          45244 kB
Slab:            33408 kB
Committed_AS:   120796 kB
PageTables:       1892 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= 66168 MiB
End job on node23 at 2008-07-07 21:36:24