Trace number 2065691

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? 567.005 1529.73

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-80-3-7.xml
MD5SUM25b8155835a587b5dcb33e9db5fbd955
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 benchmark1.9577
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity10
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 20:59:27 2009
0.00/0.08	c 0	PID 16028
0.00/0.08	c 0	HOST node28.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2065691-1247338767.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065691-1247338767.xml' 'HOME/temp.csp'
0.06/0.46	c 0	1 domains, 100 variables, 80 predicates, 0 relations, 80 constraints
0.06/0.50	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.50	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.06/0.58	c 0	Parsing HOME/temp.csp
0.46/0.66	c 0	parsed 261 expressions
0.46/0.67	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.46/0.67	c 0	Converting to clausal form CSP
0.46/0.69	c 0	converted 27 (10%) expressions
0.46/0.69	c 0	converted 53 (20%) expressions
0.46/0.69	c 0	converted 79 (30%) expressions
0.46/0.69	c 0	converted 105 (40%) expressions
0.46/0.69	c 0	converted 131 (50%) expressions
0.46/0.69	c 0	converted 157 (60%) expressions
0.46/0.70	c 0	converted 183 (70%) expressions
0.46/0.76	c 1	converted 209 (80%) expressions
0.46/0.91	c 1	converted 235 (90%) expressions
0.46/0.96	c 1	converted 261 (100%) expressions
0.46/0.97	c 1	CSP : 688 integers, 0 booleans, 1336 clauses, largest domain size 30970
0.46/0.97	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.46/0.97	c 1	Propagation in CSP
0.93/1.01	c 1	597329 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.93/1.01	c 1	CSP : 688 integers, 0 booleans, 1336 clauses, largest domain size 30970
0.93/1.01	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.01	c 1	Simplifing CSP by introducing new Boolean variables
0.93/1.02	c 1	CSP : 688 integers, 0 booleans, 1336 clauses, largest domain size 30970
0.93/1.02	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.04	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.93/1.07	c 1	69 (10%) CSP integer variables are encoded (6455 clauses, 81788 bytes)
1.33/1.47	c 1	138 (20%) CSP integer variables are encoded (308070 clauses, 5015495 bytes)
2.21/2.32	c 2	207 (30%) CSP integer variables are encoded (948310 clauses, 15899575 bytes)
3.20/3.33	c 3	276 (40%) CSP integer variables are encoded (1691948 clauses, 29925742 bytes)
4.07/4.21	c 4	344 (50%) CSP integer variables are encoded (2340409 clauses, 42246501 bytes)
5.17/5.37	c 5	413 (60%) CSP integer variables are encoded (3211431 clauses, 58795919 bytes)
6.36/6.54	c 6	482 (70%) CSP integer variables are encoded (4081056 clauses, 75318794 bytes)
12.55/26.03	c 26	551 (80%) CSP integer variables are encoded (4783164 clauses, 88658846 bytes)
15.25/33.22	c 33	620 (90%) CSP integer variables are encoded (5645015 clauses, 105034015 bytes)
16.36/34.39	c 34	688 (100%) CSP integer variables are encoded (6552886 clauses, 122283564 bytes)
34.02/65.38	c 65	134 (10%) CSP clauses are encoded (13443866 clauses, 266727024 bytes)
507.11/1312.13	c 1312	ERROR Exception Too large HOME/temp.cnf
507.51/1314.61	c 1312	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
507.51/1314.61	c 1312	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
507.51/1314.61	c 1312	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
507.51/1314.61	s UNKNOWN
507.52/1322.33	c 1322	CPU 507.54 (0.06 0.01 419.75 87.72)
507.52/1322.33	c 1322	END Sat Jul 11 21:21:29 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-2065691-1247338767/watcher-2065691-1247338767 -o /tmp/evaluation-result-2065691-1247338767/solver-2065691-1247338767 -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-2065691-1247338767.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.00 2.05 2.16 4/82 16028
/proc/meminfo: memFree=1486096/2055920 swapFree=4192812/4192956
[pid=16028] ppid=16026 vsize=12268 CPUtime=0
/proc/16028/stat : 16028 (sugar) R 16026 16028 15341 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 20943311 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 217871776357 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16028/statm: 3067 316 241 3 0 167 0

[startup+0.0945069 s]
/proc/loadavg: 2.00 2.05 2.16 4/82 16028
/proc/meminfo: memFree=1486096/2055920 swapFree=4192812/4192956
[pid=16028] ppid=16026 vsize=16868 CPUtime=0.06
/proc/16028/stat : 16028 (sugar) S 16026 16028 15341 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20943311 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16028/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102511 s]
/proc/loadavg: 2.00 2.05 2.16 4/82 16028
/proc/meminfo: memFree=1486096/2055920 swapFree=4192812/4192956
[pid=16028] ppid=16026 vsize=16868 CPUtime=0.06
/proc/16028/stat : 16028 (sugar) S 16026 16028 15341 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20943311 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16028/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301539 s]
/proc/loadavg: 2.00 2.05 2.16 4/82 16028
/proc/meminfo: memFree=1486096/2055920 swapFree=4192812/4192956
[pid=16028] ppid=16026 vsize=16868 CPUtime=0.06
/proc/16028/stat : 16028 (sugar) S 16026 16028 15341 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20943311 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16028/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701578 s]
/proc/loadavg: 2.00 2.05 2.16 4/82 16028
/proc/meminfo: memFree=1486096/2055920 swapFree=4192812/4192956
[pid=16028] ppid=16026 vsize=16868 CPUtime=0.46
/proc/16028/stat : 16028 (sugar) S 16026 16028 15341 0 -1 4194304 1309 4554 0 1 5 1 38 2 15 0 1 0 20943311 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16028/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 16868

[startup+1.50167 s]
/proc/loadavg: 2.00 2.05 2.16 3/93 16050
/proc/meminfo: memFree=1471352/2055920 swapFree=4192812/4192956
[pid=16028] ppid=16026 vsize=16868 CPUtime=0.46
/proc/16028/stat : 16028 (sugar) S 16026 16028 15341 0 -1 4194304 1310 4554 0 1 5 1 38 2 16 0 1 0 20943311 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16028/statm: 4217 1111 409 3 0 796 0
[pid=16041] ppid=16028 vsize=5356 CPUtime=0
/proc/16041/stat : 16041 (sh) S 16028 16028 15341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20943362 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16041/statm: 1339 233 193 169 0 50 0
[pid=16042] ppid=16041 vsize=868580 CPUtime=0.96
/proc/16042/stat : 16042 (java) S 16041 16028 15341 0 -1 0 6514 0 1 0 89 7 0 0 18 0 9 0 20943362 889425920 5619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16042/statm: 217145 5619 2589 9 0 211622 0
[pid=16042/tid=16043] ppid=16041 vsize=868580 CPUtime=0.71
/proc/16042/task/16043/stat : 16043 (java) R 16041 16028 15341 0 -1 64 2849 0 1 0 66 5 0 0 21 0 9 0 20943363 889425920 5619 996147200 134512640 134550932 4294955936 18446744073709551615 4126873600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16044] ppid=16041 vsize=868580 CPUtime=0.06
/proc/16042/task/16044/stat : 16044 (java) S 16041 16028 15341 0 -1 64 1484 0 0 0 6 0 0 0 16 0 9 0 20943365 889425920 5619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16045] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16045/stat : 16045 (java) S 16041 16028 15341 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20943365 889425920 5619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16046] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16046/stat : 16046 (java) S 16041 16028 15341 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20943365 889425920 5619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16047] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16047/stat : 16047 (java) S 16041 16028 15341 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20943367 889425920 5619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16048] ppid=16041 vsize=868580 CPUtime=0.16
/proc/16042/task/16048/stat : 16048 (java) S 16041 16028 15341 0 -1 64 1482 0 0 0 15 1 0 0 16 0 9 0 20943367 889425920 5619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16049] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16049/stat : 16049 (java) S 16041 16028 15341 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20943367 889425920 5619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16050] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16050/stat : 16050 (java) R 16041 16028 15341 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20943367 889425920 5619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890804

[startup+3.10286 s]
/proc/loadavg: 2.00 2.05 2.15 3/93 16050
/proc/meminfo: memFree=1457016/2055920 swapFree=4192812/4192956
[pid=16028] ppid=16026 vsize=16868 CPUtime=0.46
/proc/16028/stat : 16028 (sugar) S 16026 16028 15341 0 -1 4194304 1310 4554 0 1 5 1 38 2 16 0 1 0 20943311 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16028/statm: 4217 1111 409 3 0 796 0
[pid=16041] ppid=16028 vsize=5356 CPUtime=0
/proc/16041/stat : 16041 (sh) S 16028 16028 15341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20943362 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16041/statm: 1339 233 193 169 0 50 0
[pid=16042] ppid=16041 vsize=868580 CPUtime=2.54
/proc/16042/stat : 16042 (java) S 16041 16028 15341 0 -1 0 7009 0 1 0 230 24 0 0 18 0 9 0 20943362 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16042/statm: 217145 5624 2589 9 0 211622 0
[pid=16042/tid=16043] ppid=16041 vsize=868580 CPUtime=2.14
/proc/16042/task/16043/stat : 16043 (java) R 16041 16028 15341 0 -1 64 3341 0 1 0 196 18 0 0 25 0 9 0 20943363 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16044] ppid=16041 vsize=868580 CPUtime=0.19
/proc/16042/task/16044/stat : 16044 (java) S 16041 16028 15341 0 -1 64 1484 0 0 0 16 3 0 0 16 0 9 0 20943365 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16045] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16045/stat : 16045 (java) S 16041 16028 15341 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20943365 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16046] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16046/stat : 16046 (java) S 16041 16028 15341 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20943365 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16047] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16047/stat : 16047 (java) S 16041 16028 15341 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20943367 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16048] ppid=16041 vsize=868580 CPUtime=0.17
/proc/16042/task/16048/stat : 16048 (java) S 16041 16028 15341 0 -1 64 1485 0 0 0 16 1 0 0 16 0 9 0 20943367 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16049] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16049/stat : 16049 (java) S 16041 16028 15341 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20943367 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16050] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16050/stat : 16050 (java) S 16041 16028 15341 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20943367 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890804

[startup+6.30224 s]
/proc/loadavg: 2.00 2.05 2.15 3/93 16050
/proc/meminfo: memFree=1410880/2055920 swapFree=4192812/4192956
[pid=16028] ppid=16026 vsize=16868 CPUtime=0.46
/proc/16028/stat : 16028 (sugar) S 16026 16028 15341 0 -1 4194304 1310 4554 0 1 5 1 38 2 16 0 1 0 20943311 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16028/statm: 4217 1111 409 3 0 796 0
[pid=16041] ppid=16028 vsize=5356 CPUtime=0
/proc/16041/stat : 16041 (sh) S 16028 16028 15341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20943362 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16041/statm: 1339 233 193 169 0 50 0
[pid=16042] ppid=16041 vsize=868580 CPUtime=5.7
/proc/16042/stat : 16042 (java) S 16041 16028 15341 0 -1 0 8008 0 1 0 514 56 0 0 18 0 9 0 20943362 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16042/statm: 217145 5624 2589 9 0 211622 0
[pid=16042/tid=16043] ppid=16041 vsize=868580 CPUtime=5.05
/proc/16042/task/16043/stat : 16043 (java) R 16041 16028 15341 0 -1 64 4340 0 1 0 461 44 0 0 25 0 9 0 20943363 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4126873647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16044] ppid=16041 vsize=868580 CPUtime=0.44
/proc/16042/task/16044/stat : 16044 (java) S 16041 16028 15341 0 -1 64 1484 0 0 0 34 10 0 0 16 0 9 0 20943365 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16045] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16045/stat : 16045 (java) S 16041 16028 15341 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20943365 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16046] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16046/stat : 16046 (java) S 16041 16028 15341 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20943365 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16047] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16047/stat : 16047 (java) S 16041 16028 15341 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20943367 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16048] ppid=16041 vsize=868580 CPUtime=0.17
/proc/16042/task/16048/stat : 16048 (java) S 16041 16028 15341 0 -1 64 1485 0 0 0 16 1 0 0 16 0 9 0 20943367 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16049] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16049/stat : 16049 (java) S 16041 16028 15341 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20943367 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16050] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16050/stat : 16050 (java) S 16041 16028 15341 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20943367 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890804

[startup+12.7028 s]
/proc/loadavg: 2.23 2.10 2.17 3/93 16050
/proc/meminfo: memFree=1391808/2055920 swapFree=4192812/4192956
[pid=16028] ppid=16026 vsize=16868 CPUtime=0.46
/proc/16028/stat : 16028 (sugar) S 16026 16028 15341 0 -1 4194304 1310 4554 0 1 5 1 38 2 16 0 1 0 20943311 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16028/statm: 4217 1111 409 3 0 796 0
[pid=16041] ppid=16028 vsize=5356 CPUtime=0
/proc/16041/stat : 16041 (sh) S 16028 16028 15341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20943362 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16041/statm: 1339 233 193 169 0 50 0
[pid=16042] ppid=16041 vsize=868580 CPUtime=7.52
/proc/16042/stat : 16042 (java) S 16041 16028 15341 0 -1 0 8103 0 1 0 660 92 0 0 18 0 9 0 20943362 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16042/statm: 217145 5624 2589 9 0 211622 0
[pid=16042/tid=16043] ppid=16041 vsize=868580 CPUtime=6.76
/proc/16042/task/16043/stat : 16043 (java) R 16041 16028 15341 0 -1 64 4435 0 1 0 601 75 0 0 25 0 9 0 20943363 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 102093920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16044] ppid=16041 vsize=868580 CPUtime=0.56
/proc/16042/task/16044/stat : 16044 (java) S 16041 16028 15341 0 -1 64 1484 0 0 0 41 15 0 0 16 0 9 0 20943365 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16045] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16045/stat : 16045 (java) S 16041 16028 15341 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20943365 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16046] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16046/stat : 16046 (java) S 16041 16028 15341 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20943365 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16047] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16047/stat : 16047 (java) S 16041 16028 15341 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20943367 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16048] ppid=16041 vsize=868580 CPUtime=0.17
/proc/16042/task/16048/stat : 16048 (java) S 16041 16028 15341 0 -1 64 1485 0 0 0 16 1 0 0 16 0 9 0 20943367 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16049] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16049/stat : 16049 (java) S 16041 16028 15341 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20943367 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16050] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16050/stat : 16050 (java) S 16041 16028 15341 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20943367 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.98
Current children cumulated vsize (KiB) 890804
heavy processes:

[startup+25.5014 s]
/proc/loadavg: 2.43 2.14 2.18 6/93 16050
/proc/meminfo: memFree=1384896/2055920 swapFree=4192812/4192956
[pid=16028] ppid=16026 vsize=16868 CPUtime=0.46
/proc/16028/stat : 16028 (sugar) S 16026 16028 15341 0 -1 4194304 1310 4554 0 1 5 1 38 2 16 0 1 0 20943311 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16028/statm: 4217 1111 409 3 0 796 0
[pid=16041] ppid=16028 vsize=5356 CPUtime=0
/proc/16041/stat : 16041 (sh) S 16028 16028 15341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20943362 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16041/statm: 1339 233 193 169 0 50 0
[pid=16042] ppid=16041 vsize=868580 CPUtime=11.84
/proc/16042/stat : 16042 (java) S 16041 16028 15341 0 -1 0 8289 0 1 0 966 218 0 0 18 0 9 0 20943362 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16042/statm: 217145 5624 2589 9 0 211622 0
[pid=16042/tid=16043] ppid=16041 vsize=868580 CPUtime=9.95
/proc/16042/task/16043/stat : 16043 (java) R 16041 16028 15341 0 -1 64 4621 0 1 0 864 131 0 0 25 0 9 0 20943363 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16044] ppid=16041 vsize=868580 CPUtime=0.9
/proc/16042/task/16044/stat : 16044 (java) S 16041 16028 15341 0 -1 64 1484 0 0 0 61 29 0 0 16 0 9 0 20943365 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16045] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16045/stat : 16045 (java) S 16041 16028 15341 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20943365 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16046] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16046/stat : 16046 (java) S 16041 16028 15341 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20943365 889425920 5624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16041] ppid=16028 vsize=5356 CPUtime=0
/proc/16041/stat : 16041 (sh) S 16028 16028 15341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20943362 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16041/statm: 1339 233 193 169 0 50 0
[pid=16042] ppid=16041 vsize=868580 CPUtime=457.75
/proc/16042/stat : 16042 (java) S 16041 16028 15341 0 -1 0 127727 0 1 0 38314 7461 0 0 18 0 9 0 20943362 889425920 5630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16042/statm: 217145 5630 2589 9 0 211622 0
[pid=16042/tid=16043] ppid=16041 vsize=868580 CPUtime=391.4
/proc/16042/task/16043/stat : 16043 (java) R 16041 16028 15341 0 -1 64 124054 0 1 0 34504 4636 0 0 25 0 9 0 20943363 889425920 5630 996147200 134512640 134550932 4294955936 18446744073709551615 4126880689 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16044] ppid=16041 vsize=868580 CPUtime=45.21
/proc/16042/task/16044/stat : 16044 (java) S 16041 16028 15341 0 -1 64 1484 0 0 0 3126 1395 0 0 16 0 9 0 20943365 889425920 5630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16045] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16045/stat : 16045 (java) S 16041 16028 15341 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20943365 889425920 5630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16046] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16046/stat : 16046 (java) S 16041 16028 15341 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20943365 889425920 5630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16047] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16047/stat : 16047 (java) S 16041 16028 15341 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20943367 889425920 5630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16048] ppid=16041 vsize=868580 CPUtime=0.18
/proc/16042/task/16048/stat : 16048 (java) S 16041 16028 15341 0 -1 64 1490 0 0 0 17 1 0 0 16 0 9 0 20943367 889425920 5630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16049] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16049/stat : 16049 (java) S 16041 16028 15341 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20943367 889425920 5630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16050] ppid=16041 vsize=868580 CPUtime=20.93
/proc/16042/task/16050/stat : 16050 (java) S 16041 16028 15341 0 -1 64 1 0 0 0 665 1428 0 0 15 0 9 0 20943367 889425920 5630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.22
Current children cumulated vsize (KiB) 890804
heavy processes:

[startup+1302.32 s]
/proc/loadavg: 6.90 6.23 5.24 3/86 16126
/proc/meminfo: memFree=148608/2055920 swapFree=4192812/4192956
[pid=16028] ppid=16026 vsize=16868 CPUtime=0.47
/proc/16028/stat : 16028 (sugar) S 16026 16028 15341 0 -1 4194304 1310 4554 0 1 6 1 38 2 16 0 1 0 20943311 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16028/statm: 4217 1111 409 3 0 796 0
[pid=16041] ppid=16028 vsize=5356 CPUtime=0
/proc/16041/stat : 16041 (sh) S 16028 16028 15341 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20943362 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16041/statm: 1339 233 193 169 0 50 0
[pid=16042] ppid=16041 vsize=868580 CPUtime=497.52
/proc/16042/stat : 16042 (java) S 16041 16028 15341 0 -1 0 138498 0 1 0 41367 8385 0 0 18 0 9 0 20943362 889425920 5630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16042/statm: 217145 5630 2589 9 0 211622 0
[pid=16042/tid=16043] ppid=16041 vsize=868580 CPUtime=423.8
/proc/16042/task/16043/stat : 16043 (java) D 16041 16028 15341 0 -1 64 134825 0 1 0 37252 5128 0 0 25 0 9 0 20943363 889425920 5630 996147200 134512640 134550932 4294955936 18446744073709551615 103798723 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16042/tid=16044] ppid=16041 vsize=868580 CPUtime=50.03
/proc/16042/task/16044/stat : 16044 (java) D 16041 16028 15341 0 -1 64 1484 0 0 0 3357 1646 0 0 15 0 9 0 20943365 889425920 5630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16042/tid=16045] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16045/stat : 16045 (java) S 16041 16028 15341 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20943365 889425920 5630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16046] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16046/stat : 16046 (java) S 16041 16028 15341 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20943365 889425920 5630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16047] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16047/stat : 16047 (java) S 16041 16028 15341 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20943367 889425920 5630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16048] ppid=16041 vsize=868580 CPUtime=0.18
/proc/16042/task/16048/stat : 16048 (java) S 16041 16028 15341 0 -1 64 1490 0 0 0 17 1 0 0 16 0 9 0 20943367 889425920 5630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16049] ppid=16041 vsize=868580 CPUtime=0
/proc/16042/task/16049/stat : 16049 (java) S 16041 16028 15341 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20943367 889425920 5630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16042/tid=16050] ppid=16041 vsize=868580 CPUtime=23.47
/proc/16042/task/16050/stat : 16050 (java) R 16041 16028 15341 0 -1 64 1 0 0 0 739 1608 0 0 15 0 9 0 20943367 889425920 5630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 497.99
Current children cumulated vsize (KiB) 890804
heavy processes:

[startup+1362.3 s]
/proc/loadavg: 6.02 6.18 5.29 2/69 16141
/proc/meminfo: memFree=1377488/2055920 swapFree=4192812/4192956
[pid=16028] ppid=16026 vsize=16868 CPUtime=509.7
/proc/16028/stat : 16028 (sugar) R 16026 16028 15341 0 -1 4194304 1335 145194 0 3 6 217 41975 8772 16 0 1 0 20943311 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217871782953 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16028/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 509.7
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+1422.3 s]
/proc/loadavg: 5.11 5.89 5.24 1/69 16142
/proc/meminfo: memFree=1598096/2055920 swapFree=4192812/4192956
[pid=16028] ppid=16026 vsize=16868 CPUtime=529.55
/proc/16028/stat : 16028 (sugar) R 16026 16028 15341 0 -1 4194304 1335 145194 0 3 6 2202 41975 8772 16 0 1 0 20943311 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217871782953 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16028/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 529.55
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+1482.31 s]
/proc/loadavg: 4.61 5.59 5.18 2/69 16142
/proc/meminfo: memFree=1828240/2055920 swapFree=4192812/4192956
[pid=16028] ppid=16026 vsize=16868 CPUtime=552.57
/proc/16028/stat : 16028 (sugar) R 16026 16028 15341 0 -1 4194304 1335 145194 0 3 6 4504 41975 8772 17 0 1 0 20943311 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217871782953 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16028/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 552.57
Current children cumulated vsize (KiB) 16868
heavy processes:

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

[startup+1483 s]
/proc/loadavg: 4.61 5.59 5.18 2/69 16142
/proc/meminfo: memFree=1828368/2055920 swapFree=4192812/4192956
[pid=16028] ppid=16026 vsize=16868 CPUtime=552.86
/proc/16028/stat : 16028 (sugar) D 16026 16028 15341 0 -1 4194304 1335 145194 0 3 6 4533 41975 8772 17 0 1 0 20943311 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217871782953 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/16028/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 552.86
Current children cumulated vsize (KiB) 16868

[startup+1508.6 s]
/proc/loadavg: 4.14 5.40 5.12 2/69 16142
/proc/meminfo: memFree=1926864/2055920 swapFree=4192812/4192956
[pid=16028] ppid=16026 vsize=16868 CPUtime=562.73
/proc/16028/stat : 16028 (sugar) R 16026 16028 15341 0 -1 4194304 1335 145194 0 3 6 5520 41975 8772 17 0 1 0 20943311 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217871782953 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16028/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 562.73
Current children cumulated vsize (KiB) 16868

[startup+1521.6 s]
/proc/loadavg: 3.80 5.28 5.09 3/82 16165
/proc/meminfo: memFree=1821152/2055920 swapFree=4192812/4192956
[pid=16028] ppid=16026 vsize=16868 CPUtime=565.72
/proc/16028/stat : 16028 (sugar) D 16026 16028 15341 0 -1 4194304 1335 145194 0 3 6 5819 41975 8772 15 0 1 0 20943311 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217871782953 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16028/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 565.72
Current children cumulated vsize (KiB) 16868

[startup+1524.8 s]
/proc/loadavg: 3.90 5.28 5.09 1/69 16182
/proc/meminfo: memFree=1906120/2055920 swapFree=4192812/4192956
[pid=16028] ppid=16026 vsize=16868 CPUtime=566.16
/proc/16028/stat : 16028 (sugar) R 16026 16028 15341 0 -1 4194304 1335 145194 0 3 6 5863 41975 8772 15 0 1 0 20943311 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217871782953 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16028/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 566.16
Current children cumulated vsize (KiB) 16868

[startup+1528 s]
/proc/loadavg: 3.90 5.26 5.08 1/69 16182
/proc/meminfo: memFree=1906448/2055920 swapFree=4192812/4192956
[pid=16028] ppid=16026 vsize=16868 CPUtime=566.84
/proc/16028/stat : 16028 (sugar) D 16026 16028 15341 0 -1 4194304 1335 145194 0 3 6 5931 41975 8772 15 0 1 0 20943311 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217871782953 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16028/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 566.84
Current children cumulated vsize (KiB) 16868

[startup+1528.8 s]
/proc/loadavg: 3.90 5.26 5.08 2/68 16183
/proc/meminfo: memFree=1928664/2055920 swapFree=4192812/4192956
[pid=16028] ppid=16026 vsize=16868 CPUtime=566.89
/proc/16028/stat : 16028 (sugar) R 16026 16028 15341 0 -1 4194304 1335 145194 0 3 6 5936 41975 8772 15 0 1 0 20943311 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217871782953 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16028/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 566.89
Current children cumulated vsize (KiB) 16868

[startup+1529.2 s]
/proc/loadavg: 3.90 5.26 5.08 2/68 16183
/proc/meminfo: memFree=1928664/2055920 swapFree=4192812/4192956
[pid=16028] ppid=16026 vsize=16868 CPUtime=566.91
/proc/16028/stat : 16028 (sugar) D 16026 16028 15341 0 -1 4194304 1335 145194 0 3 6 5938 41975 8772 15 0 1 0 20943311 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217871782953 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16028/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 566.91
Current children cumulated vsize (KiB) 16868

[startup+1529.6 s]
/proc/loadavg: 3.90 5.26 5.08 2/68 16183
/proc/meminfo: memFree=1928664/2055920 swapFree=4192812/4192956
[pid=16028] ppid=16026 vsize=16868 CPUtime=566.92
/proc/16028/stat : 16028 (sugar) D 16026 16028 15341 0 -1 4194304 1335 145194 0 3 6 5939 41975 8772 15 0 1 0 20943311 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217871782953 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16028/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 566.92
Current children cumulated vsize (KiB) 16868

[startup+1529.7 s]
/proc/loadavg: 3.90 5.26 5.08 3/69 16188
/proc/meminfo: memFree=1920336/2055920 swapFree=4192812/4192956
[pid=16028] ppid=16026 vsize=16868 CPUtime=566.96
/proc/16028/stat : 16028 (sugar) R 16026 16028 15341 0 -1 4194304 1335 145194 0 3 6 5943 41975 8772 15 0 1 0 20943311 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217871782953 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16028/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 566.96
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1529.73
CPU time (s): 567.005
CPU user time (s): 419.818
CPU system time (s): 147.187
CPU usage (%): 37.0657
Max. virtual memory (cumulated for all children) (KiB): 890804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 419.818
system time used= 147.187
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146590
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1230230
involuntary context switches= 1234908

runsolver used 9.99448 second user time and 28.2747 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-11 20:59:27
IDJOB=2065691
IDBENCH=54400
IDSOLVER=738
FILE ID=node28/2065691-1247338767
PBS_JOBID= 9506706
Free space on /tmp= 66096 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/primes-30/normalized-primes-30-80-3-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-2065691-1247338767/watcher-2065691-1247338767 -o /tmp/evaluation-result-2065691-1247338767/solver-2065691-1247338767 -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-2065691-1247338767.xml

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

MD5SUM BENCH= 25b8155835a587b5dcb33e9db5fbd955
RANDOM SEED=475862812

node28.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.230
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.230
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:       1486576 kB
Buffers:         18908 kB
Cached:          68812 kB
SwapCached:          0 kB
Active:         486352 kB
Inactive:        32992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1486576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1328 kB
Writeback:           0 kB
Mapped:         448520 kB
Slab:            34340 kB
Committed_AS:   603464 kB
PageTables:       2680 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66076 MiB
End job on node28 at 2009-07-11 21:24:57