Trace number 1057379

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? 186.267 192.38

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/picosat
0.00/0.04	c 0	BEGIN Thu Jul  3 20:47:29 2008
0.00/0.04	c 0	PID 11894
0.00/0.05	c 0	HOST node50.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1057379-1215110849.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-1057379-1215110849.xml' 'HOME/temp.csp'
0.03/0.31	c 0	1 domains, 100 variables, 40 predicates, 0 relations, 40 constraints
0.03/0.34	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.34	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.31/0.42	c 0	Parsing HOME/temp.csp
0.31/0.55	c 1	parsed 181 expressions
0.31/0.55	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.31/0.55	c 1	Converting to clausal form CSP
0.31/0.57	c 1	converted 19 (10%) expressions
0.31/0.57	c 1	converted 37 (20%) expressions
0.31/0.58	c 1	converted 55 (30%) expressions
0.31/0.58	c 1	converted 73 (40%) expressions
0.31/0.58	c 1	converted 91 (50%) expressions
0.31/0.58	c 1	converted 109 (60%) expressions
0.31/0.58	c 1	converted 127 (70%) expressions
0.31/0.59	c 1	converted 145 (80%) expressions
0.31/0.66	c 1	converted 163 (90%) expressions
0.31/0.78	c 1	converted 181 (100%) expressions
0.31/0.78	c 1	CSP : 394 integers, 0 booleans, 668 clauses, largest domain size 26601
0.31/0.78	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.31/0.78	c 1	Propagation in CSP
0.31/0.82	c 1	628394 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.31/0.82	c 1	CSP : 394 integers, 0 booleans, 668 clauses, largest domain size 26601
0.31/0.82	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.31/0.82	c 1	Simplifing CSP by introducing new Boolean variables
0.31/0.82	c 1	CSP : 394 integers, 0 booleans, 668 clauses, largest domain size 26601
0.31/0.82	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.31/0.84	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.31/0.87	c 1	40 (10%) CSP integer variables are encoded (3476 clauses, 43065 bytes)
0.31/0.87	c 1	79 (20%) CSP integer variables are encoded (6787 clauses, 86108 bytes)
0.94/1.01	c 1	119 (30%) CSP integer variables are encoded (115902 clauses, 1748651 bytes)
1.33/1.46	c 2	158 (40%) CSP integer variables are encoded (433900 clauses, 7154617 bytes)
1.62/1.78	c 2	197 (50%) CSP integer variables are encoded (675114 clauses, 11255255 bytes)
2.12/2.25	c 2	237 (60%) CSP integer variables are encoded (1021193 clauses, 17181453 bytes)
2.51/2.65	c 3	276 (70%) CSP integer variables are encoded (1315079 clauses, 22765287 bytes)
2.91/3.06	c 3	316 (80%) CSP integer variables are encoded (1617159 clauses, 28504807 bytes)
3.51/3.62	c 4	355 (90%) CSP integer variables are encoded (2019962 clauses, 36158064 bytes)
3.90/4.09	c 4	394 (100%) CSP integer variables are encoded (2362952 clauses, 42674874 bytes)
4.70/4.84	c 5	67 (10%) CSP clauses are encoded (2780224 clauses, 50470213 bytes)
19.36/19.87	c 20	134 (20%) CSP clauses are encoded (10342197 clauses, 217180963 bytes)
42.19/43.22	c 43	201 (30%) CSP clauses are encoded (22083575 clauses, 479210656 bytes)
64.56/66.10	c 66	268 (40%) CSP clauses are encoded (33644975 clauses, 735118165 bytes)
185.10/190.58	c 191	ERROR Exception Too large HOME/temp.cnf
185.18/190.60	c 191	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
185.18/190.60	c 191	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
185.18/190.60	c 191	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
185.18/190.60	s UNKNOWN
185.18/190.65	c 191	CPU 167.9 (0.03 0 167.87 17.29)
185.18/190.65	c 191	END Thu Jul  3 20:50:40 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-1057379-1215110849/watcher-1057379-1215110849 -o /tmp/evaluation-result-1057379-1215110849/solver-1057379-1215110849 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1057379-1215110849.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.17 2.08 1.95 4/84 11894
/proc/meminfo: memFree=1475136/2055920 swapFree=4180240/4192956
[pid=11894] ppid=11892 vsize=12268 CPUtime=0
/proc/11894/stat : 11894 (sugar) R 11892 11894 11507 0 -1 4194304 348 0 0 0 0 0 0 0 24 0 1 0 1990056877 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240597680520 0 0 4224 0 0 0 0 17 1 0 0
/proc/11894/statm: 3067 316 241 3 0 167 0

[startup+0.0785979 s]
/proc/loadavg: 2.17 2.08 1.95 4/84 11894
/proc/meminfo: memFree=1475136/2055920 swapFree=4180240/4192956
[pid=11894] ppid=11892 vsize=13600 CPUtime=0.03
/proc/11894/stat : 11894 (sugar) S 11892 11894 11507 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990056877 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11894/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101877 s]
/proc/loadavg: 2.17 2.08 1.95 4/84 11894
/proc/meminfo: memFree=1475136/2055920 swapFree=4180240/4192956
[pid=11894] ppid=11892 vsize=13600 CPUtime=0.03
/proc/11894/stat : 11894 (sugar) S 11892 11894 11507 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990056877 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11894/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301912 s]
/proc/loadavg: 2.17 2.08 1.95 4/84 11894
/proc/meminfo: memFree=1475136/2055920 swapFree=4180240/4192956
[pid=11894] ppid=11892 vsize=13600 CPUtime=0.03
/proc/11894/stat : 11894 (sugar) S 11892 11894 11507 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990056877 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11894/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702982 s]
/proc/loadavg: 2.17 2.08 1.95 4/84 11894
/proc/meminfo: memFree=1475136/2055920 swapFree=4180240/4192956
[pid=11894] ppid=11892 vsize=13600 CPUtime=0.31
/proc/11894/stat : 11894 (sugar) S 11892 11894 11507 0 -1 4194304 973 4299 0 1 3 0 25 3 15 0 1 0 1990056877 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11894/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 13600

[startup+1.50128 s]
/proc/loadavg: 2.17 2.08 1.95 3/95 11916
/proc/meminfo: memFree=1459688/2055920 swapFree=4180240/4192956
[pid=11894] ppid=11892 vsize=13600 CPUtime=0.31
/proc/11894/stat : 11894 (sugar) S 11892 11894 11507 0 -1 4194304 974 4299 0 1 3 0 25 3 15 0 1 0 1990056877 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11894/statm: 3400 797 370 3 0 500 0
[pid=11907] ppid=11894 vsize=5356 CPUtime=0
/proc/11907/stat : 11907 (sh) S 11894 11894 11507 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990056911 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11907/statm: 1339 233 193 169 0 50 0
[pid=11908] ppid=11907 vsize=868372 CPUtime=1.12
/proc/11908/stat : 11908 (java) S 11907 11894 11507 0 -1 0 6374 0 1 0 101 11 0 0 18 0 9 0 1990056912 889212928 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11908/statm: 217093 5447 2562 9 0 211640 0
[pid=11908/tid=11909] ppid=11907 vsize=868372 CPUtime=0.81
/proc/11908/task/11909/stat : 11909 (java) R 11907 11894 11507 0 -1 64 2873 0 1 0 74 7 0 0 22 0 9 0 1990056913 889212928 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11910] ppid=11907 vsize=868372 CPUtime=0.07
/proc/11908/task/11910/stat : 11910 (java) S 11907 11894 11507 0 -1 64 1355 0 0 0 6 1 0 0 15 0 9 0 1990056914 889212928 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11911] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11911/stat : 11911 (java) S 11907 11894 11507 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990056914 889212928 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11912] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11912/stat : 11912 (java) S 11907 11894 11507 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990056914 889212928 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11913] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11913/stat : 11913 (java) S 11907 11894 11507 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990056916 889212928 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11914] ppid=11907 vsize=868372 CPUtime=0.2
/proc/11908/task/11914/stat : 11914 (java) S 11907 11894 11507 0 -1 64 1454 0 0 0 19 1 0 0 16 0 9 0 1990056916 889212928 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11915] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11915/stat : 11915 (java) S 11907 11894 11507 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990056916 889212928 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11916] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11916/stat : 11916 (java) S 11907 11894 11507 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990056916 889212928 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887328

[startup+3.10238 s]
/proc/loadavg: 2.17 2.08 1.95 3/95 11916
/proc/meminfo: memFree=1445800/2055920 swapFree=4180240/4192956
[pid=11894] ppid=11892 vsize=13600 CPUtime=0.31
/proc/11894/stat : 11894 (sugar) S 11892 11894 11507 0 -1 4194304 974 4299 0 1 3 0 25 3 15 0 1 0 1990056877 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11894/statm: 3400 797 370 3 0 500 0
[pid=11907] ppid=11894 vsize=5356 CPUtime=0
/proc/11907/stat : 11907 (sh) S 11894 11894 11507 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990056911 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11907/statm: 1339 233 193 169 0 50 0
[pid=11908] ppid=11907 vsize=868372 CPUtime=2.7
/proc/11908/stat : 11908 (java) S 11907 11894 11507 0 -1 0 6861 0 1 0 242 28 0 0 18 0 9 0 1990056912 889212928 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11908/statm: 217093 5447 2562 9 0 211640 0
[pid=11908/tid=11909] ppid=11907 vsize=868372 CPUtime=2.29
/proc/11908/task/11909/stat : 11909 (java) R 11907 11894 11507 0 -1 64 3360 0 1 0 207 22 0 0 25 0 9 0 1990056913 889212928 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4126876948 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11910] ppid=11907 vsize=868372 CPUtime=0.18
/proc/11908/task/11910/stat : 11910 (java) S 11907 11894 11507 0 -1 64 1355 0 0 0 14 4 0 0 16 0 9 0 1990056914 889212928 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11911] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11911/stat : 11911 (java) S 11907 11894 11507 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990056914 889212928 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11912] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11912/stat : 11912 (java) S 11907 11894 11507 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990056914 889212928 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11913] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11913/stat : 11913 (java) S 11907 11894 11507 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990056916 889212928 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11914] ppid=11907 vsize=868372 CPUtime=0.2
/proc/11908/task/11914/stat : 11914 (java) S 11907 11894 11507 0 -1 64 1454 0 0 0 19 1 0 0 16 0 9 0 1990056916 889212928 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11915] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11915/stat : 11915 (java) S 11907 11894 11507 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990056916 889212928 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11916] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11916/stat : 11916 (java) S 11907 11894 11507 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990056916 889212928 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887328

[startup+6.30193 s]
/proc/loadavg: 2.15 2.07 1.95 4/95 11916
/proc/meminfo: memFree=1404648/2055920 swapFree=4180240/4192956
[pid=11894] ppid=11892 vsize=13600 CPUtime=0.31
/proc/11894/stat : 11894 (sugar) S 11892 11894 11507 0 -1 4194304 974 4299 0 1 3 0 25 3 15 0 1 0 1990056877 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11894/statm: 3400 797 370 3 0 500 0
[pid=11907] ppid=11894 vsize=5356 CPUtime=0
/proc/11907/stat : 11907 (sh) S 11894 11894 11507 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990056911 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11907/statm: 1339 233 193 169 0 50 0
[pid=11908] ppid=11907 vsize=868372 CPUtime=5.87
/proc/11908/stat : 11908 (java) S 11907 11894 11507 0 -1 0 7835 0 1 0 533 54 0 0 18 0 9 0 1990056912 889212928 5453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11908/statm: 217093 5453 2562 9 0 211640 0
[pid=11908/tid=11909] ppid=11907 vsize=868372 CPUtime=5.21
/proc/11908/task/11909/stat : 11909 (java) R 11907 11894 11507 0 -1 64 4329 0 1 0 477 44 0 0 25 0 9 0 1990056913 889212928 5453 996147200 134512640 134550740 4294955952 18446744073709551615 4126884741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11910] ppid=11907 vsize=868372 CPUtime=0.42
/proc/11908/task/11910/stat : 11910 (java) S 11907 11894 11507 0 -1 64 1355 0 0 0 34 8 0 0 16 0 9 0 1990056914 889212928 5453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11911] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11911/stat : 11911 (java) S 11907 11894 11507 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990056914 889212928 5453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11912] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11912/stat : 11912 (java) S 11907 11894 11507 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990056914 889212928 5453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11913] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11913/stat : 11913 (java) S 11907 11894 11507 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990056916 889212928 5453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11914] ppid=11907 vsize=868372 CPUtime=0.21
/proc/11908/task/11914/stat : 11914 (java) S 11907 11894 11507 0 -1 64 1459 0 0 0 20 1 0 0 16 0 9 0 1990056916 889212928 5453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11915] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11915/stat : 11915 (java) S 11907 11894 11507 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990056916 889212928 5453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11916] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11916/stat : 11916 (java) S 11907 11894 11507 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990056916 889212928 5453 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) 887328

[startup+12.702 s]
/proc/loadavg: 2.22 2.09 1.95 3/95 11916
/proc/meminfo: memFree=1331432/2055920 swapFree=4180240/4192956
[pid=11894] ppid=11892 vsize=13600 CPUtime=0.31
/proc/11894/stat : 11894 (sugar) S 11892 11894 11507 0 -1 4194304 974 4299 0 1 3 0 25 3 15 0 1 0 1990056877 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11894/statm: 3400 797 370 3 0 500 0
[pid=11907] ppid=11894 vsize=5356 CPUtime=0
/proc/11907/stat : 11907 (sh) S 11894 11894 11507 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990056911 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11907/statm: 1339 233 193 169 0 50 0
[pid=11908] ppid=11907 vsize=868372 CPUtime=12.06
/proc/11908/stat : 11908 (java) S 11907 11894 11507 0 -1 0 9755 0 1 0 1095 111 0 0 18 0 9 0 1990056912 889212928 5453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11908/statm: 217093 5453 2562 9 0 211640 0
[pid=11908/tid=11909] ppid=11907 vsize=868372 CPUtime=10.93
/proc/11908/task/11909/stat : 11909 (java) R 11907 11894 11507 0 -1 64 6249 0 1 0 1004 89 0 0 25 0 9 0 1990056913 889212928 5453 996147200 134512640 134550740 4294955952 18446744073709551615 4126480593 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11910] ppid=11907 vsize=868372 CPUtime=0.88
/proc/11908/task/11910/stat : 11910 (java) S 11907 11894 11507 0 -1 64 1355 0 0 0 69 19 0 0 16 0 9 0 1990056914 889212928 5453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11911] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11911/stat : 11911 (java) S 11907 11894 11507 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990056914 889212928 5453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11912] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11912/stat : 11912 (java) S 11907 11894 11507 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990056914 889212928 5453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11913] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11913/stat : 11913 (java) S 11907 11894 11507 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990056916 889212928 5453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11914] ppid=11907 vsize=868372 CPUtime=0.21
/proc/11908/task/11914/stat : 11914 (java) S 11907 11894 11507 0 -1 64 1459 0 0 0 20 1 0 0 16 0 9 0 1990056916 889212928 5453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11915] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11915/stat : 11915 (java) S 11907 11894 11507 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990056916 889212928 5453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11916] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11916/stat : 11916 (java) S 11907 11894 11507 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990056916 889212928 5453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 887328

[startup+25.5021 s]
/proc/loadavg: 2.47 2.15 1.97 3/95 11916
/proc/meminfo: memFree=1183400/2055920 swapFree=4180240/4192956
[pid=11894] ppid=11892 vsize=13600 CPUtime=0.31
/proc/11894/stat : 11894 (sugar) S 11892 11894 11507 0 -1 4194304 974 4299 0 1 3 0 25 3 16 0 1 0 1990056877 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11894/statm: 3400 797 370 3 0 500 0
[pid=11907] ppid=11894 vsize=5356 CPUtime=0
/proc/11907/stat : 11907 (sh) S 11894 11894 11507 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990056911 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11907/statm: 1339 233 193 169 0 50 0
[pid=11908] ppid=11907 vsize=868372 CPUtime=24.6
/proc/11908/stat : 11908 (java) S 11907 11894 11507 0 -1 0 13617 0 1 0 2234 226 0 0 18 0 9 0 1990056912 889212928 5453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11908/statm: 217093 5453 2562 9 0 211640 0
[pid=11908/tid=11909] ppid=11907 vsize=868372 CPUtime=22.57
/proc/11908/task/11909/stat : 11909 (java) R 11907 11894 11507 0 -1 64 10111 0 1 0 2074 183 0 0 25 0 9 0 1990056913 889212928 5453 996147200 134512640 134550740 4294955952 18446744073709551615 4126544387 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11910] ppid=11907 vsize=868372 CPUtime=1.79
/proc/11908/task/11910/stat : 11910 (java) S 11907 11894 11507 0 -1 64 1355 0 0 0 138 41 0 0 16 0 9 0 1990056914 889212928 5453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11911] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11911/stat : 11911 (java) S 11907 11894 11507 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990056914 889212928 5453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11912] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11912/stat : 11912 (java) S 11907 11894 11507 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990056914 889212928 5453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=11908/tid=11914] ppid=11907 vsize=868372 CPUtime=0.21
/proc/11908/task/11914/stat : 11914 (java) S 11907 11894 11507 0 -1 64 1460 0 0 0 20 1 0 0 17 0 9 0 1990056916 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11915] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11915/stat : 11915 (java) S 11907 11894 11507 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990056916 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11916] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11916/stat : 11916 (java) S 11907 11894 11507 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990056916 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 157.95
Current children cumulated vsize (KiB) 887328

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

[startup+179.202 s]
/proc/loadavg: 3.09 2.57 2.16 3/95 11916
/proc/meminfo: memFree=15208/2055920 swapFree=4180240/4192956
[pid=11894] ppid=11892 vsize=13600 CPUtime=0.31
/proc/11894/stat : 11894 (sugar) S 11892 11894 11507 0 -1 4194304 974 4299 0 1 3 0 25 3 16 0 1 0 1990056877 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11894/statm: 3400 797 370 3 0 500 0
[pid=11907] ppid=11894 vsize=5356 CPUtime=0
/proc/11907/stat : 11907 (sh) S 11894 11894 11507 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990056911 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11907/statm: 1339 233 193 169 0 50 0
[pid=11908] ppid=11907 vsize=868372 CPUtime=173.88
/proc/11908/stat : 11908 (java) S 11907 11894 11507 0 -1 0 59660 0 1 0 15776 1612 0 0 18 0 9 0 1990056912 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11908/statm: 217093 5456 2562 9 0 211640 0
[pid=11908/tid=11909] ppid=11907 vsize=868372 CPUtime=160.76
/proc/11908/task/11909/stat : 11909 (java) R 11907 11894 11507 0 -1 64 56151 0 1 0 14762 1314 0 0 25 0 9 0 1990056913 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11910] ppid=11907 vsize=868372 CPUtime=12.87
/proc/11908/task/11910/stat : 11910 (java) S 11907 11894 11507 0 -1 64 1357 0 0 0 992 295 0 0 16 0 9 0 1990056914 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11911] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11911/stat : 11911 (java) S 11907 11894 11507 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990056914 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11912] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11912/stat : 11912 (java) S 11907 11894 11507 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990056914 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11913] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11913/stat : 11913 (java) S 11907 11894 11507 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990056916 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11914] ppid=11907 vsize=868372 CPUtime=0.21
/proc/11908/task/11914/stat : 11914 (java) S 11907 11894 11507 0 -1 64 1460 0 0 0 20 1 0 0 17 0 9 0 1990056916 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11915] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11915/stat : 11915 (java) S 11907 11894 11507 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990056916 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11916] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11916/stat : 11916 (java) S 11907 11894 11507 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990056916 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 174.19
Current children cumulated vsize (KiB) 887328

[startup+185.602 s]
/proc/loadavg: 3.17 2.60 2.17 3/95 11916
/proc/meminfo: memFree=15208/2055920 swapFree=4180240/4192956
[pid=11894] ppid=11892 vsize=13600 CPUtime=0.31
/proc/11894/stat : 11894 (sugar) S 11892 11894 11507 0 -1 4194304 974 4299 0 1 3 0 25 3 16 0 1 0 1990056877 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11894/statm: 3400 797 370 3 0 500 0
[pid=11907] ppid=11894 vsize=5356 CPUtime=0
/proc/11907/stat : 11907 (sh) S 11894 11894 11507 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990056911 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11907/statm: 1339 233 193 169 0 50 0
[pid=11908] ppid=11907 vsize=868372 CPUtime=180.05
/proc/11908/stat : 11908 (java) S 11907 11894 11507 0 -1 0 61561 0 1 0 16330 1675 0 0 18 0 9 0 1990056912 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11908/statm: 217093 5456 2562 9 0 211640 0
[pid=11908/tid=11909] ppid=11907 vsize=868372 CPUtime=166.46
/proc/11908/task/11909/stat : 11909 (java) R 11907 11894 11507 0 -1 64 58052 0 1 0 15279 1367 0 0 25 0 9 0 1990056913 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4126878364 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11910] ppid=11907 vsize=868372 CPUtime=13.35
/proc/11908/task/11910/stat : 11910 (java) S 11907 11894 11507 0 -1 64 1357 0 0 0 1029 306 0 0 16 0 9 0 1990056914 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11911] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11911/stat : 11911 (java) S 11907 11894 11507 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990056914 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11912] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11912/stat : 11912 (java) S 11907 11894 11507 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990056914 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11913] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11913/stat : 11913 (java) S 11907 11894 11507 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990056916 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11914] ppid=11907 vsize=868372 CPUtime=0.21
/proc/11908/task/11914/stat : 11914 (java) S 11907 11894 11507 0 -1 64 1460 0 0 0 20 1 0 0 17 0 9 0 1990056916 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11915] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11915/stat : 11915 (java) S 11907 11894 11507 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990056916 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11916] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11916/stat : 11916 (java) S 11907 11894 11507 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990056916 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 180.36
Current children cumulated vsize (KiB) 887328

[startup+188.803 s]
/proc/loadavg: 3.47 2.67 2.19 3/95 11916
/proc/meminfo: memFree=15784/2055920 swapFree=4180240/4192956
[pid=11894] ppid=11892 vsize=13600 CPUtime=0.31
/proc/11894/stat : 11894 (sugar) S 11892 11894 11507 0 -1 4194304 974 4299 0 1 3 0 25 3 16 0 1 0 1990056877 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11894/statm: 3400 797 370 3 0 500 0
[pid=11907] ppid=11894 vsize=5356 CPUtime=0
/proc/11907/stat : 11907 (sh) S 11894 11894 11507 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990056911 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11907/statm: 1339 233 193 169 0 50 0
[pid=11908] ppid=11907 vsize=868372 CPUtime=183.14
/proc/11908/stat : 11908 (java) S 11907 11894 11507 0 -1 0 62516 0 1 0 16609 1705 0 0 18 0 9 0 1990056912 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11908/statm: 217093 5456 2562 9 0 211640 0
[pid=11908/tid=11909] ppid=11907 vsize=868372 CPUtime=169.33
/proc/11908/task/11909/stat : 11909 (java) R 11907 11894 11507 0 -1 64 59007 0 1 0 15541 1392 0 0 25 0 9 0 1990056913 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4126878328 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11910] ppid=11907 vsize=868372 CPUtime=13.57
/proc/11908/task/11910/stat : 11910 (java) S 11907 11894 11507 0 -1 64 1357 0 0 0 1046 311 0 0 16 0 9 0 1990056914 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11911] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11911/stat : 11911 (java) S 11907 11894 11507 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990056914 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11912] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11912/stat : 11912 (java) S 11907 11894 11507 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990056914 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11913] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11913/stat : 11913 (java) S 11907 11894 11507 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990056916 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11914] ppid=11907 vsize=868372 CPUtime=0.21
/proc/11908/task/11914/stat : 11914 (java) S 11907 11894 11507 0 -1 64 1460 0 0 0 20 1 0 0 17 0 9 0 1990056916 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11915] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11915/stat : 11915 (java) S 11907 11894 11507 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990056916 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11916] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11916/stat : 11916 (java) S 11907 11894 11507 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990056916 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 183.45
Current children cumulated vsize (KiB) 887328

[startup+190.408 s]
/proc/loadavg: 3.47 2.67 2.19 3/95 11916
/proc/meminfo: memFree=15144/2055920 swapFree=4180240/4192956
[pid=11894] ppid=11892 vsize=13600 CPUtime=0.31
/proc/11894/stat : 11894 (sugar) S 11892 11894 11507 0 -1 4194304 974 4299 0 1 3 0 25 3 16 0 1 0 1990056877 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11894/statm: 3400 797 370 3 0 500 0
[pid=11907] ppid=11894 vsize=5356 CPUtime=0
/proc/11907/stat : 11907 (sh) S 11894 11894 11507 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990056911 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11907/statm: 1339 233 193 169 0 50 0
[pid=11908] ppid=11907 vsize=868372 CPUtime=184.69
/proc/11908/stat : 11908 (java) S 11907 11894 11507 0 -1 0 62995 0 1 0 16746 1723 0 0 18 0 9 0 1990056912 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11908/statm: 217093 5456 2562 9 0 211640 0
[pid=11908/tid=11909] ppid=11907 vsize=868372 CPUtime=170.77
/proc/11908/task/11909/stat : 11909 (java) R 11907 11894 11507 0 -1 64 59486 0 1 0 15669 1408 0 0 25 0 9 0 1990056913 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11910] ppid=11907 vsize=868372 CPUtime=13.68
/proc/11908/task/11910/stat : 11910 (java) S 11907 11894 11507 0 -1 64 1357 0 0 0 1055 313 0 0 15 0 9 0 1990056914 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11911] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11911/stat : 11911 (java) S 11907 11894 11507 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990056914 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11912] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11912/stat : 11912 (java) S 11907 11894 11507 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990056914 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11913] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11913/stat : 11913 (java) S 11907 11894 11507 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990056916 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11914] ppid=11907 vsize=868372 CPUtime=0.21
/proc/11908/task/11914/stat : 11914 (java) S 11907 11894 11507 0 -1 64 1460 0 0 0 20 1 0 0 17 0 9 0 1990056916 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11915] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11915/stat : 11915 (java) S 11907 11894 11507 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990056916 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11908/tid=11916] ppid=11907 vsize=868372 CPUtime=0
/proc/11908/task/11916/stat : 11916 (java) S 11907 11894 11507 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990056916 889212928 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 185
Current children cumulated vsize (KiB) 887328

[startup+191.202 s]
/proc/loadavg: 3.47 2.67 2.19 3/95 11916
/proc/meminfo: memFree=15144/2055920 swapFree=4180240/4192956
[pid=11894] ppid=11892 vsize=13600 CPUtime=185.73
/proc/11894/stat : 11894 (sugar) R 11892 11894 11507 0 -1 4194304 996 67644 0 2 3 54 16787 1729 16 0 1 0 1990056877 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240577647657 0 0 4224 16386 0 0 0 17 1 0 0
/proc/11894/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 185.73
Current children cumulated vsize (KiB) 13600

[startup+192.001 s]
/proc/loadavg: 3.47 2.67 2.19 3/85 11916
/proc/meminfo: memFree=1593208/2055920 swapFree=4180240/4192956
[pid=11894] ppid=11892 vsize=13600 CPUtime=186.22
/proc/11894/stat : 11894 (sugar) D 11892 11894 11507 0 -1 4194304 996 67644 0 2 3 103 16787 1729 15 0 1 0 1990056877 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240577647657 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/11894/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 186.22
Current children cumulated vsize (KiB) 13600

[startup+192.201 s]
/proc/loadavg: 3.47 2.67 2.19 3/85 11916
/proc/meminfo: memFree=1593208/2055920 swapFree=4180240/4192956
[pid=11894] ppid=11892 vsize=13600 CPUtime=186.22
/proc/11894/stat : 11894 (sugar) D 11892 11894 11507 0 -1 4194304 996 67644 0 2 3 103 16787 1729 15 0 1 0 1990056877 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240577647657 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/11894/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 186.22
Current children cumulated vsize (KiB) 13600

[startup+192.301 s]
/proc/loadavg: 3.47 2.67 2.19 3/85 11916
/proc/meminfo: memFree=1593208/2055920 swapFree=4180240/4192956
[pid=11894] ppid=11892 vsize=13600 CPUtime=186.23
/proc/11894/stat : 11894 (sugar) D 11892 11894 11507 0 -1 4194304 996 67644 0 2 3 104 16787 1729 15 0 1 0 1990056877 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240577647657 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/11894/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 186.23
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 192.38
CPU time (s): 186.267
CPU user time (s): 167.918
CPU system time (s): 18.3482
CPU usage (%): 96.8224
Max. virtual memory (cumulated for all children) (KiB): 887328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 167.918
system time used= 18.3482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68670
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= 402877
involuntary context switches= 407686

runsolver used 0.248962 second user time and 0.659899 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-03 20:47:29
IDJOB=1057379
IDBENCH=54030
IDSOLVER=345
FILE ID=node50/1057379-1215110849
PBS_JOBID= 7877105
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+picosat
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/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057379-1215110849/watcher-1057379-1215110849 -o /tmp/evaluation-result-1057379-1215110849/solver-1057379-1215110849 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1057379-1215110849.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ef266a4a7cedf640392e963b63a09d73
RANDOM SEED=2051218007

node50.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.261
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.261
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:       1475616 kB
Buffers:         65028 kB
Cached:         395952 kB
SwapCached:       6724 kB
Active:         234912 kB
Inactive:       272948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1475616 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            1320 kB
Writeback:           0 kB
Mapped:          64120 kB
Slab:            57420 kB
Committed_AS:  3891508 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= 66520 MiB
End job on node50 at 2008-07-03 20:50:41