Trace number 2065516

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+minisatUNSAT 809.542 813.705

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-7_ext.xml
MD5SUMbc3f60bbd32d27cf2d8dbfd0a1f81e08
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.664898
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.11	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.11	c 0	BEGIN Sat Jul 11 20:52:16 2009
0.05/0.11	c 0	PID 14079
0.05/0.11	c 0	HOST node2.alineos.net
0.05/0.11	c 0	CONVERTING HOME/instance-2065516-1247338336.xml TO HOME/temp.csp
0.05/0.11	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065516-1247338336.xml' 'HOME/temp.csp'
0.89/1.05	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.89/1.06	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.89/1.06	c 1	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.95/1.14	c 1	Parsing HOME/temp.csp
0.95/1.73	c 2	parsed 31 expressions
0.95/1.74	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.95/1.74	c 2	Converting to clausal form CSP
0.95/1.76	c 2	converted 4 (10%) expressions
0.95/1.76	c 2	converted 7 (20%) expressions
0.95/1.76	c 2	converted 10 (30%) expressions
0.95/1.76	c 2	converted 13 (40%) expressions
0.95/1.76	c 2	converted 16 (50%) expressions
0.95/1.76	c 2	converted 19 (60%) expressions
0.95/1.77	c 2	converted 22 (70%) expressions
0.95/1.79	c 2	converted 25 (80%) expressions
2.16/2.38	c 3	converted 28 (90%) expressions
2.95/3.11	c 3	converted 31 (100%) expressions
2.95/3.11	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.95/3.11	c 3	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.95/3.11	c 3	Propagation in CSP
2.95/3.11	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.95/3.11	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.95/3.11	c 3	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.95/3.11	c 3	Simplifing CSP by introducing new Boolean variables
2.95/3.11	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.95/3.11	c 3	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.16/3.39	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.16/3.40	c 4	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
3.16/3.40	c 4	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
3.16/3.40	c 4	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
3.25/3.40	c 4	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
3.25/3.40	c 4	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
3.25/3.40	c 4	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
3.25/3.40	c 4	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
3.25/3.40	c 4	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
3.25/3.40	c 4	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
3.25/3.40	c 4	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
156.40/157.34	c 158	1 (10%) CSP clauses are encoded (140952 clauses, 6562691 bytes)
312.12/313.84	c 314	2 (20%) CSP clauses are encoded (282101 clauses, 13135714 bytes)
458.58/461.06	c 461	3 (30%) CSP clauses are encoded (422963 clauses, 19703217 bytes)
616.79/620.05	c 620	4 (40%) CSP clauses are encoded (563870 clauses, 26467337 bytes)
772.12/776.11	c 776	5 (50%) CSP clauses are encoded (704836 clauses, 34225125 bytes)
772.12/776.11	c 776	5 CSP clauses encoded
772.12/776.12	c 776	Writing map file : HOME/temp.map
772.12/776.12	c 776	Heap : 58 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
772.12/776.12	c 776	SAT : 180 SAT variables, 704836 SAT clauses, 34225125 bytes
772.12/776.12	c 776	Heap : 58 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
772.12/776.15	c 776	SOLVING HOME/temp.cnf
772.12/776.15	c 776	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
772.12/776.16	c 776	This is MiniSat 2.0 beta
772.12/776.16	c 776	WARNING: for repeatability, setting FPU to use double precision
772.12/776.16	c 776	============================[ Problem Statistics ]=============================
772.12/776.16	c 776	|                                                                             |
772.12/776.16	c 776	|  Number of variables:  180                                                  |
772.12/776.16	c 776	|  Number of clauses:    704836                                               |
773.09/777.13	c 777	|  Parsing time:         0.88         s                                       |
773.09/777.19	c 778	============================[ Search Statistics ]==============================
773.09/777.19	c 778	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
773.09/777.19	c 778	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
773.09/777.19	c 778	===============================================================================
773.09/777.19	c 778	|         0 |     180   704836  8850938 |   234945        0    nan |  0.000 % |
773.29/777.32	c 778	|       102 |     180   704836  8850938 |   258439      102      8 |  0.003 % |
773.69/777.73	c 778	|       253 |     180   704836  8850938 |   284283      253     10 |  0.028 % |
773.99/778.07	c 778	|       478 |     180   704836  8850938 |   312712      478     11 |  0.022 % |
774.89/778.92	c 779	|       815 |     180   704836  8850938 |   343983      815      9 |  0.031 % |
776.18/780.23	c 781	|      1323 |     180   704836  8850938 |   378381     1323      9 |  0.037 % |
777.48/781.54	c 782	|      2085 |     180   704836  8850938 |   416219     2085      9 |  0.031 % |
779.47/783.54	c 784	|      3224 |     180   704836  8850938 |   457841     3224      8 |  0.065 % |
782.46/786.53	c 787	|      4932 |     179   704836  8850938 |   503626     4931      9 |  0.559 % |
787.03/791.11	c 791	|      7495 |     179   704836  8850938 |   553988     7494      9 |  0.577 % |
794.40/798.56	c 799	|     11340 |     179   704836  8850938 |   609387    11339     10 |  0.583 % |
804.35/808.52	c 809	|     17106 |     178   704836  8850938 |   670326    17104     10 |  1.139 % |
809.32/813.55	c 814	===============================================================================
809.32/813.55	c 814	restarts              : 12
809.32/813.55	c 814	conflicts             : 19482          (525 /sec)
809.32/813.55	c 814	decisions             : 22444          (1.81 % random) (605 /sec)
809.32/813.55	c 814	propagations          : 150642         (4061 /sec)
809.32/813.55	c 814	conflict literals     : 184875         (19.03 % deleted)
809.32/813.55	c 814	Memory used           : 66.96 MB
809.32/813.55	c 814	CPU time              : 37.0964 s
809.32/813.55	c 814	
809.32/813.55	c 814	UNSATISFIABLE
809.32/813.56	c 814	DECODING HOME/temp.out WITH HOME/temp.map
809.32/813.56	c 814	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
809.40/813.65	c 814	Decoding HOME/temp.out
809.40/813.66	s UNSATISFIABLE
809.40/813.67	c 814	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
809.40/813.68	c 814	CPU 809.51 (0.06 0.02 808.74 0.69)
809.40/813.68	c 814	END Sat Jul 11 21:05:50 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065516-1247338336/watcher-2065516-1247338336 -o /tmp/evaluation-result-2065516-1247338336/solver-2065516-1247338336 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2065516-1247338336.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.50 2.17 2.05 4/82 14079
/proc/meminfo: memFree=1424392/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=124 CPUtime=0
/proc/14079/stat : 14079 (sugar) D 14077 14079 13604 0 -1 4194304 38 0 0 0 0 0 0 0 20 0 1 0 20901303 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 206378694025 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/14079/statm: 31 23 17 3 0 3 0

[startup+0.0154651 s]
/proc/loadavg: 2.50 2.17 2.05 4/82 14079
/proc/meminfo: memFree=1424392/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=12268 CPUtime=0
/proc/14079/stat : 14079 (sugar) D 14077 14079 13604 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 20901303 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 206381480549 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/14079/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101962 s]
/proc/loadavg: 2.50 2.17 2.05 4/82 14079
/proc/meminfo: memFree=1424392/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16212 CPUtime=0.05
/proc/14079/stat : 14079 (sugar) R 14077 14079 13604 0 -1 4194304 973 0 0 0 4 1 0 0 18 0 1 0 20901303 16601088 941 996147200 4194304 4206940 548682068608 18446744073709551615 206390213630 0 0 4224 0 0 0 0 17 1 0 0
/proc/14079/statm: 4053 941 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.301985 s]
/proc/loadavg: 2.50 2.17 2.05 4/82 14079
/proc/meminfo: memFree=1424392/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16868 CPUtime=0.07
/proc/14079/stat : 14079 (sugar) S 14077 14079 13604 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20901303 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701063 s]
/proc/loadavg: 2.50 2.17 2.05 4/82 14079
/proc/meminfo: memFree=1424392/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16868 CPUtime=0.07
/proc/14079/stat : 14079 (sugar) S 14077 14079 13604 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20901303 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5022 s]
/proc/loadavg: 2.50 2.17 2.05 3/93 14091
/proc/meminfo: memFree=1403360/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16868 CPUtime=0.95
/proc/14079/stat : 14079 (sugar) S 14077 14079 13604 0 -1 4194304 1309 8043 0 1 5 2 82 6 15 0 1 0 20901303 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 16868

[startup+3.1015 s]
/proc/loadavg: 2.50 2.17 2.05 3/93 14101
/proc/meminfo: memFree=1387488/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16868 CPUtime=0.95
/proc/14079/stat : 14079 (sugar) S 14077 14079 13604 0 -1 4194304 1310 8043 0 1 5 2 82 6 16 0 1 0 20901303 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4217 1111 409 3 0 796 0
[pid=14092] ppid=14079 vsize=5356 CPUtime=0
/proc/14092/stat : 14092 (sh) S 14079 14079 13604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20901409 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14092/statm: 1339 233 193 169 0 50 0
[pid=14093] ppid=14092 vsize=864396 CPUtime=2
/proc/14093/stat : 14093 (java) S 14092 14079 13604 0 -1 0 18289 0 1 0 190 10 0 0 19 0 9 0 20901410 885141504 17110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14093/statm: 216099 17110 2566 9 0 210604 0
[pid=14093/tid=14094] ppid=14092 vsize=864396 CPUtime=0.79
/proc/14093/task/14094/stat : 14094 (java) R 14092 14079 13604 0 -1 64 3229 0 1 0 77 2 0 0 25 0 9 0 20901411 885141504 17110 996147200 134512640 134550932 4294955936 18446744073709551615 101450581 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14095] ppid=14092 vsize=864396 CPUtime=1.15
/proc/14093/task/14095/stat : 14095 (java) S 14092 14079 13604 0 -1 64 14047 0 0 0 108 7 0 0 18 0 9 0 20901412 885141504 17110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14096] ppid=14092 vsize=864396 CPUtime=0
/proc/14093/task/14096/stat : 14096 (java) S 14092 14079 13604 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20901412 885141504 17110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14097] ppid=14092 vsize=864396 CPUtime=0
/proc/14093/task/14097/stat : 14097 (java) S 14092 14079 13604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20901412 885141504 17110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14098] ppid=14092 vsize=864396 CPUtime=0
/proc/14093/task/14098/stat : 14098 (java) S 14092 14079 13604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20901414 885141504 17110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14099] ppid=14092 vsize=864396 CPUtime=0.04
/proc/14093/task/14099/stat : 14099 (java) S 14092 14079 13604 0 -1 64 310 0 0 0 4 0 0 0 16 0 9 0 20901414 885141504 17110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14100] ppid=14092 vsize=864396 CPUtime=0
/proc/14093/task/14100/stat : 14100 (java) S 14092 14079 13604 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20901414 885141504 17110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14101] ppid=14092 vsize=864396 CPUtime=0
/proc/14093/task/14101/stat : 14101 (java) S 14092 14079 13604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20901414 885141504 17110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 886620

[startup+6.30208 s]
/proc/loadavg: 2.46 2.17 2.05 3/93 14101
/proc/meminfo: memFree=1359968/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16868 CPUtime=0.95
/proc/14079/stat : 14079 (sugar) S 14077 14079 13604 0 -1 4194304 1310 8043 0 1 5 2 82 6 15 0 1 0 20901303 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4217 1111 409 3 0 796 0
[pid=14092] ppid=14079 vsize=5356 CPUtime=0
/proc/14092/stat : 14092 (sh) S 14079 14079 13604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20901409 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14092/statm: 1339 233 193 169 0 50 0
[pid=14093] ppid=14092 vsize=864508 CPUtime=5.19
/proc/14093/stat : 14093 (java) S 14092 14079 13604 0 -1 0 18575 0 1 0 508 11 0 0 19 0 9 0 20901410 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14093/statm: 216127 17176 2590 9 0 210604 0
[pid=14093/tid=14094] ppid=14092 vsize=864508 CPUtime=3.62
/proc/14093/task/14094/stat : 14094 (java) R 14092 14079 13604 0 -1 64 3306 0 1 0 360 2 0 0 25 0 9 0 20901411 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14095] ppid=14092 vsize=864508 CPUtime=1.45
/proc/14093/task/14095/stat : 14095 (java) R 14092 14079 13604 0 -1 64 14236 0 0 0 138 7 0 0 16 0 9 0 20901412 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14096] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14096/stat : 14096 (java) S 14092 14079 13604 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20901412 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14097] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14097/stat : 14097 (java) S 14092 14079 13604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20901412 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14098] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14098/stat : 14098 (java) S 14092 14079 13604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20901414 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14099] ppid=14092 vsize=864508 CPUtime=0.08
/proc/14093/task/14099/stat : 14099 (java) S 14092 14079 13604 0 -1 64 330 0 0 0 8 0 0 0 16 0 9 0 20901414 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14100] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14100/stat : 14100 (java) S 14092 14079 13604 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20901414 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14101] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14101/stat : 14101 (java) S 14092 14079 13604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20901414 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 886732

[startup+12.7013 s]
/proc/loadavg: 2.50 2.18 2.05 3/93 14101
/proc/meminfo: memFree=1360032/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16868 CPUtime=0.95
/proc/14079/stat : 14079 (sugar) S 14077 14079 13604 0 -1 4194304 1310 8043 0 1 5 2 82 6 15 0 1 0 20901303 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4217 1111 409 3 0 796 0
[pid=14092] ppid=14079 vsize=5356 CPUtime=0
/proc/14092/stat : 14092 (sh) S 14079 14079 13604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20901409 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14092/statm: 1339 233 193 169 0 50 0
[pid=14093] ppid=14092 vsize=864508 CPUtime=11.56
/proc/14093/stat : 14093 (java) S 14092 14079 13604 0 -1 0 18576 0 1 0 1145 11 0 0 19 0 9 0 20901410 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14093/statm: 216127 17176 2590 9 0 210604 0
[pid=14093/tid=14094] ppid=14092 vsize=864508 CPUtime=9.98
/proc/14093/task/14094/stat : 14094 (java) R 14092 14079 13604 0 -1 64 3307 0 1 0 996 2 0 0 25 0 9 0 20901411 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4126556557 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14095] ppid=14092 vsize=864508 CPUtime=1.46
/proc/14093/task/14095/stat : 14095 (java) S 14092 14079 13604 0 -1 64 14236 0 0 0 139 7 0 0 16 0 9 0 20901412 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14096] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14096/stat : 14096 (java) S 14092 14079 13604 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20901412 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14097] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14097/stat : 14097 (java) S 14092 14079 13604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20901412 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14098] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14098/stat : 14098 (java) S 14092 14079 13604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20901414 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14099] ppid=14092 vsize=864508 CPUtime=0.08
/proc/14093/task/14099/stat : 14099 (java) S 14092 14079 13604 0 -1 64 330 0 0 0 8 0 0 0 16 0 9 0 20901414 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14100] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14100/stat : 14100 (java) S 14092 14079 13604 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20901414 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14101] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14101/stat : 14101 (java) S 14092 14079 13604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20901414 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 886732

[startup+25.5026 s]
/proc/loadavg: 2.39 2.17 2.05 3/93 14101
/proc/meminfo: memFree=1360224/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16868 CPUtime=0.95
/proc/14079/stat : 14079 (sugar) S 14077 14079 13604 0 -1 4194304 1310 8043 0 1 5 2 82 6 15 0 1 0 20901303 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4217 1111 409 3 0 796 0
[pid=14092] ppid=14079 vsize=5356 CPUtime=0
/proc/14092/stat : 14092 (sh) S 14079 14079 13604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20901409 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14092/statm: 1339 233 193 169 0 50 0
[pid=14093] ppid=14092 vsize=864508 CPUtime=24.29
/proc/14093/stat : 14093 (java) S 14092 14079 13604 0 -1 0 18591 0 1 0 2418 11 0 0 19 0 9 0 20901410 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14093/statm: 216127 17176 2590 9 0 210604 0
[pid=14093/tid=14094] ppid=14092 vsize=864508 CPUtime=22.65
/proc/14093/task/14094/stat : 14094 (java) R 14092 14079 13604 0 -1 64 3322 0 1 0 2263 2 0 0 25 0 9 0 20901411 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4126559375 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14095] ppid=14092 vsize=864508 CPUtime=1.53
/proc/14093/task/14095/stat : 14095 (java) S 14092 14079 13604 0 -1 64 14236 0 0 0 146 7 0 0 16 0 9 0 20901412 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14096] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14096/stat : 14096 (java) S 14092 14079 13604 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20901412 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14097] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14097/stat : 14097 (java) S 14092 14079 13604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20901412 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14098] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14098/stat : 14098 (java) S 14092 14079 13604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20901414 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14099] ppid=14092 vsize=864508 CPUtime=0.08
/proc/14093/task/14099/stat : 14099 (java) S 14092 14079 13604 0 -1 64 330 0 0 0 8 0 0 0 16 0 9 0 20901414 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14100] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14100/stat : 14100 (java) S 14092 14079 13604 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20901414 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14101] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14101/stat : 14101 (java) S 14092 14079 13604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20901414 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 886732

[startup+51.1023 s]
/proc/loadavg: 2.26 2.16 2.05 3/93 14101
/proc/meminfo: memFree=1360288/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16868 CPUtime=0.95
/proc/14079/stat : 14079 (sugar) S 14077 14079 13604 0 -1 4194304 1310 8043 0 1 5 2 82 6 15 0 1 0 20901303 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4217 1111 409 3 0 796 0
[pid=14092] ppid=14079 vsize=5356 CPUtime=0
/proc/14092/stat : 14092 (sh) S 14079 14079 13604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20901409 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14092/statm: 1339 233 193 169 0 50 0
[pid=14093] ppid=14092 vsize=864508 CPUtime=49.76
/proc/14093/stat : 14093 (java) S 14092 14079 13604 0 -1 0 18591 0 1 0 4965 11 0 0 19 0 9 0 20901410 885256192 17176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14093/statm: 216127 17176 2590 9 0 210604 0

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

/proc/14093/task/14099/stat : 14099 (java) S 14092 14079 13604 0 -1 64 339 0 0 0 10 0 0 0 17 0 9 0 20901414 885256192 25490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14100] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14100/stat : 14100 (java) S 14092 14079 13604 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20901414 885256192 25490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14101] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14101/stat : 14101 (java) S 14092 14079 13604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20901414 885256192 25490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 698.68
Current children cumulated vsize (KiB) 886732

[startup+762.307 s]
/proc/loadavg: 2.07 2.06 2.06 3/93 14108
/proc/meminfo: memFree=1169744/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16868 CPUtime=0.95
/proc/14079/stat : 14079 (sugar) S 14077 14079 13604 0 -1 4194304 1310 8043 0 1 5 2 82 6 16 0 1 0 20901303 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4217 1111 409 3 0 796 0
[pid=14092] ppid=14079 vsize=5356 CPUtime=0
/proc/14092/stat : 14092 (sh) S 14079 14079 13604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20901409 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14092/statm: 1339 233 193 169 0 50 0
[pid=14093] ppid=14092 vsize=864508 CPUtime=757.44
/proc/14093/stat : 14093 (java) S 14092 14079 13604 0 -1 0 35726 0 1 0 75705 39 0 0 19 0 9 0 20901410 885256192 25490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14093/statm: 216127 25490 2590 9 0 210604 0
[pid=14093/tid=14094] ppid=14092 vsize=864508 CPUtime=753.64
/proc/14093/task/14094/stat : 14094 (java) R 14092 14079 13604 0 -1 64 3771 0 1 0 75346 18 0 0 25 0 9 0 20901411 885256192 25490 996147200 134512640 134550932 4294955936 18446744073709551615 4126559407 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14095] ppid=14092 vsize=864508 CPUtime=3.67
/proc/14093/task/14095/stat : 14095 (java) S 14092 14079 13604 0 -1 64 30913 0 0 0 348 19 0 0 16 0 9 0 20901412 885256192 25490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14096] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14096/stat : 14096 (java) S 14092 14079 13604 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20901412 885256192 25490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14097] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14097/stat : 14097 (java) S 14092 14079 13604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20901412 885256192 25490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14098] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14098/stat : 14098 (java) S 14092 14079 13604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20901414 885256192 25490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14099] ppid=14092 vsize=864508 CPUtime=0.1
/proc/14093/task/14099/stat : 14099 (java) S 14092 14079 13604 0 -1 64 339 0 0 0 10 0 0 0 17 0 9 0 20901414 885256192 25490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14100] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14100/stat : 14100 (java) S 14092 14079 13604 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20901414 885256192 25490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14101] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14101/stat : 14101 (java) S 14092 14079 13604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20901414 885256192 25490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 758.39
Current children cumulated vsize (KiB) 886732

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

[startup+767.903 s]
/proc/loadavg: 2.06 2.06 2.06 3/93 14108
/proc/meminfo: memFree=1169744/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16868 CPUtime=0.95
/proc/14079/stat : 14079 (sugar) S 14077 14079 13604 0 -1 4194304 1310 8043 0 1 5 2 82 6 16 0 1 0 20901303 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4217 1111 409 3 0 796 0
[pid=14092] ppid=14079 vsize=5356 CPUtime=0
/proc/14092/stat : 14092 (sh) S 14079 14079 13604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20901409 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14092/statm: 1339 233 193 169 0 50 0
[pid=14093] ppid=14092 vsize=864508 CPUtime=763
/proc/14093/stat : 14093 (java) S 14092 14079 13604 0 -1 0 35726 0 1 0 76261 39 0 0 19 0 9 0 20901410 885256192 25490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14093/statm: 216127 25490 2590 9 0 210604 0
[pid=14093/tid=14094] ppid=14092 vsize=864508 CPUtime=759.21
/proc/14093/task/14094/stat : 14094 (java) R 14092 14079 13604 0 -1 64 3771 0 1 0 75903 18 0 0 25 0 9 0 20901411 885256192 25490 996147200 134512640 134550932 4294955936 18446744073709551615 4126576615 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14095] ppid=14092 vsize=864508 CPUtime=3.67
/proc/14093/task/14095/stat : 14095 (java) S 14092 14079 13604 0 -1 64 30913 0 0 0 348 19 0 0 16 0 9 0 20901412 885256192 25490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14096] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14096/stat : 14096 (java) S 14092 14079 13604 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20901412 885256192 25490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14097] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14097/stat : 14097 (java) S 14092 14079 13604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20901412 885256192 25490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14098] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14098/stat : 14098 (java) S 14092 14079 13604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20901414 885256192 25490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14099] ppid=14092 vsize=864508 CPUtime=0.1
/proc/14093/task/14099/stat : 14099 (java) S 14092 14079 13604 0 -1 64 339 0 0 0 10 0 0 0 17 0 9 0 20901414 885256192 25490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14100] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14100/stat : 14100 (java) S 14092 14079 13604 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20901414 885256192 25490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14093/tid=14101] ppid=14092 vsize=864508 CPUtime=0
/proc/14093/task/14101/stat : 14101 (java) S 14092 14079 13604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20901414 885256192 25490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 763.95
Current children cumulated vsize (KiB) 886732

[startup+793.502 s]
/proc/loadavg: 2.04 2.05 2.05 3/85 14110
/proc/meminfo: memFree=1189848/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16868 CPUtime=772.18
/proc/14079/stat : 14079 (sugar) S 14077 14079 13604 0 -1 4194304 1374 44125 0 2 6 2 77156 54 16 0 1 0 20901303 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4217 1112 409 3 0 796 0
[pid=14109] ppid=14079 vsize=5356 CPUtime=0
/proc/14109/stat : 14109 (sh) S 14079 14079 13604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20978918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14109/statm: 1339 232 193 169 0 50 0
[pid=14110] ppid=14109 vsize=67156 CPUtime=17.24
/proc/14110/stat : 14110 (minisat) R 14109 14079 13604 0 -1 4194304 15952 0 0 0 1714 10 0 0 25 0 1 0 20978919 68767744 15938 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/14110/statm: 16789 15938 75 150 0 16636 0
Current children cumulated CPU time (s) 789.42
Current children cumulated vsize (KiB) 89380

[startup+806.307 s]
/proc/loadavg: 2.03 2.05 2.05 3/85 14110
/proc/meminfo: memFree=1188504/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16868 CPUtime=772.18
/proc/14079/stat : 14079 (sugar) S 14077 14079 13604 0 -1 4194304 1374 44125 0 2 6 2 77156 54 16 0 1 0 20901303 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4217 1112 409 3 0 796 0
[pid=14109] ppid=14079 vsize=5356 CPUtime=0
/proc/14109/stat : 14109 (sh) S 14079 14079 13604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20978918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14109/statm: 1339 232 193 169 0 50 0
[pid=14110] ppid=14109 vsize=68064 CPUtime=29.98
/proc/14110/stat : 14110 (minisat) R 14109 14079 13604 0 -1 4194304 16141 0 0 0 2988 10 0 0 25 0 1 0 20978919 69697536 16127 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14110/statm: 17016 16127 75 150 0 16863 0
Current children cumulated CPU time (s) 802.16
Current children cumulated vsize (KiB) 90288

[startup+809.502 s]
/proc/loadavg: 2.03 2.05 2.05 3/85 14110
/proc/meminfo: memFree=1188312/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16868 CPUtime=772.18
/proc/14079/stat : 14079 (sugar) S 14077 14079 13604 0 -1 4194304 1374 44125 0 2 6 2 77156 54 16 0 1 0 20901303 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4217 1112 409 3 0 796 0
[pid=14109] ppid=14079 vsize=5356 CPUtime=0
/proc/14109/stat : 14109 (sh) S 14079 14079 13604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20978918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14109/statm: 1339 232 193 169 0 50 0
[pid=14110] ppid=14109 vsize=68220 CPUtime=33.16
/proc/14110/stat : 14110 (minisat) R 14109 14079 13604 0 -1 4194304 16188 0 0 0 3306 10 0 0 25 0 1 0 20978919 69857280 16174 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 1 0 0
/proc/14110/statm: 17055 16174 75 150 0 16902 0
Current children cumulated CPU time (s) 805.34
Current children cumulated vsize (KiB) 90444

[startup+811.101 s]
/proc/loadavg: 2.03 2.05 2.05 3/85 14110
/proc/meminfo: memFree=1188184/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16868 CPUtime=772.18
/proc/14079/stat : 14079 (sugar) S 14077 14079 13604 0 -1 4194304 1374 44125 0 2 6 2 77156 54 16 0 1 0 20901303 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4217 1112 409 3 0 796 0
[pid=14109] ppid=14079 vsize=5356 CPUtime=0
/proc/14109/stat : 14109 (sh) S 14079 14079 13604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20978918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14109/statm: 1339 232 193 169 0 50 0
[pid=14110] ppid=14109 vsize=68564 CPUtime=34.75
/proc/14110/stat : 14110 (minisat) R 14109 14079 13604 0 -1 4194304 16271 0 0 0 3465 10 0 0 25 0 1 0 20978919 70209536 16257 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14110/statm: 17141 16257 75 150 0 16988 0
Current children cumulated CPU time (s) 806.93
Current children cumulated vsize (KiB) 90788

[startup+812.702 s]
/proc/loadavg: 2.03 2.05 2.05 3/85 14110
/proc/meminfo: memFree=1187992/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16868 CPUtime=772.18
/proc/14079/stat : 14079 (sugar) S 14077 14079 13604 0 -1 4194304 1374 44125 0 2 6 2 77156 54 16 0 1 0 20901303 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4217 1112 409 3 0 796 0
[pid=14109] ppid=14079 vsize=5356 CPUtime=0
/proc/14109/stat : 14109 (sh) S 14079 14079 13604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20978918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14109/statm: 1339 232 193 169 0 50 0
[pid=14110] ppid=14109 vsize=68564 CPUtime=36.34
/proc/14110/stat : 14110 (minisat) R 14109 14079 13604 0 -1 4194304 16281 0 0 0 3624 10 0 0 25 0 1 0 20978919 70209536 16267 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14110/statm: 17141 16267 75 150 0 16988 0
Current children cumulated CPU time (s) 808.52
Current children cumulated vsize (KiB) 90788

[startup+813.503 s]
/proc/loadavg: 2.03 2.05 2.05 3/85 14110
/proc/meminfo: memFree=1187992/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16868 CPUtime=772.18
/proc/14079/stat : 14079 (sugar) S 14077 14079 13604 0 -1 4194304 1374 44125 0 2 6 2 77156 54 16 0 1 0 20901303 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14079/statm: 4217 1112 409 3 0 796 0
[pid=14109] ppid=14079 vsize=5356 CPUtime=0
/proc/14109/stat : 14109 (sh) S 14079 14079 13604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20978918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14109/statm: 1339 232 193 169 0 50 0
[pid=14110] ppid=14109 vsize=68564 CPUtime=37.14
/proc/14110/stat : 14110 (minisat) R 14109 14079 13604 0 -1 4194304 16285 0 0 0 3704 10 0 0 25 0 1 0 20978919 70209536 16271 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14110/statm: 17141 16271 75 150 0 16988 0
Current children cumulated CPU time (s) 809.32
Current children cumulated vsize (KiB) 90788

[startup+813.704 s]
/proc/loadavg: 2.03 2.05 2.05 3/85 14110
/proc/meminfo: memFree=1187992/2055920 swapFree=4192952/4192956
[pid=14079] ppid=14077 vsize=16868 CPUtime=809.53
/proc/14079/stat : 14079 (sugar) R 14077 14079 13604 0 -1 4194304 1474 64367 0 3 6 4 80874 69 16 0 1 0 20901303 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14079/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 809.53
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 813.705
CPU time (s): 809.542
CPU user time (s): 808.804
CPU system time (s): 0.737887
CPU usage (%): 99.4883
Max. virtual memory (cumulated for all children) (KiB): 892864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 808.804
system time used= 0.737887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65901
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= 22216
involuntary context switches= 39324

runsolver used 0.993848 second user time and 2.74358 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-11 20:52:16
IDJOB=2065516
IDBENCH=54367
IDSOLVER=739
FILE ID=node2/2065516-1247338336
PBS_JOBID= 9506730
Free space on /tmp= 66312 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-7_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065516-1247338336/watcher-2065516-1247338336 -o /tmp/evaluation-result-2065516-1247338336/solver-2065516-1247338336 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2065516-1247338336.xml

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

MD5SUM BENCH= bc3f60bbd32d27cf2d8dbfd0a1f81e08
RANDOM SEED=573275701

node2.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.265
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.265
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:       1424936 kB
Buffers:         28816 kB
Cached:         324984 kB
SwapCached:          4 kB
Active:         251460 kB
Inactive:       324560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1424936 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            2520 kB
Writeback:           0 kB
Mapped:         242616 kB
Slab:            39740 kB
Committed_AS:   415772 kB
PageTables:       2356 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= 66312 MiB
End job on node2 at 2009-07-11 21:05:50