Trace number 1092499

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+minisatSAT 54.0714 49.7195

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-105-3.xml
MD5SUM223aaf1483a6ca1bf0f0bb4b746a8074
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark54.0714
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1748
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 18:33:15 2008
0.00/0.04	c 0	PID 14878
0.03/0.05	c 0	HOST node42.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1092499-1215275595.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1092499-1215275595.xml' 'HOME/temp.csp'
0.03/0.92	c 1	400 domains, 400 variables, 2 predicates, 0 relations, 4180 constraints
0.03/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.94	c 1	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.93/1.02	c 1	Parsing HOME/temp.csp
1.33/1.40	c 2	parsed 4982 expressions
1.33/1.40	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.40	c 2	Converting to clausal form CSP
1.33/1.44	c 2	converted 499 (10%) expressions
1.43/1.51	c 2	converted 997 (20%) expressions
1.52/1.62	c 2	converted 1495 (30%) expressions
1.52/1.65	c 2	converted 1993 (40%) expressions
1.52/1.67	c 2	converted 2491 (50%) expressions
1.52/1.68	c 2	converted 2990 (60%) expressions
1.52/1.70	c 2	converted 3488 (70%) expressions
1.62/1.71	c 2	converted 3986 (80%) expressions
1.62/1.72	c 2	converted 4484 (90%) expressions
1.62/1.78	c 2	converted 4982 (100%) expressions
1.62/1.78	c 2	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 1748
1.62/1.78	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.62/1.78	c 2	Propagation in CSP
1.92/2.04	c 2	387600 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.92/2.04	c 2	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 943
1.92/2.04	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.92/2.05	c 2	Simplifing CSP by introducing new Boolean variables
2.03/2.15	c 2	CSP : 400 integers, 7600 booleans, 11780 clauses, largest domain size 943
2.03/2.15	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.20	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.13/2.26	c 3	40 (10%) CSP integer variables are encoded (28900 clauses, 411384 bytes)
2.13/2.29	c 3	80 (20%) CSP integer variables are encoded (55280 clauses, 807084 bytes)
2.21/2.32	c 3	120 (30%) CSP integer variables are encoded (84240 clauses, 1241484 bytes)
2.21/2.36	c 3	160 (40%) CSP integer variables are encoded (115800 clauses, 1746767 bytes)
2.31/2.40	c 3	200 (50%) CSP integer variables are encoded (143240 clauses, 2213247 bytes)
2.31/2.44	c 3	240 (60%) CSP integer variables are encoded (170280 clauses, 2672927 bytes)
2.31/2.48	c 3	280 (70%) CSP integer variables are encoded (203200 clauses, 3232567 bytes)
2.41/2.53	c 3	320 (80%) CSP integer variables are encoded (230740 clauses, 3700747 bytes)
2.41/2.56	c 3	360 (90%) CSP integer variables are encoded (255220 clauses, 4116907 bytes)
2.51/2.60	c 3	400 (100%) CSP integer variables are encoded (290800 clauses, 4721767 bytes)
3.21/3.30	c 4	1178 (10%) CSP clauses are encoded (626685 clauses, 12276608 bytes)
3.70/3.89	c 4	2356 (20%) CSP clauses are encoded (917330 clauses, 19045030 bytes)
4.29/4.48	c 5	3534 (30%) CSP clauses are encoded (1196101 clauses, 25537509 bytes)
4.86/5.08	c 5	4712 (40%) CSP clauses are encoded (1496019 clauses, 32536250 bytes)
5.56/5.73	c 6	5890 (50%) CSP clauses are encoded (1817428 clauses, 40040325 bytes)
6.15/6.38	c 7	7068 (60%) CSP clauses are encoded (2152012 clauses, 47930154 bytes)
6.84/7.06	c 7	8246 (70%) CSP clauses are encoded (2494150 clauses, 56284130 bytes)
7.42/7.67	c 8	9424 (80%) CSP clauses are encoded (2791960 clauses, 63524319 bytes)
9.77/16.30	c 17	10602 (90%) CSP clauses are encoded (3171731 clauses, 72683042 bytes)
11.86/18.43	c 19	11780 (100%) CSP clauses are encoded (3522174 clauses, 80728960 bytes)
11.86/18.43	c 19	11780 CSP clauses encoded
11.86/18.43	c 19	Writing map file : HOME/temp.map
11.86/18.44	c 19	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.86/18.44	c 19	SAT : 298800 SAT variables, 3522174 SAT clauses, 80728960 bytes
11.86/18.44	c 19	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.89/18.50	c 19	SOLVING HOME/temp.cnf
0.89/18.50	c 19	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.89/18.50	c 19	This is MiniSat 2.0 beta
0.89/18.50	c 19	WARNING: for repeatability, setting FPU to use double precision
0.89/18.50	c 19	============================[ Problem Statistics ]=============================
0.89/18.50	c 19	|                                                                             |
0.89/18.50	c 19	|  Number of variables:  298800                                               |
0.89/18.50	c 19	|  Number of clauses:    3522174                                              |
13.81/20.45	c 21	|  Parsing time:         1.72         s                                       |
13.91/20.55	c 21	============================[ Search Statistics ]==============================
13.91/20.55	c 21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.91/20.55	c 21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.91/20.55	c 21	===============================================================================
13.91/20.55	c 21	|         0 |  297856  3521230  9985557 |  1173743        0    nan |  0.000 % |
15.62/22.26	c 23	|       102 |  297856  3521230  9985557 |  1291117      102     26 |  0.316 % |
17.21/23.84	c 24	|       253 |  297856  3521230  9985557 |  1420229      253     22 |  0.316 % |
19.80/26.48	c 27	|       478 |  297856  3521230  9985557 |  1562252      478     27 |  0.316 % |
22.10/28.72	c 29	|       815 |  297856  3521230  9985557 |  1718477      815     21 |  0.316 % |
27.60/34.24	c 35	|      1321 |  297856  3521230  9985557 |  1890325     1321     24 |  0.316 % |
34.60/41.21	c 42	|      2081 |  297856  3521230  9985557 |  2079357     2081     26 |  0.316 % |
42.39/49.02	c 49	===============================================================================
42.39/49.05	c 49	restarts              : 7
42.39/49.05	c 49	conflicts             : 2828           (93 /sec)
42.39/49.05	c 49	decisions             : 5284           (0.64 % random) (175 /sec)
42.39/49.05	c 49	propagations          : 45671955       (1508401 /sec)
42.39/49.05	c 49	conflict literals     : 85828          (20.37 % deleted)
42.39/49.05	c 49	Memory used           : 166.44 MB
42.39/49.05	c 49	CPU time              : 30.2784 s
42.39/49.05	c 49	
42.49/49.16	c 49	SATISFIABLE
42.49/49.19	c 50	DECODING HOME/temp.out WITH HOME/temp.map
42.49/49.19	c 50	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
42.59/49.27	c 50	Decoding HOME/temp.out
42.59/49.61	s SATISFIABLE
42.59/49.63	v 1 31 467 509 601 641 746 771 892 959 1012 1032 1084 1113 1164 1199 1362 1380 1423 1469 18 126 363 366 592 797 805 828 916 988 1016 1105 1312 1396 1460 1501 1531 1574 1670 1734 120 141 220 633 704 755 818 850 869 932 939 987 1077 1140 1165 1237 1329 1417 1486 1665 127 185 220 302 345 431 552 616 745 1008 1033 1106 1132 1172 1323 1431 1459 1541 1583 1665 83 85 126 141 216 247 313 419 485 581 643 672 721 907 957 1014 1186 1276 1315 1365 75 113 145 273 360 415 464 630 649 687 957 1032 1308 1383 1455 1556 1567 1600 1624 1660 0 4 26 125 135 227 306 308 362 466 501 559 598 690 854 1140 1184 1230 1363 1474 113 132 134 325 385 501 518 615 889 960 1053 1073 1141 1194 1248 1307 1406 1560 1641 1706 83 140 156 711 810 892 983 995 1014 1073 1116 1136 1220 1244 1324 1384 1466 1528 1657 1686 49 221 312 476 573 576 610 660 755 817 830 914 936 1044 1124 1182 1235 1241 1508 1649 2 299 308 380 468 594 788 866 948 971 978 1013 1107 1311 1321 1327 1412 1544 1562 1656 284 340 408 501 512 537 683 727 778 847 978 1020 1102 1145 1278 1326 1403 1500 1575 1704 67 91 177 235 461 564 589 619 658 664 705 724 783 885 995 1091 1123 1128 1174 1559 69 160 248 637 702 780 820 1060 1124 1132 1188 1198 1291 1319 1441 1589 1615 1648 1711 1713 299 314 359 455 506 608 647 669 742 821 939 1018 1238 1303 1327 1365 1382 1385 1589 1648 87 90 144 161 275 390 407 486 555 606 738 831 913 974 1133 1192 1278 1496 1579 1665 118 194 203 240 373 491 560 604 689 704 788 820 931 999 1094 1164 1245 1323 1628 1690 4 17 113 139 143 232 330 413 421 491 589 626 646 681 780 807 819 1458 1550 1673 0 166 167 202 299 334 499 564 617 737 802 908 986 1076 1085 1495 1562 1600 1739 1740 48 75 111 181 202 234 274 308 392 442 481 487 592 1303 1422 1520 1584 1625 1654 1658
42.59/49.63	c 50	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
42.59/49.67	c 50	CPU 38.92 (0.04 0.01 38.88 4.11)
42.59/49.67	c 50	END Sat Jul  5 18:34:05 2008

Verifier Data (download as text)

OK

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-1092499-1215275595/watcher-1092499-1215275595 -o /tmp/evaluation-result-1092499-1215275595/solver-1092499-1215275595 -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-1092499-1215275595.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: 1.99 1.98 1.99 4/81 14878
/proc/meminfo: memFree=1736144/2055920 swapFree=4180096/4192956
[pid=14878] ppid=14876 vsize=12268 CPUtime=0
/proc/14878/stat : 14878 (sugar) R 14876 14878 13071 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2006532000 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259415308901 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14878/statm: 3067 316 241 3 0 167 0

[startup+0.0501961 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 14878
/proc/meminfo: memFree=1736144/2055920 swapFree=4180096/4192956
[pid=14878] ppid=14876 vsize=13600 CPUtime=0.03
/proc/14878/stat : 14878 (sugar) S 14876 14878 13071 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2006532000 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14878/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10103 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 14878
/proc/meminfo: memFree=1736144/2055920 swapFree=4180096/4192956
[pid=14878] ppid=14876 vsize=13600 CPUtime=0.03
/proc/14878/stat : 14878 (sugar) S 14876 14878 13071 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006532000 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14878/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30202 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 14878
/proc/meminfo: memFree=1736144/2055920 swapFree=4180096/4192956
[pid=14878] ppid=14876 vsize=13600 CPUtime=0.03
/proc/14878/stat : 14878 (sugar) S 14876 14878 13071 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006532000 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14878/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701067 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 14878
/proc/meminfo: memFree=1736144/2055920 swapFree=4180096/4192956
[pid=14878] ppid=14876 vsize=13600 CPUtime=0.03
/proc/14878/stat : 14878 (sugar) S 14876 14878 13071 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006532000 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14878/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50216 s]
/proc/loadavg: 2.07 2.00 2.00 3/92 14900
/proc/meminfo: memFree=1730296/2055920 swapFree=4180096/4192956
[pid=14878] ppid=14876 vsize=13600 CPUtime=0.89
/proc/14878/stat : 14878 (sugar) S 14876 14878 13071 0 -1 4194304 974 7191 0 1 3 0 81 5 15 0 1 0 2006532000 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14878/statm: 3400 797 370 3 0 500 0
[pid=14891] ppid=14878 vsize=5356 CPUtime=0
/proc/14891/stat : 14891 (sh) S 14878 14878 13071 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006532094 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14891/statm: 1339 233 193 169 0 50 0
[pid=14892] ppid=14891 vsize=864156 CPUtime=0.54
/proc/14892/stat : 14892 (java) S 14891 14878 13071 0 -1 0 4292 0 1 0 51 3 0 0 18 0 9 0 2006532095 884895744 3713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14892/statm: 216039 3713 1731 9 0 210614 0
[pid=14892/tid=14893] ppid=14891 vsize=864156 CPUtime=0.39
/proc/14892/task/14893/stat : 14893 (java) R 14891 14878 13071 0 -1 64 2653 0 1 0 38 1 0 0 20 0 9 0 2006532095 884895744 3713 996147200 134512640 134550740 4294955952 18446744073709551615 4126402889 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14894] ppid=14891 vsize=864156 CPUtime=0.03
/proc/14892/task/14894/stat : 14894 (java) S 14891 14878 13071 0 -1 64 596 0 0 0 3 0 0 0 16 0 9 0 2006532097 884895744 3713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14895] ppid=14891 vsize=864156 CPUtime=0
/proc/14892/task/14895/stat : 14895 (java) S 14891 14878 13071 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2006532097 884895744 3713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14896] ppid=14891 vsize=864156 CPUtime=0
/proc/14892/task/14896/stat : 14896 (java) S 14891 14878 13071 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2006532097 884895744 3713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14897] ppid=14891 vsize=864156 CPUtime=0
/proc/14892/task/14897/stat : 14897 (java) S 14891 14878 13071 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006532099 884895744 3713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14898] ppid=14891 vsize=864156 CPUtime=0.09
/proc/14892/task/14898/stat : 14898 (java) S 14891 14878 13071 0 -1 64 352 0 0 0 9 0 0 0 16 0 9 0 2006532099 884895744 3713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14899] ppid=14891 vsize=864156 CPUtime=0
/proc/14892/task/14899/stat : 14899 (java) S 14891 14878 13071 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006532099 884895744 3713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14900] ppid=14891 vsize=864156 CPUtime=0
/proc/14892/task/14900/stat : 14900 (java) S 14891 14878 13071 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006532099 884895744 3713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883112

[startup+3.10234 s]
/proc/loadavg: 2.07 2.00 2.00 5/92 14900
/proc/meminfo: memFree=1715192/2055920 swapFree=4180096/4192956
[pid=14878] ppid=14876 vsize=13600 CPUtime=0.89
/proc/14878/stat : 14878 (sugar) S 14876 14878 13071 0 -1 4194304 974 7191 0 1 3 0 81 5 15 0 1 0 2006532000 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14878/statm: 3400 797 370 3 0 500 0
[pid=14891] ppid=14878 vsize=5356 CPUtime=0
/proc/14891/stat : 14891 (sh) S 14878 14878 13071 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006532094 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14891/statm: 1339 233 193 169 0 50 0
[pid=14892] ppid=14891 vsize=868480 CPUtime=2.12
/proc/14892/stat : 14892 (java) S 14891 14878 13071 0 -1 0 8279 0 1 0 199 13 0 0 18 0 9 0 2006532095 889323520 7185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14892/statm: 217120 7185 2564 9 0 211667 0
[pid=14892/tid=14893] ppid=14891 vsize=868480 CPUtime=1.57
/proc/14892/task/14893/stat : 14893 (java) R 14891 14878 13071 0 -1 64 3016 0 1 0 150 7 0 0 24 0 9 0 2006532095 889323520 7185 996147200 134512640 134550740 4294955952 18446744073709551615 4126590629 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14894] ppid=14891 vsize=868480 CPUtime=0.29
/proc/14892/task/14894/stat : 14894 (java) S 14891 14878 13071 0 -1 64 3071 0 0 0 25 4 0 0 16 0 9 0 2006532097 889323520 7185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14895] ppid=14891 vsize=868480 CPUtime=0
/proc/14892/task/14895/stat : 14895 (java) S 14891 14878 13071 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006532097 889323520 7185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14896] ppid=14891 vsize=868480 CPUtime=0
/proc/14892/task/14896/stat : 14896 (java) S 14891 14878 13071 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006532097 889323520 7185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14897] ppid=14891 vsize=868480 CPUtime=0
/proc/14892/task/14897/stat : 14897 (java) S 14891 14878 13071 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006532099 889323520 7185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14898] ppid=14891 vsize=868480 CPUtime=0.23
/proc/14892/task/14898/stat : 14898 (java) S 14891 14878 13071 0 -1 64 1500 0 0 0 22 1 0 0 16 0 9 0 2006532099 889323520 7185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14899] ppid=14891 vsize=868480 CPUtime=0
/proc/14892/task/14899/stat : 14899 (java) S 14891 14878 13071 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006532099 889323520 7185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14900] ppid=14891 vsize=868480 CPUtime=0
/proc/14892/task/14900/stat : 14900 (java) S 14891 14878 13071 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006532099 889323520 7185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887436

[startup+6.3027 s]
/proc/loadavg: 2.07 2.00 2.00 3/92 14900
/proc/meminfo: memFree=1678592/2055920 swapFree=4180096/4192956
[pid=14878] ppid=14876 vsize=13600 CPUtime=0.89
/proc/14878/stat : 14878 (sugar) S 14876 14878 13071 0 -1 4194304 974 7191 0 1 3 0 81 5 15 0 1 0 2006532000 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14878/statm: 3400 797 370 3 0 500 0
[pid=14891] ppid=14878 vsize=5356 CPUtime=0
/proc/14891/stat : 14891 (sh) S 14878 14878 13071 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006532094 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14891/statm: 1339 233 193 169 0 50 0
[pid=14892] ppid=14891 vsize=868480 CPUtime=5.26
/proc/14892/stat : 14892 (java) S 14891 14878 13071 0 -1 0 9192 0 1 0 487 39 0 0 18 0 9 0 2006532095 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14892/statm: 217120 7194 2565 9 0 211667 0
[pid=14892/tid=14893] ppid=14891 vsize=868480 CPUtime=4.48
/proc/14892/task/14893/stat : 14893 (java) R 14891 14878 13071 0 -1 64 3920 0 1 0 420 28 0 0 25 0 9 0 2006532095 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14894] ppid=14891 vsize=868480 CPUtime=0.51
/proc/14892/task/14894/stat : 14894 (java) S 14891 14878 13071 0 -1 64 3071 0 0 0 43 8 0 0 16 0 9 0 2006532097 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14895] ppid=14891 vsize=868480 CPUtime=0
/proc/14892/task/14895/stat : 14895 (java) S 14891 14878 13071 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006532097 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14896] ppid=14891 vsize=868480 CPUtime=0
/proc/14892/task/14896/stat : 14896 (java) S 14891 14878 13071 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006532097 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14897] ppid=14891 vsize=868480 CPUtime=0
/proc/14892/task/14897/stat : 14897 (java) S 14891 14878 13071 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006532099 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14898] ppid=14891 vsize=868480 CPUtime=0.25
/proc/14892/task/14898/stat : 14898 (java) S 14891 14878 13071 0 -1 64 1509 0 0 0 24 1 0 0 16 0 9 0 2006532099 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14899] ppid=14891 vsize=868480 CPUtime=0
/proc/14892/task/14899/stat : 14899 (java) S 14891 14878 13071 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006532099 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14900] ppid=14891 vsize=868480 CPUtime=0
/proc/14892/task/14900/stat : 14900 (java) S 14891 14878 13071 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006532099 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887436

[startup+12.7024 s]
/proc/loadavg: 2.14 2.02 2.01 2/92 14900
/proc/meminfo: memFree=1650560/2055920 swapFree=4180096/4192956
[pid=14878] ppid=14876 vsize=13600 CPUtime=0.89
/proc/14878/stat : 14878 (sugar) S 14876 14878 13071 0 -1 4194304 974 7191 0 1 3 0 81 5 15 0 1 0 2006532000 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14878/statm: 3400 797 370 3 0 500 0
[pid=14891] ppid=14878 vsize=5356 CPUtime=0
/proc/14891/stat : 14891 (sh) S 14878 14878 13071 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006532094 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14891/statm: 1339 233 193 169 0 50 0
[pid=14892] ppid=14891 vsize=868480 CPUtime=6.68
/proc/14892/stat : 14892 (java) S 14891 14878 13071 0 -1 0 9608 0 1 0 615 53 0 0 18 0 9 0 2006532095 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14892/statm: 217120 7194 2565 9 0 211667 0
[pid=14892/tid=14893] ppid=14891 vsize=868480 CPUtime=5.8
/proc/14892/task/14893/stat : 14893 (java) D 14891 14878 13071 0 -1 64 4336 0 1 0 540 40 0 0 18 0 9 0 2006532095 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=14892/tid=14894] ppid=14891 vsize=868480 CPUtime=0.62
/proc/14892/task/14894/stat : 14894 (java) S 14891 14878 13071 0 -1 64 3071 0 0 0 51 11 0 0 16 0 9 0 2006532097 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14895] ppid=14891 vsize=868480 CPUtime=0
/proc/14892/task/14895/stat : 14895 (java) S 14891 14878 13071 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006532097 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14896] ppid=14891 vsize=868480 CPUtime=0
/proc/14892/task/14896/stat : 14896 (java) S 14891 14878 13071 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006532097 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14897] ppid=14891 vsize=868480 CPUtime=0
/proc/14892/task/14897/stat : 14897 (java) S 14891 14878 13071 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006532099 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14898] ppid=14891 vsize=868480 CPUtime=0.25
/proc/14892/task/14898/stat : 14898 (java) S 14891 14878 13071 0 -1 64 1509 0 0 0 24 1 0 0 16 0 9 0 2006532099 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14899] ppid=14891 vsize=868480 CPUtime=0
/proc/14892/task/14899/stat : 14899 (java) S 14891 14878 13071 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006532099 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14900] ppid=14891 vsize=868480 CPUtime=0
/proc/14892/task/14900/stat : 14900 (java) S 14891 14878 13071 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006532099 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 887436

[startup+18.402 s]
/proc/loadavg: 2.13 2.02 2.00 3/92 14900
/proc/meminfo: memFree=1633344/2055920 swapFree=4180096/4192956
[pid=14878] ppid=14876 vsize=13600 CPUtime=0.89
/proc/14878/stat : 14878 (sugar) S 14876 14878 13071 0 -1 4194304 974 7191 0 1 3 0 81 5 16 0 1 0 2006532000 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14878/statm: 3400 797 370 3 0 500 0
[pid=14891] ppid=14878 vsize=5356 CPUtime=0
/proc/14891/stat : 14891 (sh) S 14878 14878 13071 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006532094 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14891/statm: 1339 233 193 169 0 50 0
[pid=14892] ppid=14891 vsize=868480 CPUtime=10.97
/proc/14892/stat : 14892 (java) S 14891 14878 13071 0 -1 0 9994 0 1 0 725 372 0 0 18 0 9 0 2006532095 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14892/statm: 217120 7194 2565 9 0 211667 0
[pid=14892/tid=14893] ppid=14891 vsize=868480 CPUtime=10
/proc/14892/task/14893/stat : 14893 (java) R 14891 14878 13071 0 -1 64 4722 0 1 0 643 357 0 0 25 0 9 0 2006532095 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14892/tid=14894] ppid=14891 vsize=868480 CPUtime=0.71
/proc/14892/task/14894/stat : 14894 (java) S 14891 14878 13071 0 -1 64 3071 0 0 0 58 13 0 0 16 0 9 0 2006532097 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14892/tid=14895] ppid=14891 vsize=868480 CPUtime=0
/proc/14892/task/14895/stat : 14895 (java) S 14891 14878 13071 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006532097 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14896] ppid=14891 vsize=868480 CPUtime=0
/proc/14892/task/14896/stat : 14896 (java) S 14891 14878 13071 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006532097 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14897] ppid=14891 vsize=868480 CPUtime=0
/proc/14892/task/14897/stat : 14897 (java) S 14891 14878 13071 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006532099 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14898] ppid=14891 vsize=868480 CPUtime=0.25
/proc/14892/task/14898/stat : 14898 (java) S 14891 14878 13071 0 -1 64 1509 0 0 0 24 1 0 0 16 0 9 0 2006532099 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14899] ppid=14891 vsize=868480 CPUtime=0
/proc/14892/task/14899/stat : 14899 (java) S 14891 14878 13071 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006532099 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14892/tid=14900] ppid=14891 vsize=868480 CPUtime=0
/proc/14892/task/14900/stat : 14900 (java) S 14891 14878 13071 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006532099 889323520 7194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 887436

# WARNING:
# current cumulated CPU time (0.89 s) is less than in the last sample (11.86 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (10.97 s) to the 'lost time'.

[startup+18.501 s]
/proc/loadavg: 2.13 2.02 2.00 3/92 14900
/proc/meminfo: memFree=1633344/2055920 swapFree=4180096/4192956
[pid=14878] ppid=14876 vsize=13600 CPUtime=0.89
/proc/14878/stat : 14878 (sugar) S 14876 14878 13071 0 -1 4194304 974 7191 0 1 3 0 81 5 16 0 1 0 2006532000 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14878/statm: 3400 797 370 3 0 500 0
[pid=14891] ppid=14878 vsize=5356 CPUtime=0
/proc/14891/stat : 14891 (sh) S 14878 14878 13071 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006532094 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14891/statm: 1339 233 193 169 0 50 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 18956

[startup+25.5018 s]
/proc/loadavg: 2.11 2.02 2.00 3/84 14902
/proc/meminfo: memFree=1484736/2055920 swapFree=4180096/4192956
[pid=14878] ppid=14876 vsize=13600 CPUtime=11.93
/proc/14878/stat : 14878 (sugar) S 14876 14878 13071 0 -1 4194304 1033 17492 0 2 3 1 809 380 16 0 1 0 2006532000 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14878/statm: 3400 799 370 3 0 500 0
[pid=14901] ppid=14878 vsize=5356 CPUtime=0
/proc/14901/stat : 14901 (sh) S 14878 14878 13071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006533850 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14901/statm: 1339 232 193 169 0 50 0
[pid=14902] ppid=14901 vsize=169216 CPUtime=6.98
/proc/14902/stat : 14902 (minisat) R 14901 14878 13071 0 -1 4194304 41746 0 0 0 675 23 0 0 25 0 1 0 2006533850 173277184 41732 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14902/statm: 42304 41732 75 150 0 42151 0
Current children cumulated CPU time (s) 18.91
Current children cumulated vsize (KiB) 188172

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

[startup+26.902 s]
/proc/loadavg: 2.11 2.02 2.00 3/84 14902
/proc/meminfo: memFree=1484480/2055920 swapFree=4180096/4192956
[pid=14878] ppid=14876 vsize=13600 CPUtime=11.93
/proc/14878/stat : 14878 (sugar) S 14876 14878 13071 0 -1 4194304 1033 17492 0 2 3 1 809 380 16 0 1 0 2006532000 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14878/statm: 3400 799 370 3 0 500 0
[pid=14901] ppid=14878 vsize=5356 CPUtime=0
/proc/14901/stat : 14901 (sh) S 14878 14878 13071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006533850 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14901/statm: 1339 232 193 169 0 50 0
[pid=14902] ppid=14901 vsize=169480 CPUtime=8.37
/proc/14902/stat : 14902 (minisat) R 14901 14878 13071 0 -1 4194304 41834 0 0 0 814 23 0 0 25 0 1 0 2006533850 173547520 41820 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14902/statm: 42370 41820 75 150 0 42217 0
Current children cumulated CPU time (s) 20.3
Current children cumulated vsize (KiB) 188436

[startup+39.7024 s]
/proc/loadavg: 2.09 2.01 2.00 3/84 14902
/proc/meminfo: memFree=1484224/2055920 swapFree=4180096/4192956
[pid=14878] ppid=14876 vsize=13600 CPUtime=11.93
/proc/14878/stat : 14878 (sugar) S 14876 14878 13071 0 -1 4194304 1033 17492 0 2 3 1 809 380 16 0 1 0 2006532000 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14878/statm: 3400 799 370 3 0 500 0
[pid=14901] ppid=14878 vsize=5356 CPUtime=0
/proc/14901/stat : 14901 (sh) S 14878 14878 13071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006533850 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14901/statm: 1339 232 193 169 0 50 0
[pid=14902] ppid=14901 vsize=170008 CPUtime=21.17
/proc/14902/stat : 14902 (minisat) R 14901 14878 13071 0 -1 4194304 41963 0 0 0 2093 24 0 0 25 0 1 0 2006533850 174088192 41949 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14902/statm: 42502 41949 75 150 0 42349 0
Current children cumulated CPU time (s) 33.1
Current children cumulated vsize (KiB) 188964

[startup+46.1011 s]
/proc/loadavg: 2.08 2.01 2.00 3/84 14902
/proc/meminfo: memFree=1484224/2055920 swapFree=4180096/4192956
[pid=14878] ppid=14876 vsize=13600 CPUtime=11.93
/proc/14878/stat : 14878 (sugar) S 14876 14878 13071 0 -1 4194304 1033 17492 0 2 3 1 809 380 16 0 1 0 2006532000 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14878/statm: 3400 799 370 3 0 500 0
[pid=14901] ppid=14878 vsize=5356 CPUtime=0
/proc/14901/stat : 14901 (sh) S 14878 14878 13071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006533850 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14901/statm: 1339 232 193 169 0 50 0
[pid=14902] ppid=14901 vsize=170140 CPUtime=27.56
/proc/14902/stat : 14902 (minisat) R 14901 14878 13071 0 -1 4194304 41997 0 0 0 2732 24 0 0 25 0 1 0 2006533850 174223360 41983 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14902/statm: 42535 41983 75 150 0 42382 0
Current children cumulated CPU time (s) 39.49
Current children cumulated vsize (KiB) 189096

[startup+47.7013 s]
/proc/loadavg: 2.08 2.01 2.00 3/84 14902
/proc/meminfo: memFree=1484288/2055920 swapFree=4180096/4192956
[pid=14878] ppid=14876 vsize=13600 CPUtime=11.93
/proc/14878/stat : 14878 (sugar) S 14876 14878 13071 0 -1 4194304 1033 17492 0 2 3 1 809 380 16 0 1 0 2006532000 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14878/statm: 3400 799 370 3 0 500 0
[pid=14901] ppid=14878 vsize=5356 CPUtime=0
/proc/14901/stat : 14901 (sh) S 14878 14878 13071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006533850 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14901/statm: 1339 232 193 169 0 50 0
[pid=14902] ppid=14901 vsize=170140 CPUtime=29.16
/proc/14902/stat : 14902 (minisat) R 14901 14878 13071 0 -1 4194304 41999 0 0 0 2892 24 0 0 25 0 1 0 2006533850 174223360 41985 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/14902/statm: 42535 41985 75 150 0 42382 0
Current children cumulated CPU time (s) 41.09
Current children cumulated vsize (KiB) 189096

[startup+48.5024 s]
/proc/loadavg: 2.08 2.01 2.00 3/84 14902
/proc/meminfo: memFree=1484288/2055920 swapFree=4180096/4192956
[pid=14878] ppid=14876 vsize=13600 CPUtime=11.93
/proc/14878/stat : 14878 (sugar) S 14876 14878 13071 0 -1 4194304 1033 17492 0 2 3 1 809 380 16 0 1 0 2006532000 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14878/statm: 3400 799 370 3 0 500 0
[pid=14901] ppid=14878 vsize=5356 CPUtime=0
/proc/14901/stat : 14901 (sh) S 14878 14878 13071 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006533850 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14901/statm: 1339 232 193 169 0 50 0
[pid=14902] ppid=14901 vsize=170140 CPUtime=29.96
/proc/14902/stat : 14902 (minisat) R 14901 14878 13071 0 -1 4194304 41999 0 0 0 2972 24 0 0 25 0 1 0 2006533850 174223360 41985 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/14902/statm: 42535 41985 75 150 0 42382 0
Current children cumulated CPU time (s) 41.89
Current children cumulated vsize (KiB) 189096

[startup+49.3025 s]
/proc/loadavg: 2.08 2.01 2.00 3/84 14902
/proc/meminfo: memFree=1484288/2055920 swapFree=4180096/4192956
[pid=14878] ppid=14876 vsize=13600 CPUtime=42.59
/proc/14878/stat : 14878 (sugar) S 14876 14878 13071 0 -1 4194304 1090 59901 0 2 3 1 3847 408 16 0 1 0 2006532000 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14878/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 42.59
Current children cumulated vsize (KiB) 13600

[startup+49.7015 s]
/proc/loadavg: 2.08 2.01 2.00 3/82 14912
/proc/meminfo: memFree=1719824/2055920 swapFree=4180096/4192956
[pid=14878] ppid=14876 vsize=13600 CPUtime=43.07
/proc/14878/stat : 14878 (sugar) R 14876 14878 13071 0 -1 4194304 1119 63771 0 3 4 4 3888 411 16 0 1 0 2006532000 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14878/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 43.07
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 10.97
#  lost CPU user time (s): 7.25
#  lost CPU system time (s): 3.72

Real time (s): 49.7195
CPU time (s): 54.0714
CPU user time (s): 46.1751
CPU system time (s): 7.89637
CPU usage (%): 108.753
Max. virtual memory (cumulated for all children) (KiB): 887436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.9251
system time used= 4.17636
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64920
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= 17209
involuntary context switches= 16884

runsolver used 0.065989 second user time and 0.157975 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-05 18:33:15
IDJOB=1092499
IDBENCH=58630
IDSOLVER=346
FILE ID=node42/1092499-1215275595
PBS_JOBID= 7882136
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/js-taillard-20/normalized-js-taillard-20-105-3.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-1092499-1215275595/watcher-1092499-1215275595 -o /tmp/evaluation-result-1092499-1215275595/solver-1092499-1215275595 -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-1092499-1215275595.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 223aaf1483a6ca1bf0f0bb4b746a8074
RANDOM SEED=814084508

node42.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.214
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.214
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:       1736624 kB
Buffers:         39884 kB
Cached:         202740 kB
SwapCached:       7140 kB
Active:         165100 kB
Inactive:       101688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736624 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            1852 kB
Writeback:           0 kB
Mapped:          40068 kB
Slab:            37552 kB
Committed_AS:  3703308 kB
PageTables:       1948 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= 66492 MiB
End job on node42 at 2008-07-05 18:34:05