Trace number 1080936

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 34.3898 35.8702

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-105-9.xml
MD5SUM5bbd1ffb651fc1a4ef8ce25488690080
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 benchmark22.0047
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1452
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 01:28:08 2008
0.00/0.05	c 0	PID 5813
0.03/0.05	c 0	HOST node2.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1080936-1215214088.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-1080936-1215214088.xml' 'HOME/temp.csp'
0.03/0.87	c 1	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.03/0.90	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.90	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.85/0.98	c 1	Parsing HOME/temp.csp
1.33/1.43	c 1	parsed 3732 expressions
1.33/1.43	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.43	c 1	Converting to clausal form CSP
1.33/1.46	c 1	converted 374 (10%) expressions
1.43/1.51	c 1	converted 747 (20%) expressions
1.53/1.63	c 1	converted 1120 (30%) expressions
1.53/1.67	c 1	converted 1493 (40%) expressions
1.53/1.68	c 2	converted 1866 (50%) expressions
1.62/1.70	c 2	converted 2240 (60%) expressions
1.62/1.71	c 2	converted 2613 (70%) expressions
1.62/1.72	c 2	converted 2986 (80%) expressions
1.62/1.73	c 2	converted 3359 (90%) expressions
1.62/1.74	c 2	converted 3732 (100%) expressions
1.62/1.74	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1452
1.62/1.74	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.62/1.74	c 2	Propagation in CSP
1.82/1.92	c 2	211862 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.82/1.93	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 849
1.82/1.93	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.82/1.93	c 2	Simplifing CSP by introducing new Boolean variables
1.92/2.02	c 2	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 849
1.92/2.02	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.92/2.06	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.02/2.11	c 2	30 (10%) CSP integer variables are encoded (20625 clauses, 287265 bytes)
2.02/2.14	c 2	60 (20%) CSP integer variables are encoded (41535 clauses, 600915 bytes)
2.02/2.17	c 2	90 (30%) CSP integer variables are encoded (62220 clauses, 911190 bytes)
2.02/2.20	c 2	120 (40%) CSP integer variables are encoded (84810 clauses, 1250040 bytes)
2.12/2.23	c 2	150 (50%) CSP integer variables are encoded (104895 clauses, 1561392 bytes)
2.12/2.25	c 2	180 (60%) CSP integer variables are encoded (125820 clauses, 1917117 bytes)
2.12/2.28	c 2	210 (70%) CSP integer variables are encoded (144405 clauses, 2233062 bytes)
2.21/2.31	c 2	240 (80%) CSP integer variables are encoded (167490 clauses, 2625507 bytes)
2.21/2.34	c 2	270 (90%) CSP integer variables are encoded (189975 clauses, 3007752 bytes)
2.21/2.37	c 2	300 (100%) CSP integer variables are encoded (208305 clauses, 3319362 bytes)
2.71/2.99	c 3	883 (10%) CSP clauses are encoded (437222 clauses, 8365008 bytes)
3.30/3.58	c 3	1766 (20%) CSP clauses are encoded (719394 clauses, 14899611 bytes)
3.80/4.08	c 4	2649 (30%) CSP clauses are encoded (958311 clauses, 20446386 bytes)
4.48/4.70	c 5	3532 (40%) CSP clauses are encoded (1253727 clauses, 27310234 bytes)
4.98/5.23	c 5	4415 (50%) CSP clauses are encoded (1511617 clauses, 33321200 bytes)
5.48/5.75	c 6	5298 (60%) CSP clauses are encoded (1761106 clauses, 39127253 bytes)
6.08/6.33	c 6	6181 (70%) CSP clauses are encoded (2041391 clauses, 45672999 bytes)
6.57/6.87	c 7	7064 (80%) CSP clauses are encoded (2298658 clauses, 51873806 bytes)
7.07/7.39	c 7	7947 (90%) CSP clauses are encoded (2554215 clauses, 58064183 bytes)
7.66/8.18	c 8	8830 (100%) CSP clauses are encoded (2852966 clauses, 65027354 bytes)
7.66/8.18	c 8	8830 CSP clauses encoded
7.66/8.18	c 8	Writing map file : HOME/temp.map
7.66/8.19	c 8	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.66/8.19	c 8	SAT : 214305 SAT variables, 2852966 SAT clauses, 65027354 bytes
7.66/8.19	c 8	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.75/8.21	c 8	SOLVING HOME/temp.cnf
7.75/8.21	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.75/8.21	c 8	This is MiniSat 2.0 beta
7.75/8.21	c 8	WARNING: for repeatability, setting FPU to use double precision
7.75/8.21	c 8	============================[ Problem Statistics ]=============================
7.75/8.21	c 8	|                                                                             |
7.75/8.21	c 8	|  Number of variables:  214305                                               |
7.75/8.21	c 8	|  Number of clauses:    2852966                                              |
9.62/10.10	c 10	|  Parsing time:         1.56         s                                       |
9.72/10.20	c 10	============================[ Search Statistics ]==============================
9.72/10.20	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.72/10.20	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.72/10.20	c 10	===============================================================================
9.72/10.20	c 10	|         0 |  214011  2852672  8146237 |   950890        0    nan |  0.000 % |
11.80/12.34	c 12	|       100 |  214011  2852672  8146237 |  1045979      100     22 |  0.137 % |
13.40/14.14	c 14	|       250 |  214011  2852672  8146237 |  1150577      250     21 |  0.137 % |
16.06/16.99	c 17	|       477 |  214011  2852672  8146237 |  1265635      477     30 |  0.137 % |
21.86/22.93	c 23	|       814 |  214011  2852672  8146237 |  1392199      814     28 |  0.137 % |
27.15/28.33	c 28	|      1321 |  214011  2852672  8146237 |  1531418     1321     27 |  0.137 % |
33.82/35.32	c 35	===============================================================================
33.82/35.34	c 35	restarts              : 6
33.82/35.34	c 35	conflicts             : 1856           (72 /sec)
33.82/35.34	c 35	decisions             : 4396           (0.80 % random) (171 /sec)
33.82/35.34	c 35	propagations          : 25883601       (1004444 /sec)
33.82/35.34	c 35	conflict literals     : 54761          (21.64 % deleted)
33.82/35.34	c 35	Memory used           : 138.43 MB
33.82/35.34	c 35	CPU time              : 25.7691 s
33.82/35.34	c 35	
33.92/35.43	c 35	SATISFIABLE
33.92/35.45	c 35	DECODING HOME/temp.out WITH HOME/temp.map
33.92/35.45	c 35	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
33.98/35.54	c 35	Decoding HOME/temp.out
33.98/35.79	s SATISFIABLE
33.98/35.81	v 240 392 500 587 808 928 964 976 1006 1093 1188 1233 1261 1334 1407 219 302 324 427 563 657 809 813 895 971 1105 1199 1236 1293 1367 13 86 122 207 233 326 394 428 841 931 970 978 1204 1267 1361 126 127 162 185 371 446 632 672 738 870 917 974 1046 1090 1378 8 21 94 131 145 212 306 324 408 478 494 869 935 1292 1357 1 55 137 224 260 320 392 409 459 496 633 732 1001 1018 1289 4 13 292 332 418 504 534 584 678 720 751 870 909 1149 1276 93 136 165 234 282 461 533 586 651 959 983 1052 1077 1094 1367 1 36 109 254 502 524 906 1030 1100 1151 1165 1236 1264 1320 1379 48 206 278 356 453 580 668 685 877 936 1202 1327 1396 1422 1426 248 337 522 617 733 782 855 864 883 980 1038 1074 1307 1350 1451 15 135 182 313 392 455 513 571 637 709 785 816 930 982 1009 41 128 216 314 376 456 534 604 623 710 725 748 845 1376 1382 111 286 514 612 613 666 727 882 1039 1115 1127 1218 1316 1414 1425 75 170 325 386 431 450 507 537 649 745 877 1098 1154 1233 1243 573 618 705 716 797 804 912 1016 1025 1091 1133 1216 1287 1366 1385 86 339 705 769 783 794 818 917 1002 1083 1086 1132 1179 1299 1380 374 429 500 505 607 654 658 710 725 997 1005 1102 1136 1352 1423 2 95 120 148 255 277 488 511 633 834 1038 1135 1152 1200 1307 228 352 453 527 588 601 671 779 816 909 1104 1184 1219 1307 1354
33.98/35.82	c 36	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
33.98/35.84	c 36	CPU 33.28 (0.04 0.01 33.24 1.04)
33.98/35.84	c 36	END Sat Jul  5 01:28:44 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-1080936-1215214088/watcher-1080936-1215214088 -o /tmp/evaluation-result-1080936-1215214088/solver-1080936-1215214088 -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-1080936-1215214088.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.17 2.21 2.13 4/83 5813
/proc/meminfo: memFree=955864/2055920 swapFree=4180884/4192956
[pid=5813] ppid=5811 vsize=18572 CPUtime=0
/proc/5813/stat : 5813 (runsolver) R 5811 5813 3428 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1005813399 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5813/statm: 4643 292 257 25 0 2626 0

[startup+0.0516269 s]
/proc/loadavg: 2.17 2.21 2.13 4/83 5813
/proc/meminfo: memFree=955864/2055920 swapFree=4180884/4192956
[pid=5813] ppid=5811 vsize=13600 CPUtime=0.03
/proc/5813/stat : 5813 (sugar) S 5811 5813 3428 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1005813399 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5813/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.104826 s]
/proc/loadavg: 2.17 2.21 2.13 4/83 5813
/proc/meminfo: memFree=955864/2055920 swapFree=4180884/4192956
[pid=5813] ppid=5811 vsize=13600 CPUtime=0.03
/proc/5813/stat : 5813 (sugar) S 5811 5813 3428 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1005813399 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5813/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301943 s]
/proc/loadavg: 2.17 2.21 2.13 4/83 5813
/proc/meminfo: memFree=955864/2055920 swapFree=4180884/4192956
[pid=5813] ppid=5811 vsize=13600 CPUtime=0.03
/proc/5813/stat : 5813 (sugar) S 5811 5813 3428 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1005813399 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5813/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702996 s]
/proc/loadavg: 2.17 2.21 2.13 4/83 5813
/proc/meminfo: memFree=955864/2055920 swapFree=4180884/4192956
[pid=5813] ppid=5811 vsize=13600 CPUtime=0.03
/proc/5813/stat : 5813 (sugar) S 5811 5813 3428 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1005813399 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5813/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50207 s]
/proc/loadavg: 2.24 2.22 2.13 4/94 5835
/proc/meminfo: memFree=945144/2055920 swapFree=4180884/4192956
[pid=5813] ppid=5811 vsize=13600 CPUtime=0.85
/proc/5813/stat : 5813 (sugar) S 5811 5813 3428 0 -1 4194304 974 6760 0 1 3 1 75 6 15 0 1 0 1005813399 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5813/statm: 3400 797 370 3 0 500 0
[pid=5826] ppid=5813 vsize=5356 CPUtime=0
/proc/5826/stat : 5826 (sh) S 5813 5813 3428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1005813489 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5826/statm: 1339 233 193 169 0 50 0
[pid=5827] ppid=5826 vsize=864340 CPUtime=0.58
/proc/5827/stat : 5827 (java) S 5826 5813 3428 0 -1 0 4143 0 1 0 54 4 0 0 18 0 9 0 1005813489 885084160 3593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5827/statm: 216085 3593 1731 9 0 210660 0
[pid=5827/tid=5828] ppid=5826 vsize=864340 CPUtime=0.44
/proc/5827/task/5828/stat : 5828 (java) R 5826 5813 3428 0 -1 64 2647 0 1 0 42 2 0 0 18 0 9 0 1005813490 885084160 3593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5827/tid=5829] ppid=5826 vsize=864340 CPUtime=0.02
/proc/5827/task/5829/stat : 5829 (java) S 5826 5813 3428 0 -1 64 460 0 0 0 2 0 0 0 16 0 9 0 1005813491 885084160 3593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5827/tid=5830] ppid=5826 vsize=864340 CPUtime=0
/proc/5827/task/5830/stat : 5830 (java) S 5826 5813 3428 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1005813492 885084160 3593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5827/tid=5831] ppid=5826 vsize=864340 CPUtime=0
/proc/5827/task/5831/stat : 5831 (java) S 5826 5813 3428 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1005813492 885084160 3593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5827/tid=5832] ppid=5826 vsize=864340 CPUtime=0
/proc/5827/task/5832/stat : 5832 (java) S 5826 5813 3428 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1005813494 885084160 3593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5827/tid=5833] ppid=5826 vsize=864340 CPUtime=0.08
/proc/5827/task/5833/stat : 5833 (java) R 5826 5813 3428 0 -1 64 344 0 0 0 8 0 0 0 16 0 9 0 1005813494 885084160 3593 996147200 134512640 134550740 4294955952 18446744073709551615 102502919 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5827/tid=5834] ppid=5826 vsize=864340 CPUtime=0
/proc/5827/task/5834/stat : 5834 (java) S 5826 5813 3428 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1005813494 885084160 3593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5827/tid=5835] ppid=5826 vsize=864340 CPUtime=0
/proc/5827/task/5835/stat : 5835 (java) S 5826 5813 3428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1005813494 885084160 3593 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) 883296

[startup+3.10124 s]
/proc/loadavg: 2.24 2.22 2.13 3/94 5835
/proc/meminfo: memFree=932536/2055920 swapFree=4180884/4192956
[pid=5813] ppid=5811 vsize=13600 CPUtime=0.86
/proc/5813/stat : 5813 (sugar) S 5811 5813 3428 0 -1 4194304 974 6760 0 1 4 1 75 6 15 0 1 0 1005813399 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5813/statm: 3400 797 370 3 0 500 0
[pid=5826] ppid=5813 vsize=5356 CPUtime=0
/proc/5826/stat : 5826 (sh) S 5813 5813 3428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1005813489 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5826/statm: 1339 233 193 169 0 50 0
[pid=5827] ppid=5826 vsize=868516 CPUtime=2.05
/proc/5827/stat : 5827 (java) S 5826 5813 3428 0 -1 0 7757 0 1 0 190 15 0 0 18 0 9 0 1005813489 889360384 6707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5827/statm: 217129 6707 2564 9 0 211676 0
[pid=5827/tid=5828] ppid=5826 vsize=868516 CPUtime=1.54
/proc/5827/task/5828/stat : 5828 (java) R 5826 5813 3428 0 -1 64 2996 0 1 0 144 10 0 0 25 0 9 0 1005813490 889360384 6707 996147200 134512640 134550740 4294955952 18446744073709551615 4126864785 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5827/tid=5829] ppid=5826 vsize=868516 CPUtime=0.23
/proc/5827/task/5829/stat : 5829 (java) S 5826 5813 3428 0 -1 64 2583 0 0 0 21 2 0 0 16 0 9 0 1005813491 889360384 6707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5827/tid=5830] ppid=5826 vsize=868516 CPUtime=0
/proc/5827/task/5830/stat : 5830 (java) S 5826 5813 3428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1005813492 889360384 6707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5827/tid=5831] ppid=5826 vsize=868516 CPUtime=0
/proc/5827/task/5831/stat : 5831 (java) S 5826 5813 3428 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1005813492 889360384 6707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5827/tid=5832] ppid=5826 vsize=868516 CPUtime=0
/proc/5827/task/5832/stat : 5832 (java) S 5826 5813 3428 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1005813494 889360384 6707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5827/tid=5833] ppid=5826 vsize=868516 CPUtime=0.25
/proc/5827/task/5833/stat : 5833 (java) S 5826 5813 3428 0 -1 64 1485 0 0 0 24 1 0 0 16 0 9 0 1005813494 889360384 6707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5827/tid=5834] ppid=5826 vsize=868516 CPUtime=0
/proc/5827/task/5834/stat : 5834 (java) S 5826 5813 3428 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1005813494 889360384 6707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5827/tid=5835] ppid=5826 vsize=868516 CPUtime=0
/proc/5827/task/5835/stat : 5835 (java) S 5826 5813 3428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1005813494 889360384 6707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 887472

[startup+6.30257 s]
/proc/loadavg: 2.46 2.27 2.15 3/94 5835
/proc/meminfo: memFree=901496/2055920 swapFree=4180884/4192956
[pid=5813] ppid=5811 vsize=13600 CPUtime=0.86
/proc/5813/stat : 5813 (sugar) S 5811 5813 3428 0 -1 4194304 974 6760 0 1 4 1 75 6 15 0 1 0 1005813399 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5813/statm: 3400 797 370 3 0 500 0
[pid=5826] ppid=5813 vsize=5356 CPUtime=0
/proc/5826/stat : 5826 (sh) S 5813 5813 3428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1005813489 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5826/statm: 1339 233 193 169 0 50 0
[pid=5827] ppid=5826 vsize=868516 CPUtime=5.22
/proc/5827/stat : 5827 (java) S 5826 5813 3428 0 -1 0 8696 0 1 0 480 42 0 0 18 0 9 0 1005813489 889360384 6710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5827/statm: 217129 6710 2564 9 0 211676 0
[pid=5827/tid=5828] ppid=5826 vsize=868516 CPUtime=4.44
/proc/5827/task/5828/stat : 5828 (java) R 5826 5813 3428 0 -1 64 3932 0 1 0 412 32 0 0 25 0 9 0 1005813490 889360384 6710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5827/tid=5829] ppid=5826 vsize=868516 CPUtime=0.49
/proc/5827/task/5829/stat : 5829 (java) S 5826 5813 3428 0 -1 64 2583 0 0 0 42 7 0 0 16 0 9 0 1005813491 889360384 6710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5827/tid=5830] ppid=5826 vsize=868516 CPUtime=0
/proc/5827/task/5830/stat : 5830 (java) S 5826 5813 3428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1005813492 889360384 6710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5827/tid=5831] ppid=5826 vsize=868516 CPUtime=0
/proc/5827/task/5831/stat : 5831 (java) S 5826 5813 3428 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1005813492 889360384 6710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5827/tid=5832] ppid=5826 vsize=868516 CPUtime=0
/proc/5827/task/5832/stat : 5832 (java) S 5826 5813 3428 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1005813494 889360384 6710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5827/tid=5833] ppid=5826 vsize=868516 CPUtime=0.25
/proc/5827/task/5833/stat : 5833 (java) S 5826 5813 3428 0 -1 64 1488 0 0 0 24 1 0 0 16 0 9 0 1005813494 889360384 6710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5827/tid=5834] ppid=5826 vsize=868516 CPUtime=0
/proc/5827/task/5834/stat : 5834 (java) S 5826 5813 3428 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1005813494 889360384 6710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5827/tid=5835] ppid=5826 vsize=868516 CPUtime=0
/proc/5827/task/5835/stat : 5835 (java) S 5826 5813 3428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1005813494 889360384 6710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 887472

[startup+12.7012 s]
/proc/loadavg: 2.50 2.28 2.15 3/86 5837
/proc/meminfo: memFree=753464/2055920 swapFree=4180884/4192956
[pid=5813] ppid=5811 vsize=13600 CPUtime=7.77
/proc/5813/stat : 5813 (sugar) S 5811 5813 3428 0 -1 4194304 1033 16267 0 2 4 1 707 65 16 0 1 0 1005813399 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5813/statm: 3400 799 370 3 0 500 0
[pid=5836] ppid=5813 vsize=5356 CPUtime=0
/proc/5836/stat : 5836 (sh) S 5813 5813 3428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005814220 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5836/statm: 1339 232 193 169 0 50 0
[pid=5837] ppid=5836 vsize=139016 CPUtime=4.44
/proc/5837/stat : 5837 (minisat) R 5836 5813 3428 0 -1 4194304 33200 0 0 0 412 32 0 0 25 0 1 0 1005814220 142352384 33186 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/5837/statm: 34754 33186 75 150 0 34601 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 157972

[startup+25.5026 s]
/proc/loadavg: 2.54 2.30 2.16 3/86 5837
/proc/meminfo: memFree=750968/2055920 swapFree=4180884/4192956
[pid=5813] ppid=5811 vsize=13600 CPUtime=7.77
/proc/5813/stat : 5813 (sugar) S 5811 5813 3428 0 -1 4194304 1033 16267 0 2 4 1 707 65 16 0 1 0 1005813399 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5813/statm: 3400 799 370 3 0 500 0
[pid=5836] ppid=5813 vsize=5356 CPUtime=0
/proc/5836/stat : 5836 (sh) S 5813 5813 3428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005814220 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5836/statm: 1339 232 193 169 0 50 0
[pid=5837] ppid=5836 vsize=140864 CPUtime=16.68
/proc/5837/stat : 5837 (minisat) R 5836 5813 3428 0 -1 4194304 33664 0 0 0 1636 32 0 0 25 0 1 0 1005814220 144244736 33650 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/5837/statm: 35216 33650 75 150 0 35063 0
Current children cumulated CPU time (s) 24.45
Current children cumulated vsize (KiB) 159820

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

[startup+31.9072 s]
/proc/loadavg: 2.65 2.33 2.17 3/86 5837
/proc/meminfo: memFree=750584/2055920 swapFree=4180884/4192956
[pid=5813] ppid=5811 vsize=13600 CPUtime=7.77
/proc/5813/stat : 5813 (sugar) S 5811 5813 3428 0 -1 4194304 1033 16267 0 2 4 1 707 65 16 0 1 0 1005813399 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5813/statm: 3400 799 370 3 0 500 0
[pid=5836] ppid=5813 vsize=5356 CPUtime=0
/proc/5836/stat : 5836 (sh) S 5813 5813 3428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005814220 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5836/statm: 1339 232 193 169 0 50 0
[pid=5837] ppid=5836 vsize=141128 CPUtime=22.82
/proc/5837/stat : 5837 (minisat) R 5836 5813 3428 0 -1 4194304 33742 0 0 0 2250 32 0 0 25 0 1 0 1005814220 144515072 33728 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5837/statm: 35282 33728 75 150 0 35129 0
Current children cumulated CPU time (s) 30.59
Current children cumulated vsize (KiB) 160084

[startup+33.5014 s]
/proc/loadavg: 2.65 2.33 2.17 3/86 5837
/proc/meminfo: memFree=750584/2055920 swapFree=4180884/4192956
[pid=5813] ppid=5811 vsize=13600 CPUtime=7.77
/proc/5813/stat : 5813 (sugar) S 5811 5813 3428 0 -1 4194304 1033 16267 0 2 4 1 707 65 16 0 1 0 1005813399 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5813/statm: 3400 799 370 3 0 500 0
[pid=5836] ppid=5813 vsize=5356 CPUtime=0
/proc/5836/stat : 5836 (sh) S 5813 5813 3428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005814220 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5836/statm: 1339 232 193 169 0 50 0
[pid=5837] ppid=5836 vsize=141128 CPUtime=24.25
/proc/5837/stat : 5837 (minisat) R 5836 5813 3428 0 -1 4194304 33758 0 0 0 2393 32 0 0 25 0 1 0 1005814220 144515072 33744 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5837/statm: 35282 33744 75 150 0 35129 0
Current children cumulated CPU time (s) 32.02
Current children cumulated vsize (KiB) 160084

[startup+35.1026 s]
/proc/loadavg: 2.65 2.33 2.17 3/86 5837
/proc/meminfo: memFree=750456/2055920 swapFree=4180884/4192956
[pid=5813] ppid=5811 vsize=13600 CPUtime=7.77
/proc/5813/stat : 5813 (sugar) S 5811 5813 3428 0 -1 4194304 1033 16267 0 2 4 1 707 65 16 0 1 0 1005813399 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5813/statm: 3400 799 370 3 0 500 0
[pid=5836] ppid=5813 vsize=5356 CPUtime=0
/proc/5836/stat : 5836 (sh) S 5813 5813 3428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005814220 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5836/statm: 1339 232 193 169 0 50 0
[pid=5837] ppid=5836 vsize=141128 CPUtime=25.85
/proc/5837/stat : 5837 (minisat) R 5836 5813 3428 0 -1 4194304 33762 0 0 0 2553 32 0 0 25 0 1 0 1005814220 144515072 33748 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5837/statm: 35282 33748 75 150 0 35129 0
Current children cumulated CPU time (s) 33.62
Current children cumulated vsize (KiB) 160084

[startup+35.5026 s]
/proc/loadavg: 2.65 2.33 2.17 3/86 5837
/proc/meminfo: memFree=750456/2055920 swapFree=4180884/4192956
[pid=5813] ppid=5811 vsize=13600 CPUtime=33.98
/proc/5813/stat : 5813 (sugar) S 5811 5813 3428 0 -1 4194304 1071 50394 0 2 4 1 3292 101 16 0 1 0 1005813399 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5813/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 33.98
Current children cumulated vsize (KiB) 13600

[startup+35.7026 s]
/proc/loadavg: 2.65 2.33 2.17 3/86 5837
/proc/meminfo: memFree=750456/2055920 swapFree=4180884/4192956
[pid=5813] ppid=5811 vsize=13600 CPUtime=33.98
/proc/5813/stat : 5813 (sugar) S 5811 5813 3428 0 -1 4194304 1090 50394 0 2 4 1 3292 101 16 0 1 0 1005813399 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5813/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 33.98
Current children cumulated vsize (KiB) 13600

[startup+35.8026 s]
/proc/loadavg: 2.65 2.33 2.17 3/86 5837
/proc/meminfo: memFree=750456/2055920 swapFree=4180884/4192956
[pid=5813] ppid=5811 vsize=13600 CPUtime=33.98
/proc/5813/stat : 5813 (sugar) S 5811 5813 3428 0 -1 4194304 1090 50394 0 2 4 1 3292 101 15 0 1 0 1005813399 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5813/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 33.98
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 35.8702
CPU time (s): 34.3898
CPU user time (s): 33.2949
CPU system time (s): 1.09483
CPU usage (%): 95.8727
Max. virtual memory (cumulated for all children) (KiB): 887472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.2949
system time used= 1.09483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55403
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= 14532
involuntary context switches= 15158

runsolver used 0.051992 second user time and 0.133979 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-05 01:28:08
IDJOB=1080936
IDBENCH=57046
IDSOLVER=346
FILE ID=node2/1080936-1215214088
PBS_JOBID= 7881721
Free space on /tmp= 66512 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5bbd1ffb651fc1a4ef8ce25488690080
RANDOM SEED=1793252739

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.236
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.236
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:        956344 kB
Buffers:         81972 kB
Cached:         239744 kB
SwapCached:       5908 kB
Active:         887816 kB
Inactive:       145940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        956344 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:            1720 kB
Writeback:           0 kB
Mapped:         723400 kB
Slab:            49288 kB
Committed_AS:  2329052 kB
PageTables:       3576 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66508 MiB
End job on node2 at 2008-07-05 01:28:44