Trace number 2077857

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.14.6+picosat? 206.53 214.865

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-40-2-7.xml
MD5SUMdd73b653e941c848140715c0efeb13bc
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark62.8854
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity9
Maximum domain size46
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

0.06/0.22	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.23	c 0	BEGIN Sun Jul 12 04:33:00 2009
0.06/0.23	c 0	PID 27823
0.06/0.24	c 0	HOST node44.alineos.net
0.06/0.24	c 0	CONVERTING HOME/instance-2077857-1247365980.xml TO HOME/temp.csp
0.06/0.24	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077857-1247365980.xml' 'HOME/temp.csp'
0.07/0.59	c 0	1 domains, 100 variables, 40 predicates, 0 relations, 40 constraints
0.07/0.62	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.62	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.34/0.70	c 0	Parsing HOME/temp.csp
0.34/0.75	c 1	parsed 181 expressions
0.34/0.76	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.34/0.76	c 1	Converting to clausal form CSP
0.34/0.78	c 1	converted 19 (10%) expressions
0.34/0.78	c 1	converted 37 (20%) expressions
0.34/0.79	c 1	converted 55 (30%) expressions
0.34/0.79	c 1	converted 73 (40%) expressions
0.34/0.79	c 1	converted 91 (50%) expressions
0.34/0.79	c 1	converted 109 (60%) expressions
0.34/0.79	c 1	converted 127 (70%) expressions
0.34/0.80	c 1	converted 145 (80%) expressions
0.34/0.86	c 1	converted 163 (90%) expressions
0.69/1.00	c 1	converted 181 (100%) expressions
0.69/1.00	c 1	CSP : 352 integers, 0 booleans, 584 clauses, largest domain size 4186
0.69/1.00	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.69/1.00	c 1	Propagation in CSP
0.69/1.03	c 1	56178 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.69/1.03	c 1	CSP : 352 integers, 0 booleans, 584 clauses, largest domain size 4186
0.69/1.03	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.69/1.03	c 1	Simplifing CSP by introducing new Boolean variables
0.69/1.04	c 1	CSP : 352 integers, 0 booleans, 584 clauses, largest domain size 4186
0.69/1.04	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.69/1.06	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.69/1.08	c 1	36 (10%) CSP integer variables are encoded (1452 clauses, 16779 bytes)
0.69/1.08	c 1	71 (20%) CSP integer variables are encoded (2687 clauses, 32834 bytes)
0.69/1.10	c 1	106 (30%) CSP integer variables are encoded (14533 clauses, 196095 bytes)
0.79/1.15	c 1	141 (40%) CSP integer variables are encoded (55868 clauses, 816120 bytes)
0.89/1.21	c 1	176 (50%) CSP integer variables are encoded (100987 clauses, 1495222 bytes)
0.89/1.29	c 1	212 (60%) CSP integer variables are encoded (162520 clauses, 2541283 bytes)
0.99/1.37	c 1	247 (70%) CSP integer variables are encoded (218394 clauses, 3491141 bytes)
1.09/1.42	c 1	282 (80%) CSP integer variables are encoded (256856 clauses, 4144995 bytes)
1.19/1.53	c 1	317 (90%) CSP integer variables are encoded (335845 clauses, 5487808 bytes)
1.28/1.62	c 1	352 (100%) CSP integer variables are encoded (400859 clauses, 6593046 bytes)
1.68/2.00	c 2	59 (10%) CSP clauses are encoded (612049 clauses, 10412626 bytes)
12.97/13.44	c 13	117 (20%) CSP clauses are encoded (7043595 clauses, 138804892 bytes)
26.30/27.20	c 27	176 (30%) CSP clauses are encoded (14699019 clauses, 291700787 bytes)
60.24/61.67	c 61	234 (40%) CSP clauses are encoded (33522933 clauses, 716235461 bytes)
72.38/74.07	c 74	292 (50%) CSP clauses are encoded (40699500 clauses, 880491632 bytes)
101.39/103.65	c 103	351 (60%) CSP clauses are encoded (56888725 clauses, 1251249387 bytes)
116.05/118.61	c 118	409 (70%) CSP clauses are encoded (65051923 clauses, 1438129843 bytes)
141.32/144.79	c 145	468 (80%) CSP clauses are encoded (79354859 clauses, 1764882251 bytes)
178.42/183.00	c 183	526 (90%) CSP clauses are encoded (101026358 clauses, 2260737769 bytes)
205.43/210.99	c 211	584 (100%) CSP clauses are encoded (116525776 clauses, 2616067311 bytes)
205.43/210.99	c 211	584 CSP clauses encoded
205.52/211.10	c 211	Writing map file : HOME/temp.map
205.53/211.35	c 211	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
205.53/211.35	c 211	SAT : 401206 SAT variables, 116525776 SAT clauses, 2616067311 bytes
205.53/211.35	c 211	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
205.54/211.65	c 211	SOLVING HOME/temp.cnf
205.54/211.65	c 211	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
205.54/212.11	c 212	*** picosat: can not read input file 'HOME/temp.cnf'
205.54/212.11	c 212	DECODING HOME/temp.out WITH HOME/temp.map
205.54/212.11	c ERROR no output file HOME/temp.out
205.54/212.11	s UNKNOWN
205.54/212.11	c 212	CPU 205.55 (0.06 0.02 185.08 20.39)
205.54/212.11	c 212	END Sun Jul 12 04:36:32 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077857-1247365980/watcher-2077857-1247365980 -o /tmp/evaluation-result-2077857-1247365980/solver-2077857-1247365980 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2077857-1247365980.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.63 2.65 2.44 4/82 27823
/proc/meminfo: memFree=1525824/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=18576 CPUtime=0
/proc/27823/stat : 27823 (runsolver) R 27821 27823 23988 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 23661850 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27823/statm: 4644 284 249 26 0 2626 0

[startup+0.085377 s]
/proc/loadavg: 2.63 2.65 2.44 4/82 27823
/proc/meminfo: memFree=1525824/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=12272 CPUtime=0
/proc/27823/stat : 27823 (sugar) D 27821 27823 23988 0 -1 4194304 400 0 0 0 0 0 0 0 18 0 1 0 23661850 12566528 368 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/27823/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101377 s]
/proc/loadavg: 2.63 2.65 2.44 4/82 27823
/proc/meminfo: memFree=1525824/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=12412 CPUtime=0
/proc/27823/stat : 27823 (sugar) R 27821 27823 23988 0 -1 4194304 455 0 0 0 0 0 0 0 18 0 1 0 23661850 12709888 423 996147200 4194304 4206940 548682068608 18446744073709551615 264858023511 0 0 4224 0 0 0 0 17 1 0 0
/proc/27823/statm: 3103 423 286 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301401 s]
/proc/loadavg: 2.63 2.65 2.44 4/82 27823
/proc/meminfo: memFree=1525824/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=0.07
/proc/27823/stat : 27823 (sugar) S 27821 27823 23988 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 23661850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27823/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701442 s]
/proc/loadavg: 2.63 2.65 2.44 4/82 27823
/proc/meminfo: memFree=1525824/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=0.34
/proc/27823/stat : 27823 (sugar) S 27821 27823 23988 0 -1 4194304 1292 4328 0 1 5 2 23 4 16 0 1 0 23661850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27823/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 16868

[startup+1.50161 s]
/proc/loadavg: 2.63 2.65 2.44 4/93 27845
/proc/meminfo: memFree=1510248/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=0.34
/proc/27823/stat : 27823 (sugar) S 27821 27823 23988 0 -1 4194304 1310 4328 0 1 5 2 23 4 15 0 1 0 23661850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27823/statm: 4217 1111 409 3 0 796 0
[pid=27836] ppid=27823 vsize=5356 CPUtime=0
/proc/27836/stat : 27836 (sh) S 27823 27823 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23661912 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27836/statm: 1339 233 193 169 0 50 0
[pid=27837] ppid=27836 vsize=868588 CPUtime=0.85
/proc/27837/stat : 27837 (java) S 27836 27823 23988 0 -1 0 6356 0 1 0 78 7 0 0 18 0 9 0 23661912 889434112 5474 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27837/statm: 217147 5474 2589 9 0 211624 0
[pid=27837/tid=27838] ppid=27836 vsize=868588 CPUtime=0.61
/proc/27837/task/27838/stat : 27838 (java) R 27836 27823 23988 0 -1 64 2833 0 1 0 57 4 0 0 20 0 9 0 23661913 889434112 5474 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27839] ppid=27836 vsize=868588 CPUtime=0.05
/proc/27837/task/27839/stat : 27839 (java) S 27836 27823 23988 0 -1 64 1361 0 0 0 5 0 0 0 15 0 9 0 23661914 889434112 5474 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27840] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27840/stat : 27840 (java) S 27836 27823 23988 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23661915 889434112 5474 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27841] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27841/stat : 27841 (java) S 27836 27823 23988 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23661915 889434112 5474 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27842] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27842/stat : 27842 (java) S 27836 27823 23988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23661917 889434112 5474 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27843] ppid=27836 vsize=868588 CPUtime=0.14
/proc/27837/task/27843/stat : 27843 (java) S 27836 27823 23988 0 -1 64 1463 0 0 0 14 0 0 0 16 0 9 0 23661917 889434112 5474 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27844] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27844/stat : 27844 (java) S 27836 27823 23988 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23661917 889434112 5474 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27845] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27845/stat : 27845 (java) S 27836 27823 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23661917 889434112 5474 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 890812

[startup+3.10269 s]
/proc/loadavg: 2.63 2.65 2.44 3/93 27845
/proc/meminfo: memFree=1497640/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=0.34
/proc/27823/stat : 27823 (sugar) S 27821 27823 23988 0 -1 4194304 1310 4328 0 1 5 2 23 4 15 0 1 0 23661850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27823/statm: 4217 1111 409 3 0 796 0
[pid=27836] ppid=27823 vsize=5356 CPUtime=0
/proc/27836/stat : 27836 (sh) S 27823 27823 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23661912 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27836/statm: 1339 233 193 169 0 50 0
[pid=27837] ppid=27836 vsize=868588 CPUtime=2.42
/proc/27837/stat : 27837 (java) S 27836 27823 23988 0 -1 0 6871 0 1 0 222 20 0 0 18 0 9 0 23661912 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27837/statm: 217147 5494 2589 9 0 211624 0
[pid=27837/tid=27838] ppid=27836 vsize=868588 CPUtime=2.05
/proc/27837/task/27838/stat : 27838 (java) R 27836 27823 23988 0 -1 64 3331 0 1 0 191 14 0 0 25 0 9 0 23661913 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4126811201 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27839] ppid=27836 vsize=868588 CPUtime=0.17
/proc/27837/task/27839/stat : 27839 (java) S 27836 27823 23988 0 -1 64 1361 0 0 0 14 3 0 0 16 0 9 0 23661914 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27840] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27840/stat : 27840 (java) S 27836 27823 23988 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23661915 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27841] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27841/stat : 27841 (java) S 27836 27823 23988 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23661915 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27842] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27842/stat : 27842 (java) S 27836 27823 23988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23661917 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27843] ppid=27836 vsize=868588 CPUtime=0.17
/proc/27837/task/27843/stat : 27843 (java) S 27836 27823 23988 0 -1 64 1480 0 0 0 16 1 0 0 16 0 9 0 23661917 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27844] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27844/stat : 27844 (java) S 27836 27823 23988 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23661917 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27845] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27845/stat : 27845 (java) S 27836 27823 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23661917 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 890812

[startup+6.30302 s]
/proc/loadavg: 2.58 2.64 2.44 3/93 27845
/proc/meminfo: memFree=1461480/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=0.34
/proc/27823/stat : 27823 (sugar) S 27821 27823 23988 0 -1 4194304 1310 4328 0 1 5 2 23 4 15 0 1 0 23661850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27823/statm: 4217 1111 409 3 0 796 0
[pid=27836] ppid=27823 vsize=5356 CPUtime=0
/proc/27836/stat : 27836 (sh) S 27823 27823 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23661912 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27836/statm: 1339 233 193 169 0 50 0
[pid=27837] ppid=27836 vsize=868588 CPUtime=5.59
/proc/27837/stat : 27837 (java) S 27836 27823 23988 0 -1 0 7890 0 1 0 511 48 0 0 18 0 9 0 23661912 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27837/statm: 217147 5494 2589 9 0 211624 0
[pid=27837/tid=27838] ppid=27836 vsize=868588 CPUtime=4.99
/proc/27837/task/27838/stat : 27838 (java) R 27836 27823 23988 0 -1 64 4350 0 1 0 462 37 0 0 25 0 9 0 23661913 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4126849667 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27839] ppid=27836 vsize=868588 CPUtime=0.4
/proc/27837/task/27839/stat : 27839 (java) S 27836 27823 23988 0 -1 64 1361 0 0 0 32 8 0 0 16 0 9 0 23661914 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27840] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27840/stat : 27840 (java) S 27836 27823 23988 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23661915 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27841] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27841/stat : 27841 (java) S 27836 27823 23988 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23661915 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27842] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27842/stat : 27842 (java) S 27836 27823 23988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23661917 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27843] ppid=27836 vsize=868588 CPUtime=0.17
/proc/27837/task/27843/stat : 27843 (java) S 27836 27823 23988 0 -1 64 1480 0 0 0 16 1 0 0 16 0 9 0 23661917 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27844] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27844/stat : 27844 (java) S 27836 27823 23988 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23661917 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27845] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27845/stat : 27845 (java) S 27836 27823 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23661917 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 890812

[startup+12.7028 s]
/proc/loadavg: 2.53 2.63 2.43 3/93 27845
/proc/meminfo: memFree=1387816/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=0.34
/proc/27823/stat : 27823 (sugar) S 27821 27823 23988 0 -1 4194304 1310 4328 0 1 5 2 23 4 15 0 1 0 23661850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27823/statm: 4217 1111 409 3 0 796 0
[pid=27836] ppid=27823 vsize=5356 CPUtime=0
/proc/27836/stat : 27836 (sh) S 27823 27823 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23661912 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27836/statm: 1339 233 193 169 0 50 0
[pid=27837] ppid=27836 vsize=868588 CPUtime=11.94
/proc/27837/stat : 27837 (java) S 27836 27823 23988 0 -1 0 9949 0 1 0 1086 108 0 0 18 0 9 0 23661912 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27837/statm: 217147 5494 2589 9 0 211624 0
[pid=27837/tid=27838] ppid=27836 vsize=868588 CPUtime=10.79
/proc/27837/task/27838/stat : 27838 (java) R 27836 27823 23988 0 -1 64 6409 0 1 0 994 85 0 0 25 0 9 0 23661913 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27839] ppid=27836 vsize=868588 CPUtime=0.94
/proc/27837/task/27839/stat : 27839 (java) S 27836 27823 23988 0 -1 64 1361 0 0 0 74 20 0 0 15 0 9 0 23661914 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27840] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27840/stat : 27840 (java) S 27836 27823 23988 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23661915 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27841] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27841/stat : 27841 (java) S 27836 27823 23988 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23661915 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27842] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27842/stat : 27842 (java) S 27836 27823 23988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23661917 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27843] ppid=27836 vsize=868588 CPUtime=0.17
/proc/27837/task/27843/stat : 27843 (java) S 27836 27823 23988 0 -1 64 1480 0 0 0 16 1 0 0 17 0 9 0 23661917 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27844] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27844/stat : 27844 (java) S 27836 27823 23988 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23661917 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27845] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27845/stat : 27845 (java) S 27836 27823 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23661917 889434112 5494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 890812

[startup+25.503 s]
/proc/loadavg: 2.49 2.62 2.43 4/93 27845
/proc/meminfo: memFree=1239144/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=0.34
/proc/27823/stat : 27823 (sugar) S 27821 27823 23988 0 -1 4194304 1310 4328 0 1 5 2 23 4 16 0 1 0 23661850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27823/statm: 4217 1111 409 3 0 796 0
[pid=27836] ppid=27823 vsize=5356 CPUtime=0
/proc/27836/stat : 27836 (sh) S 27823 27823 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23661912 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27836/statm: 1339 233 193 169 0 50 0
[pid=27837] ppid=27836 vsize=868588 CPUtime=24.39
/proc/27837/stat : 27837 (java) S 27836 27823 23988 0 -1 0 14000 0 1 0 2222 217 0 0 18 0 9 0 23661912 889434112 5495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27837/statm: 217147 5495 2589 9 0 211624 0
[pid=27837/tid=27838] ppid=27836 vsize=868588 CPUtime=22.26
/proc/27837/task/27838/stat : 27838 (java) R 27836 27823 23988 0 -1 64 10459 0 1 0 2054 172 0 0 25 0 9 0 23661913 889434112 5495 996147200 134512640 134550932 4294955936 18446744073709551615 4126806588 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27839] ppid=27836 vsize=868588 CPUtime=1.94
/proc/27837/task/27839/stat : 27839 (java) S 27836 27823 23988 0 -1 64 1362 0 0 0 151 43 0 0 16 0 9 0 23661914 889434112 5495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27840] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27840/stat : 27840 (java) S 27836 27823 23988 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23661915 889434112 5495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27841] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27841/stat : 27841 (java) S 27836 27823 23988 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23661915 889434112 5495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27842] ppid=27836 vsize=868588 CPUtime=0

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

[pid=27837/tid=27843] ppid=27836 vsize=868588 CPUtime=0.17
/proc/27837/task/27843/stat : 27843 (java) S 27836 27823 23988 0 -1 64 1480 0 0 0 16 1 0 0 16 0 9 0 23661917 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27844] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27844/stat : 27844 (java) S 27836 27823 23988 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23661917 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27845] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27845/stat : 27845 (java) S 27836 27823 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23661917 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.37
Current children cumulated vsize (KiB) 890812

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

[startup+179.203 s]
/proc/loadavg: 2.57 2.59 2.45 3/93 27845
/proc/meminfo: memFree=15912/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=0.35
/proc/27823/stat : 27823 (sugar) S 27821 27823 23988 0 -1 4194304 1310 4328 0 1 6 2 23 4 16 0 1 0 23661850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27823/statm: 4217 1111 409 3 0 796 0
[pid=27836] ppid=27823 vsize=5356 CPUtime=0
/proc/27836/stat : 27836 (sh) S 27823 27823 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23661912 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27836/statm: 1339 233 193 169 0 50 0
[pid=27837] ppid=27836 vsize=868588 CPUtime=174.41
/proc/27837/stat : 27837 (java) S 27836 27823 23988 0 -1 0 64502 0 1 0 15716 1725 0 0 18 0 9 0 23661912 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27837/statm: 217147 5497 2589 9 0 211624 0
[pid=27837/tid=27838] ppid=27836 vsize=868588 CPUtime=160.24
/proc/27837/task/27838/stat : 27838 (java) R 27836 27823 23988 0 -1 64 60959 0 1 0 14639 1385 0 0 25 0 9 0 23661913 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 101459232 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27837/tid=27839] ppid=27836 vsize=868588 CPUtime=13.96
/proc/27837/task/27839/stat : 27839 (java) S 27836 27823 23988 0 -1 64 1364 0 0 0 1059 337 0 0 16 0 9 0 23661914 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27837/tid=27840] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27840/stat : 27840 (java) S 27836 27823 23988 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23661915 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27841] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27841/stat : 27841 (java) S 27836 27823 23988 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23661915 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27842] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27842/stat : 27842 (java) S 27836 27823 23988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23661917 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27843] ppid=27836 vsize=868588 CPUtime=0.17
/proc/27837/task/27843/stat : 27843 (java) S 27836 27823 23988 0 -1 64 1480 0 0 0 16 1 0 0 16 0 9 0 23661917 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27844] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27844/stat : 27844 (java) S 27836 27823 23988 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23661917 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27845] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27845/stat : 27845 (java) S 27836 27823 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23661917 889434112 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 174.76
Current children cumulated vsize (KiB) 890812

[startup+192.002 s]
/proc/loadavg: 2.48 2.57 2.45 3/93 27845
/proc/meminfo: memFree=16680/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=0.35
/proc/27823/stat : 27823 (sugar) S 27821 27823 23988 0 -1 4194304 1310 4328 0 1 6 2 23 4 16 0 1 0 23661850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27823/statm: 4217 1111 409 3 0 796 0
[pid=27836] ppid=27823 vsize=5356 CPUtime=0
/proc/27836/stat : 27836 (sh) S 27823 27823 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23661912 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27836/statm: 1339 233 193 169 0 50 0
[pid=27837] ppid=27836 vsize=868588 CPUtime=186.79
/proc/27837/stat : 27837 (java) S 27836 27823 23988 0 -1 0 68719 0 1 0 16826 1853 0 0 18 0 9 0 23661912 889434112 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27837/statm: 217147 5498 2589 9 0 211624 0
[pid=27837/tid=27838] ppid=27836 vsize=868588 CPUtime=171.64
/proc/27837/task/27838/stat : 27838 (java) R 27836 27823 23988 0 -1 64 65175 0 1 0 15676 1488 0 0 25 0 9 0 23661913 889434112 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27837/tid=27839] ppid=27836 vsize=868588 CPUtime=14.95
/proc/27837/task/27839/stat : 27839 (java) S 27836 27823 23988 0 -1 64 1365 0 0 0 1133 362 0 0 15 0 9 0 23661914 889434112 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27837/tid=27840] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27840/stat : 27840 (java) S 27836 27823 23988 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23661915 889434112 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27841] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27841/stat : 27841 (java) S 27836 27823 23988 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23661915 889434112 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27842] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27842/stat : 27842 (java) S 27836 27823 23988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23661917 889434112 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27843] ppid=27836 vsize=868588 CPUtime=0.17
/proc/27837/task/27843/stat : 27843 (java) S 27836 27823 23988 0 -1 64 1480 0 0 0 16 1 0 0 16 0 9 0 23661917 889434112 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27844] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27844/stat : 27844 (java) S 27836 27823 23988 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23661917 889434112 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27845] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27845/stat : 27845 (java) S 27836 27823 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23661917 889434112 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 187.14
Current children cumulated vsize (KiB) 890812

[startup+204.802 s]
/proc/loadavg: 2.52 2.58 2.45 3/93 27845
/proc/meminfo: memFree=15656/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=0.35
/proc/27823/stat : 27823 (sugar) S 27821 27823 23988 0 -1 4194304 1310 4328 0 1 6 2 23 4 16 0 1 0 23661850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27823/statm: 4217 1111 409 3 0 796 0
[pid=27836] ppid=27823 vsize=5356 CPUtime=0
/proc/27836/stat : 27836 (sh) S 27823 27823 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23661912 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27836/statm: 1339 233 193 169 0 50 0
[pid=27837] ppid=27836 vsize=868588 CPUtime=199.2
/proc/27837/stat : 27837 (java) S 27836 27823 23988 0 -1 0 72930 0 1 0 17953 1967 0 0 18 0 9 0 23661912 889434112 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27837/statm: 217147 5498 2589 9 0 211624 0
[pid=27837/tid=27838] ppid=27836 vsize=868588 CPUtime=183.03
/proc/27837/task/27838/stat : 27838 (java) R 27836 27823 23988 0 -1 64 69386 0 1 0 16724 1579 0 0 25 0 9 0 23661913 889434112 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4126808052 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27837/tid=27839] ppid=27836 vsize=868588 CPUtime=15.96
/proc/27837/task/27839/stat : 27839 (java) S 27836 27823 23988 0 -1 64 1365 0 0 0 1211 385 0 0 16 0 9 0 23661914 889434112 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27837/tid=27840] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27840/stat : 27840 (java) S 27836 27823 23988 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23661915 889434112 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27841] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27841/stat : 27841 (java) S 27836 27823 23988 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23661915 889434112 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27842] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27842/stat : 27842 (java) S 27836 27823 23988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23661917 889434112 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27843] ppid=27836 vsize=868588 CPUtime=0.17
/proc/27837/task/27843/stat : 27843 (java) S 27836 27823 23988 0 -1 64 1480 0 0 0 16 1 0 0 16 0 9 0 23661917 889434112 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27844] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27844/stat : 27844 (java) S 27836 27823 23988 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23661917 889434112 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27845] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27845/stat : 27845 (java) S 27836 27823 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23661917 889434112 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 199.55
Current children cumulated vsize (KiB) 890812

[startup+211.203 s]
/proc/loadavg: 2.48 2.57 2.45 2/93 27845
/proc/meminfo: memFree=16616/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=0.35
/proc/27823/stat : 27823 (sugar) S 27821 27823 23988 0 -1 4194304 1310 4328 0 1 6 2 23 4 15 0 1 0 23661850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27823/statm: 4217 1111 409 3 0 796 0
[pid=27836] ppid=27823 vsize=5356 CPUtime=0
/proc/27836/stat : 27836 (sh) S 27823 27823 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23661912 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27836/statm: 1339 233 193 169 0 50 0
[pid=27837] ppid=27836 vsize=868588 CPUtime=205.17
/proc/27837/stat : 27837 (java) S 27836 27823 23988 0 -1 0 75086 0 3 0 18484 2033 0 0 18 0 9 0 23661912 889434112 5501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27837/statm: 217147 5501 2589 9 0 211624 0
[pid=27837/tid=27838] ppid=27836 vsize=868588 CPUtime=188.49
/proc/27837/task/27838/stat : 27838 (java) D 27836 27823 23988 0 -1 64 71542 0 3 0 17218 1631 0 0 22 0 9 0 23661913 889434112 5501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=27837/tid=27839] ppid=27836 vsize=868588 CPUtime=16.49
/proc/27837/task/27839/stat : 27839 (java) S 27836 27823 23988 0 -1 64 1365 0 0 0 1249 400 0 0 16 0 9 0 23661914 889434112 5501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27837/tid=27840] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27840/stat : 27840 (java) S 27836 27823 23988 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23661915 889434112 5501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27841] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27841/stat : 27841 (java) S 27836 27823 23988 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23661915 889434112 5501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27842] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27842/stat : 27842 (java) S 27836 27823 23988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23661917 889434112 5501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27843] ppid=27836 vsize=868588 CPUtime=0.17
/proc/27837/task/27843/stat : 27843 (java) S 27836 27823 23988 0 -1 64 1480 0 0 0 16 1 0 0 16 0 9 0 23661917 889434112 5501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27844] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27844/stat : 27844 (java) S 27836 27823 23988 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23661917 889434112 5501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27837/tid=27845] ppid=27836 vsize=868588 CPUtime=0
/proc/27837/task/27845/stat : 27845 (java) S 27836 27823 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23661917 889434112 5501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 205.52
Current children cumulated vsize (KiB) 890812

[startup+212.801 s]
/proc/loadavg: 2.48 2.57 2.45 3/83 27847
/proc/meminfo: memFree=452280/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=206.24
/proc/27823/stat : 27823 (sugar) R 27821 27823 23988 0 -1 4194304 1418 80051 0 9 6 71 18508 2039 17 0 1 0 23661850 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 0 0 0 17 1 0 0
/proc/27823/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 206.24
Current children cumulated vsize (KiB) 16868

[startup+213.601 s]
/proc/loadavg: 2.44 2.56 2.45 2/83 27847
/proc/meminfo: memFree=1721528/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=206.46
/proc/27823/stat : 27823 (sugar) D 27821 27823 23988 0 -1 4194304 1418 80051 0 9 6 93 18508 2039 15 0 1 0 23661850 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27823/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 206.46
Current children cumulated vsize (KiB) 16868

[startup+214.401 s]
/proc/loadavg: 2.44 2.56 2.45 2/83 27847
/proc/meminfo: memFree=1721528/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=206.49
/proc/27823/stat : 27823 (sugar) D 27821 27823 23988 0 -1 4194304 1418 80051 0 9 6 96 18508 2039 15 0 1 0 23661850 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27823/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 206.49
Current children cumulated vsize (KiB) 16868

[startup+214.801 s]
/proc/loadavg: 2.44 2.56 2.45 2/83 27847
/proc/meminfo: memFree=1721080/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=206.51
/proc/27823/stat : 27823 (sugar) D 27821 27823 23988 0 -1 4194304 1418 80051 0 9 6 98 18508 2039 15 0 1 0 23661850 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27823/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 206.51
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 214.865
CPU time (s): 206.53
CPU user time (s): 185.15
CPU system time (s): 21.3797
CPU usage (%): 96.1204
Max. virtual memory (cumulated for all children) (KiB): 890812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 185.15
system time used= 21.3797
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81529
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 624933
involuntary context switches= 627914

runsolver used 0.283956 second user time and 0.727889 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-12 04:33:00
IDJOB=2077857
IDBENCH=56680
IDSOLVER=738
FILE ID=node44/2077857-1247365980
PBS_JOBID= 9506993
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/primes-15/normalized-primes-15-40-2-7.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077857-1247365980/watcher-2077857-1247365980 -o /tmp/evaluation-result-2077857-1247365980/solver-2077857-1247365980 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2077857-1247365980.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= dd73b653e941c848140715c0efeb13bc
RANDOM SEED=542123580

node44.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.219
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.219
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:       1526432 kB
Buffers:          7148 kB
Cached:          78940 kB
SwapCached:          0 kB
Active:         420540 kB
Inactive:        52388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1526432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1388 kB
Writeback:           0 kB
Mapped:         407276 kB
Slab:            40936 kB
Committed_AS:   605304 kB
PageTables:       2696 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= 66384 MiB
End job on node44 at 2009-07-12 04:36:35