Trace number 1042740

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.1 1800.95

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-9.xml
MD5SUM0ce45c432ac349031f1c34773638f3be
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables243
Number of constraints118
Maximum constraint arity81
Maximum domain size81
Number of constraints which are defined in extension81
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(37)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Wed Jul  2 15:11:58 2008
0.00/0.14	c 0	PID 5588
0.00/0.15	c 0	HOST node55.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1042740-1215004318.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1042740-1215004318.xml' 'HOME/temp.csp'
0.04/0.41	c 0	2 domains, 243 variables, 0 predicates, 1 relations, 118 constraints
0.04/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.42	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.28/0.50	c 0	Parsing HOME/temp.csp
0.28/0.62	c 0	parsed 364 expressions
0.28/0.62	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.62	c 0	Converting to clausal form CSP
0.28/0.64	c 1	converted 37 (10%) expressions
0.28/0.64	c 1	converted 73 (20%) expressions
0.28/0.65	c 1	converted 110 (30%) expressions
0.28/0.65	c 1	converted 146 (40%) expressions
0.28/0.65	c 1	converted 182 (50%) expressions
0.28/0.65	c 1	converted 219 (60%) expressions
0.28/0.66	c 1	converted 255 (70%) expressions
0.28/0.68	c 1	converted 292 (80%) expressions
0.28/0.71	c 1	converted 328 (90%) expressions
0.28/0.97	c 1	converted 364 (100%) expressions
0.28/0.97	c 1	CSP : 243 integers, 0 booleans, 4691 clauses, largest domain size 81
0.28/0.97	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.97	c 1	Propagation in CSP
0.85/1.07	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.85/1.07	c 1	CSP : 243 integers, 0 booleans, 4691 clauses, largest domain size 81
0.85/1.07	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.85/1.07	c 1	Simplifing CSP by introducing new Boolean variables
0.95/1.18	c 1	CSP : 243 integers, 9072 booleans, 13763 clauses, largest domain size 81
0.95/1.18	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.24	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.25	c 1	25 (10%) CSP integer variables are encoded (175 clauses, 1801 bytes)
1.04/1.26	c 1	49 (20%) CSP integer variables are encoded (343 clauses, 3649 bytes)
1.04/1.26	c 1	73 (30%) CSP integer variables are encoded (511 clauses, 5497 bytes)
1.04/1.26	c 1	98 (40%) CSP integer variables are encoded (686 clauses, 7422 bytes)
1.04/1.26	c 1	122 (50%) CSP integer variables are encoded (854 clauses, 9270 bytes)
1.04/1.26	c 1	146 (60%) CSP integer variables are encoded (1022 clauses, 11413 bytes)
1.04/1.27	c 1	171 (70%) CSP integer variables are encoded (1845 clauses, 22112 bytes)
1.04/1.27	c 1	195 (80%) CSP integer variables are encoded (3741 clauses, 46760 bytes)
1.04/1.27	c 1	219 (90%) CSP integer variables are encoded (5637 clauses, 71408 bytes)
1.04/1.27	c 1	243 (100%) CSP integer variables are encoded (7533 clauses, 96056 bytes)
1.44/1.62	c 1	1377 (10%) CSP clauses are encoded (28589 clauses, 492792 bytes)
1.44/1.66	c 2	2753 (20%) CSP clauses are encoded (37165 clauses, 631561 bytes)
1.44/1.69	c 2	4129 (30%) CSP clauses are encoded (49997 clauses, 864910 bytes)
1.64/1.84	c 2	5506 (40%) CSP clauses are encoded (124814 clauses, 2348398 bytes)
1.74/1.98	c 2	6882 (50%) CSP clauses are encoded (199550 clauses, 3830277 bytes)
1.94/2.13	c 2	8258 (60%) CSP clauses are encoded (274366 clauses, 5313751 bytes)
2.04/2.28	c 2	9635 (70%) CSP clauses are encoded (349183 clauses, 6797239 bytes)
2.24/2.41	c 2	11011 (80%) CSP clauses are encoded (423919 clauses, 8279118 bytes)
2.34/2.55	c 2	12387 (90%) CSP clauses are encoded (498655 clauses, 9760997 bytes)
2.44/2.69	c 3	13763 (100%) CSP clauses are encoded (573311 clauses, 11242148 bytes)
2.44/2.69	c 3	13763 CSP clauses encoded
2.44/2.69	c 3	Writing map file : HOME/temp.map
2.54/2.70	c 3	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.54/2.70	c 3	SAT : 16848 SAT variables, 573311 SAT clauses, 11242148 bytes
2.54/2.70	c 3	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.54/2.72	c 3	SOLVING HOME/temp.cnf
2.54/2.72	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.54/2.72	c 3	This is MiniSat 2.0 beta
2.54/2.72	c 3	WARNING: for repeatability, setting FPU to use double precision
2.54/2.72	c 3	============================[ Problem Statistics ]=============================
2.54/2.72	c 3	|                                                                             |
2.54/2.73	c 3	|  Number of variables:  16848                                                |
2.54/2.73	c 3	|  Number of clauses:    573311                                               |
2.55/3.02	c 3	|  Parsing time:         0.25         s                                       |
2.55/3.03	c 3	============================[ Search Statistics ]==============================
2.55/3.03	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.55/3.03	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.55/3.03	c 3	===============================================================================
2.55/3.03	c 3	|         0 |   16848   573311  1701972 |   191103        0    nan |  0.000 % |
2.55/3.13	c 3	|       101 |   16848   573311  1701972 |   210214      101     17 |  0.000 % |
3.02/3.25	c 3	|       251 |   16848   573311  1701972 |   231235      251     12 |  0.000 % |
3.21/3.41	c 3	|       476 |   16848   573311  1701972 |   254358      476     10 |  0.000 % |
3.41/3.69	c 4	|       814 |   16848   573311  1701972 |   279794      814      9 |  0.000 % |
4.01/4.23	c 4	|      1322 |   16848   573311  1701972 |   307774     1322     18 |  0.000 % |
4.81/5.04	c 5	|      2083 |   16848   573311  1701972 |   338551     2083     24 |  0.000 % |
6.21/6.47	c 6	|      3224 |   16848   573311  1701972 |   372406     3224     36 |  0.000 % |
8.61/8.85	c 9	|      4932 |   16848   573311  1701972 |   409647     4932     37 |  0.000 % |
13.70/13.90	c 14	|      7494 |   16848   573311  1701972 |   450612     7494     45 |  0.000 % |
20.80/21.06	c 21	|     11339 |   16848   573311  1701972 |   495673    11339     51 |  0.000 % |
31.60/31.89	c 32	|     17106 |   16848   573311  1701972 |   545241    17106     60 |  0.000 % |
45.49/45.75	c 46	|     25758 |   16848   573311  1701972 |   599765    25758     62 |  0.000 % |
64.48/64.72	c 65	|     38732 |   16848   573311  1701972 |   659741    38732     59 |  0.000 % |
105.97/106.20	c 106	|     58193 |   16848   573311  1701972 |   725715    58193     67 |  0.000 % |
163.95/164.23	c 164	|     87385 |   16848   573311  1701972 |   798287    87385     67 |  0.000 % |
282.81/283.10	c 283	|    131174 |   16848   573311  1701972 |   878116   131174     73 |  0.000 % |
513.62/514.04	c 514	|    196859 |   16848   573311  1701972 |   965927   196859     89 |  0.000 % |
759.23/759.73	c 760	|    295385 |   16848   573311  1701972 |  1062520   295385     85 |  0.000 % |
1319.25/1319.93	c 1320	|    443174 |   16848   573311  1701972 |  1168772   443174     87 |  0.000 % |
1800.10/1800.91	c ERROR INTERRUPTED
1800.10/1800.94	s UNKNOWN
1800.10/1800.94	c 1801	CPU 2.36 (0.03 0.01 2.33 0.19)
1800.10/1800.94	c 1801	END Wed Jul  2 15:41:59 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1042740-1215004318/watcher-1042740-1215004318 -o /tmp/evaluation-result-1042740-1215004318/solver-1042740-1215004318 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1042740-1215004318.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 5588
/proc/meminfo: memFree=1903624/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=18572 CPUtime=0
/proc/5588/stat : 5588 (runsolver) D 5586 5588 4519 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1530098594 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 248761609511 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/5588/statm: 4643 292 257 25 0 2626 0

[startup+0.061288 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 5588
/proc/meminfo: memFree=1903624/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=12268 CPUtime=0
/proc/5588/stat : 5588 (sugar) D 5586 5588 4519 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 1530098594 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/5588/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101294 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 5588
/proc/meminfo: memFree=1903624/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=12412 CPUtime=0
/proc/5588/stat : 5588 (sugar) D 5586 5588 4519 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 1530098594 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/5588/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301335 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 5588
/proc/meminfo: memFree=1903624/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=13600 CPUtime=0.04
/proc/5588/stat : 5588 (sugar) S 5586 5588 4519 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1530098594 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5588/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701406 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 5588
/proc/meminfo: memFree=1903624/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=13600 CPUtime=0.28
/proc/5588/stat : 5588 (sugar) S 5586 5588 4519 0 -1 4194304 973 4332 0 1 3 1 21 3 15 0 1 0 1530098594 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5588/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13600

[startup+1.50254 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 5610
/proc/meminfo: memFree=1886896/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=13600 CPUtime=0.28
/proc/5588/stat : 5588 (sugar) S 5586 5588 4519 0 -1 4194304 974 4332 0 1 3 1 21 3 15 0 1 0 1530098594 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5588/statm: 3400 797 370 3 0 500 0
[pid=5601] ppid=5588 vsize=5356 CPUtime=0
/proc/5601/stat : 5601 (sh) S 5588 5588 4519 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1530098636 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5601/statm: 1339 233 193 169 0 50 0
[pid=5602] ppid=5601 vsize=868456 CPUtime=1.06
/proc/5602/stat : 5602 (java) S 5601 5588 4519 0 -1 0 7961 0 1 0 100 6 0 0 18 0 9 0 1530098636 889298944 7139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5602/statm: 217114 7139 2564 9 0 211661 0
[pid=5602/tid=5603] ppid=5601 vsize=868456 CPUtime=0.57
/proc/5602/task/5603/stat : 5603 (java) R 5601 5588 4519 0 -1 64 2753 0 1 0 55 2 0 0 19 0 9 0 1530098637 889298944 7139 996147200 134512640 134550740 4294955952 18446744073709551615 4126932972 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5602/tid=5604] ppid=5601 vsize=868456 CPUtime=0.23
/proc/5602/task/5604/stat : 5604 (java) S 5601 5588 4519 0 -1 64 3033 0 0 0 22 1 0 0 16 0 9 0 1530098638 889298944 7139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5602/tid=5605] ppid=5601 vsize=868456 CPUtime=0
/proc/5602/task/5605/stat : 5605 (java) S 5601 5588 4519 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1530098639 889298944 7139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5602/tid=5606] ppid=5601 vsize=868456 CPUtime=0
/proc/5602/task/5606/stat : 5606 (java) S 5601 5588 4519 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1530098639 889298944 7139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5602/tid=5607] ppid=5601 vsize=868456 CPUtime=0
/proc/5602/task/5607/stat : 5607 (java) S 5601 5588 4519 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1530098641 889298944 7139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5602/tid=5608] ppid=5601 vsize=868456 CPUtime=0.23
/proc/5602/task/5608/stat : 5608 (java) S 5601 5588 4519 0 -1 64 1482 0 0 0 22 1 0 0 16 0 9 0 1530098641 889298944 7139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5602/tid=5609] ppid=5601 vsize=868456 CPUtime=0
/proc/5602/task/5609/stat : 5609 (java) S 5601 5588 4519 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1530098641 889298944 7139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5602/tid=5610] ppid=5601 vsize=868456 CPUtime=0
/proc/5602/task/5610/stat : 5610 (java) S 5601 5588 4519 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1530098641 889298944 7139 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 887412

[startup+3.10182 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 5610
/proc/meminfo: memFree=1877296/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=13600 CPUtime=2.55
/proc/5588/stat : 5588 (sugar) S 5586 5588 4519 0 -1 4194304 1034 12944 0 2 3 1 232 19 15 0 1 0 1530098594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5588/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 13600

[startup+6.30237 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 5612
/proc/meminfo: memFree=1863152/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=13600 CPUtime=2.55
/proc/5588/stat : 5588 (sugar) S 5586 5588 4519 0 -1 4194304 1034 12944 0 2 3 1 232 19 15 0 1 0 1530098594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5588/statm: 3400 799 370 3 0 500 0
[pid=5611] ppid=5588 vsize=5356 CPUtime=0
/proc/5611/stat : 5611 (sh) S 5588 5588 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1530098866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5611/statm: 1339 232 193 169 0 50 0
[pid=5612] ppid=5611 vsize=27692 CPUtime=3.56
/proc/5612/stat : 5612 (minisat) R 5611 5588 4519 0 -1 4194304 6702 0 0 0 352 4 0 0 25 0 1 0 1530098867 28356608 6688 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/5612/statm: 6923 6688 76 150 0 6770 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 46648

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 5612
/proc/meminfo: memFree=1862384/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=13600 CPUtime=2.55
/proc/5588/stat : 5588 (sugar) S 5586 5588 4519 0 -1 4194304 1034 12944 0 2 3 1 232 19 16 0 1 0 1530098594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5588/statm: 3400 799 370 3 0 500 0
[pid=5611] ppid=5588 vsize=5356 CPUtime=0
/proc/5611/stat : 5611 (sh) S 5588 5588 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1530098866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5611/statm: 1339 232 193 169 0 50 0
[pid=5612] ppid=5611 vsize=28644 CPUtime=9.95
/proc/5612/stat : 5612 (minisat) R 5611 5588 4519 0 -1 4194304 6916 0 0 0 991 4 0 0 25 0 1 0 1530098867 29331456 6902 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5612/statm: 7161 6902 76 150 0 7008 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 47600

[startup+25.5027 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 5612
/proc/meminfo: memFree=1860528/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=13600 CPUtime=2.55
/proc/5588/stat : 5588 (sugar) S 5586 5588 4519 0 -1 4194304 1034 12944 0 2 3 1 232 19 16 0 1 0 1530098594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5588/statm: 3400 799 370 3 0 500 0
[pid=5611] ppid=5588 vsize=5356 CPUtime=0
/proc/5611/stat : 5611 (sh) S 5588 5588 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1530098866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5611/statm: 1339 232 193 169 0 50 0
[pid=5612] ppid=5611 vsize=30492 CPUtime=22.75
/proc/5612/stat : 5612 (minisat) R 5611 5588 4519 0 -1 4194304 7392 0 0 0 2270 5 0 0 25 0 1 0 1530098867 31223808 7378 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5612/statm: 7623 7378 76 150 0 7470 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 49448

[startup+51.1021 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 5612
/proc/meminfo: memFree=1855856/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=13600 CPUtime=2.55
/proc/5588/stat : 5588 (sugar) S 5586 5588 4519 0 -1 4194304 1034 12944 0 2 3 1 232 19 16 0 1 0 1530098594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5588/statm: 3400 799 370 3 0 500 0
[pid=5611] ppid=5588 vsize=5356 CPUtime=0
/proc/5611/stat : 5611 (sh) S 5588 5588 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1530098866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5611/statm: 1339 232 193 169 0 50 0
[pid=5612] ppid=5611 vsize=35284 CPUtime=48.33
/proc/5612/stat : 5612 (minisat) R 5611 5588 4519 0 -1 4194304 8573 0 0 0 4827 6 0 0 25 0 1 0 1530098867 36130816 8559 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/5612/statm: 8821 8559 76 150 0 8668 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 54240

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 5612
/proc/meminfo: memFree=1847344/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=13600 CPUtime=2.55
/proc/5588/stat : 5588 (sugar) S 5586 5588 4519 0 -1 4194304 1034 12944 0 2 3 1 232 19 16 0 1 0 1530098594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5588/statm: 3400 799 370 3 0 500 0
[pid=5611] ppid=5588 vsize=5356 CPUtime=0
/proc/5611/stat : 5611 (sh) S 5588 5588 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1530098866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5611/statm: 1339 232 193 169 0 50 0
[pid=5612] ppid=5611 vsize=43680 CPUtime=99.52
/proc/5612/stat : 5612 (minisat) R 5611 5588 4519 0 -1 4194304 10676 0 0 0 9942 10 0 0 25 0 1 0 1530098867 44728320 10662 996147200 134512640 135127466 4294956272 18446744073709551615 134528448 0 0 4096 3 0 0 0 17 1 0 0
/proc/5612/statm: 10920 10662 76 150 0 10767 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 62636

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 5612
/proc/meminfo: memFree=1838192/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=13600 CPUtime=2.55
/proc/5588/stat : 5588 (sugar) S 5586 5588 4519 0 -1 4194304 1034 12944 0 2 3 1 232 19 16 0 1 0 1530098594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5588/statm: 3400 799 370 3 0 500 0
[pid=5611] ppid=5588 vsize=5356 CPUtime=0
/proc/5611/stat : 5611 (sh) S 5588 5588 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1530098866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5611/statm: 1339 232 193 169 0 50 0
[pid=5612] ppid=5611 vsize=52776 CPUtime=159.5
/proc/5612/stat : 5612 (minisat) R 5611 5588 4519 0 -1 4194304 12950 0 0 0 15938 12 0 0 25 0 1 0 1530098867 54042624 12936 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5612/statm: 13194 12936 76 150 0 13041 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 71732

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 5612
/proc/meminfo: memFree=1829488/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=13600 CPUtime=2.55
/proc/5588/stat : 5588 (sugar) S 5586 5588 4519 0 -1 4194304 1034 12944 0 2 3 1 232 19 16 0 1 0 1530098594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5588/statm: 3400 799 370 3 0 500 0
[pid=5611] ppid=5588 vsize=5356 CPUtime=0
/proc/5611/stat : 5611 (sh) S 5588 5588 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1530098866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5611/statm: 1339 232 193 169 0 50 0
[pid=5612] ppid=5611 vsize=61404 CPUtime=219.48
/proc/5612/stat : 5612 (minisat) R 5611 5588 4519 0 -1 4194304 15104 0 0 0 21933 15 0 0 25 0 1 0 1530098867 62877696 15090 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5612/statm: 15351 15090 76 150 0 15198 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 80360

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

/proc/meminfo: memFree=1712512/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=13600 CPUtime=2.55
/proc/5588/stat : 5588 (sugar) S 5586 5588 4519 0 -1 4194304 1034 12944 0 2 3 1 232 19 16 0 1 0 1530098594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5588/statm: 3400 799 370 3 0 500 0
[pid=5611] ppid=5588 vsize=5356 CPUtime=0
/proc/5611/stat : 5611 (sh) S 5588 5588 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1530098866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5611/statm: 1339 232 193 169 0 50 0
[pid=5612] ppid=5611 vsize=198544 CPUtime=1359.08
/proc/5612/stat : 5612 (minisat) R 5611 5588 4519 0 -1 4194304 49398 0 0 0 135849 59 0 0 25 0 1 0 1530098867 203309056 49384 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5612/statm: 49636 49384 76 150 0 49483 0
Current children cumulated CPU time (s) 1361.63
Current children cumulated vsize (KiB) 217500

[startup+1422.31 s]
/proc/loadavg: 1.00 1.03 1.33 2/67 5636
/proc/meminfo: memFree=1706176/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=13600 CPUtime=2.55
/proc/5588/stat : 5588 (sugar) S 5586 5588 4519 0 -1 4194304 1034 12944 0 2 3 1 232 19 16 0 1 0 1530098594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5588/statm: 3400 799 370 3 0 500 0
[pid=5611] ppid=5588 vsize=5356 CPUtime=0
/proc/5611/stat : 5611 (sh) S 5588 5588 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1530098866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5611/statm: 1339 232 193 169 0 50 0
[pid=5612] ppid=5611 vsize=205672 CPUtime=1419.07
/proc/5612/stat : 5612 (minisat) R 5611 5588 4519 0 -1 4194304 50960 0 0 0 141847 60 0 0 25 0 1 0 1530098867 210608128 50946 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5612/statm: 51418 50946 76 150 0 51265 0
Current children cumulated CPU time (s) 1421.62
Current children cumulated vsize (KiB) 224628

[startup+1482.3 s]
/proc/loadavg: 1.00 1.02 1.30 3/67 5636
/proc/meminfo: memFree=1701184/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=13600 CPUtime=2.55
/proc/5588/stat : 5588 (sugar) S 5586 5588 4519 0 -1 4194304 1034 12944 0 2 3 1 232 19 16 0 1 0 1530098594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5588/statm: 3400 799 370 3 0 500 0
[pid=5611] ppid=5588 vsize=5356 CPUtime=0
/proc/5611/stat : 5611 (sh) S 5588 5588 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1530098866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5611/statm: 1339 232 193 169 0 50 0
[pid=5612] ppid=5611 vsize=210572 CPUtime=1479.05
/proc/5612/stat : 5612 (minisat) R 5611 5588 4519 0 -1 4194304 52206 0 0 0 147843 62 0 0 25 0 1 0 1530098867 215625728 52192 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/5612/statm: 52643 52192 76 150 0 52490 0
Current children cumulated CPU time (s) 1481.6
Current children cumulated vsize (KiB) 229528

[startup+1542.3 s]
/proc/loadavg: 1.00 1.01 1.28 2/67 5636
/proc/meminfo: memFree=1695872/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=13600 CPUtime=2.55
/proc/5588/stat : 5588 (sugar) S 5586 5588 4519 0 -1 4194304 1034 12944 0 2 3 1 232 19 16 0 1 0 1530098594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5588/statm: 3400 799 370 3 0 500 0
[pid=5611] ppid=5588 vsize=5356 CPUtime=0
/proc/5611/stat : 5611 (sh) S 5588 5588 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1530098866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5611/statm: 1339 232 193 169 0 50 0
[pid=5612] ppid=5611 vsize=215720 CPUtime=1539.02
/proc/5612/stat : 5612 (minisat) R 5611 5588 4519 0 -1 4194304 53511 0 0 0 153839 63 0 0 25 0 1 0 1530098867 220897280 53497 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/5612/statm: 53930 53497 76 150 0 53777 0
Current children cumulated CPU time (s) 1541.57
Current children cumulated vsize (KiB) 234676

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.26 2/67 5636
/proc/meminfo: memFree=1689856/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=13600 CPUtime=2.55
/proc/5588/stat : 5588 (sugar) S 5586 5588 4519 0 -1 4194304 1034 12944 0 2 3 1 232 19 16 0 1 0 1530098594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5588/statm: 3400 799 370 3 0 500 0
[pid=5611] ppid=5588 vsize=5356 CPUtime=0
/proc/5611/stat : 5611 (sh) S 5588 5588 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1530098866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5611/statm: 1339 232 193 169 0 50 0
[pid=5612] ppid=5611 vsize=221796 CPUtime=1599.01
/proc/5612/stat : 5612 (minisat) R 5611 5588 4519 0 -1 4194304 55024 0 0 0 159836 65 0 0 25 0 1 0 1530098867 227119104 55010 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5612/statm: 55449 55010 76 150 0 55296 0
Current children cumulated CPU time (s) 1601.56
Current children cumulated vsize (KiB) 240752

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.24 2/67 5636
/proc/meminfo: memFree=1684224/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=13600 CPUtime=2.55
/proc/5588/stat : 5588 (sugar) S 5586 5588 4519 0 -1 4194304 1034 12944 0 2 3 1 232 19 16 0 1 0 1530098594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5588/statm: 3400 799 370 3 0 500 0
[pid=5611] ppid=5588 vsize=5356 CPUtime=0
/proc/5611/stat : 5611 (sh) S 5588 5588 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1530098866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5611/statm: 1339 232 193 169 0 50 0
[pid=5612] ppid=5611 vsize=227208 CPUtime=1658.99
/proc/5612/stat : 5612 (minisat) R 5611 5588 4519 0 -1 4194304 56404 0 0 0 165833 66 0 0 25 0 1 0 1530098867 232660992 56390 996147200 134512640 135127466 4294956272 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/5612/statm: 56802 56390 76 150 0 56649 0
Current children cumulated CPU time (s) 1661.54
Current children cumulated vsize (KiB) 246164

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.23 2/67 5636
/proc/meminfo: memFree=1678784/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=13600 CPUtime=2.55
/proc/5588/stat : 5588 (sugar) S 5586 5588 4519 0 -1 4194304 1034 12944 0 2 3 1 232 19 16 0 1 0 1530098594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5588/statm: 3400 799 370 3 0 500 0
[pid=5611] ppid=5588 vsize=5356 CPUtime=0
/proc/5611/stat : 5611 (sh) S 5588 5588 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1530098866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5611/statm: 1339 232 193 169 0 50 0
[pid=5612] ppid=5611 vsize=232624 CPUtime=1718.97
/proc/5612/stat : 5612 (minisat) R 5611 5588 4519 0 -1 4194304 57768 0 0 0 171830 67 0 0 25 0 1 0 1530098867 238206976 57754 996147200 134512640 135127466 4294956272 18446744073709551615 134527128 0 0 4096 3 0 0 0 17 1 0 0
/proc/5612/statm: 58156 57754 76 150 0 58003 0
Current children cumulated CPU time (s) 1721.52
Current children cumulated vsize (KiB) 251580

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.21 2/67 5636
/proc/meminfo: memFree=1673344/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=13600 CPUtime=2.55
/proc/5588/stat : 5588 (sugar) S 5586 5588 4519 0 -1 4194304 1034 12944 0 2 3 1 232 19 16 0 1 0 1530098594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5588/statm: 3400 799 370 3 0 500 0
[pid=5611] ppid=5588 vsize=5356 CPUtime=0
/proc/5611/stat : 5611 (sh) S 5588 5588 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1530098866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5611/statm: 1339 232 193 169 0 50 0
[pid=5612] ppid=5611 vsize=238036 CPUtime=1778.95
/proc/5612/stat : 5612 (minisat) R 5611 5588 4519 0 -1 4194304 59117 0 0 0 177826 69 0 0 25 0 1 0 1530098867 243748864 59103 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5612/statm: 59509 59103 76 150 0 59356 0
Current children cumulated CPU time (s) 1781.5
Current children cumulated vsize (KiB) 256992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 1.00 1.00 1.20 2/67 5636
/proc/meminfo: memFree=1671744/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=13600 CPUtime=2.55
/proc/5588/stat : 5588 (sugar) S 5586 5588 4519 0 -1 4194304 1034 12944 0 2 3 1 232 19 16 0 1 0 1530098594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5588/statm: 3400 799 370 3 0 500 0
[pid=5611] ppid=5588 vsize=5356 CPUtime=0
/proc/5611/stat : 5611 (sh) S 5588 5588 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1530098866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5611/statm: 1339 232 193 169 0 50 0
[pid=5612] ppid=5611 vsize=239488 CPUtime=1797.55
/proc/5612/stat : 5612 (minisat) R 5611 5588 4519 0 -1 4194304 59500 0 0 0 179685 70 0 0 25 0 1 0 1530098867 245235712 59486 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5612/statm: 59872 59486 76 150 0 59719 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 258444

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.9 s]
/proc/loadavg: 1.00 1.00 1.20 2/67 5636
/proc/meminfo: memFree=1671744/2055920 swapFree=4180384/4192956
[pid=5588] ppid=5586 vsize=13600 CPUtime=2.55
/proc/5588/stat : 5588 (sugar) S 5586 5588 4519 0 -1 4194304 1034 12944 0 2 3 1 232 19 16 0 1 0 1530098594 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5588/statm: 3400 799 370 3 0 500 0
[pid=5611] ppid=5588 vsize=5356 CPUtime=0
/proc/5611/stat : 5611 (sh) S 5588 5588 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1530098866 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5611/statm: 1339 232 193 169 0 50 0
[pid=5612] ppid=5611 vsize=239488 CPUtime=1797.55
/proc/5612/stat : 5612 (minisat) R 5611 5588 4519 0 -1 4194304 59500 0 0 0 179685 70 0 0 25 0 1 0 1530098867 245235712 59486 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5612/statm: 59872 59486 76 150 0 59719 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 258444

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5588 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=368639
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=218966
# CPU time returned by wait4() is 2.5876
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.95
CPU time (s): 1800.1
CPU user time (s): 1799.2
CPU system time (s): 0.9
CPU usage (%): 99.9527
Max. virtual memory (cumulated for all children) (KiB): 887412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.36864
system time used= 0.218966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14321
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4394
involuntary context switches= 4137

runsolver used 2.13667 second user time and 4.44232 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-02 15:11:58
IDJOB=1042740
IDBENCH=53936
IDSOLVER=346
FILE ID=node55/1042740-1215004318
PBS_JOBID= 7870812
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ortholatin/normalized-ortholatin-9.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1042740-1215004318/watcher-1042740-1215004318 -o /tmp/evaluation-result-1042740-1215004318/solver-1042740-1215004318 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1042740-1215004318.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0ce45c432ac349031f1c34773638f3be
RANDOM SEED=929291100

node55.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1904168 kB
Buffers:          6952 kB
Cached:          55888 kB
SwapCached:       6316 kB
Active:          72604 kB
Inactive:        17788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1904168 kB
SwapTotal:     4192956 kB
SwapFree:      4180384 kB
Dirty:            1284 kB
Writeback:           0 kB
Mapped:          35228 kB
Slab:            46904 kB
Committed_AS:  2920012 kB
PageTables:       1724 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= 66544 MiB
End job on node55 at 2008-07-02 15:42:01