Trace number 1083058

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+minisatUNSAT 57.9122 58.6063

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-22.xml
MD5SUMb143b6832d0d7021c7c579e11837017e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark57.9122
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1200
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
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 04:26:31 2008
0.00/0.05	c 0	PID 477
0.00/0.05	c 0	HOST node60.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1083058-1215224790.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1083058-1215224790.xml' 'HOME/temp.csp'
0.04/0.96	c 0	85 domains, 450 variables, 4 predicates, 0 relations, 5580 constraints
0.04/0.99	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.99	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.94/1.08	c 1	Parsing HOME/temp.csp
1.23/1.34	c 1	parsed 6119 expressions
1.23/1.34	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.23/1.34	c 1	Converting to clausal form CSP
1.32/1.40	c 1	converted 612 (10%) expressions
1.42/1.56	c 1	converted 1224 (20%) expressions
1.42/1.59	c 1	converted 1836 (30%) expressions
1.53/1.62	c 1	converted 2448 (40%) expressions
1.53/1.64	c 1	converted 3060 (50%) expressions
1.53/1.67	c 1	converted 3672 (60%) expressions
1.53/1.69	c 1	converted 4284 (70%) expressions
1.62/1.75	c 1	converted 4896 (80%) expressions
1.62/1.78	c 1	converted 5508 (90%) expressions
1.72/1.80	c 1	converted 6119 (100%) expressions
1.72/1.80	c 1	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 1200
1.72/1.80	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.80	c 1	Propagation in CSP
1.92/2.08	c 2	317968 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.92/2.08	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 664
1.92/2.08	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.92/2.08	c 2	Simplifing CSP by introducing new Boolean variables
2.02/2.19	c 2	CSP : 450 integers, 9900 booleans, 15480 clauses, largest domain size 664
2.02/2.19	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.25	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.12/2.30	c 2	45 (10%) CSP integer variables are encoded (17715 clauses, 243641 bytes)
2.21/2.31	c 2	90 (20%) CSP integer variables are encoded (32730 clauses, 468866 bytes)
2.21/2.34	c 2	135 (30%) CSP integer variables are encoded (51900 clauses, 756416 bytes)
2.21/2.36	c 2	180 (40%) CSP integer variables are encoded (65970 clauses, 967466 bytes)
2.21/2.38	c 2	225 (50%) CSP integer variables are encoded (83385 clauses, 1228691 bytes)
2.31/2.40	c 2	270 (60%) CSP integer variables are encoded (102210 clauses, 1516015 bytes)
2.31/2.43	c 2	315 (70%) CSP integer variables are encoded (125895 clauses, 1918660 bytes)
2.31/2.47	c 2	360 (80%) CSP integer variables are encoded (152970 clauses, 2378935 bytes)
2.41/2.51	c 2	405 (90%) CSP integer variables are encoded (179355 clauses, 2827480 bytes)
2.41/2.53	c 2	450 (100%) CSP integer variables are encoded (198870 clauses, 3159235 bytes)
2.81/2.96	c 2	1548 (10%) CSP clauses are encoded (388482 clauses, 7266935 bytes)
3.30/3.46	c 3	3096 (20%) CSP clauses are encoded (629543 clauses, 12742796 bytes)
3.70/3.82	c 3	4644 (30%) CSP clauses are encoded (801730 clauses, 16680426 bytes)
4.00/4.18	c 4	6192 (40%) CSP clauses are encoded (977475 clauses, 20690786 bytes)
4.48/4.63	c 4	7740 (50%) CSP clauses are encoded (1202621 clauses, 25851853 bytes)
4.88/5.01	c 4	9288 (60%) CSP clauses are encoded (1391015 clauses, 30170445 bytes)
5.26/5.46	c 5	10836 (70%) CSP clauses are encoded (1609609 clauses, 35179830 bytes)
5.75/5.97	c 5	12384 (80%) CSP clauses are encoded (1869829 clauses, 41138808 bytes)
6.34/6.60	c 6	13932 (90%) CSP clauses are encoded (2185877 clauses, 48618324 bytes)
7.14/7.35	c 7	15480 (100%) CSP clauses are encoded (2595642 clauses, 58014931 bytes)
7.14/7.35	c 7	15480 CSP clauses encoded
7.14/7.35	c 7	Writing map file : HOME/temp.map
7.14/7.36	c 7	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.14/7.36	c 7	SAT : 209220 SAT variables, 2595642 SAT clauses, 58014931 bytes
7.14/7.36	c 7	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.20/7.41	c 7	SOLVING HOME/temp.cnf
7.20/7.41	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.20/7.41	c 7	This is MiniSat 2.0 beta
7.20/7.41	c 7	WARNING: for repeatability, setting FPU to use double precision
7.20/7.41	c 7	============================[ Problem Statistics ]=============================
7.20/7.41	c 7	|                                                                             |
7.20/7.42	c 7	|  Number of variables:  209220                                               |
7.20/7.42	c 7	|  Number of clauses:    2595642                                              |
8.66/8.91	c 8	|  Parsing time:         1.31         s                                       |
8.66/8.99	c 8	============================[ Search Statistics ]==============================
8.66/8.99	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.66/8.99	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.66/8.99	c 8	===============================================================================
8.66/8.99	c 8	|         0 |  206832  2593254  7288977 |   864418        0    nan |  0.000 % |
10.44/10.70	c 10	|       101 |  206831  2593254  7288977 |   950859       98     13 |  1.162 % |
12.81/13.10	c 13	|       251 |  206831  2593254  7288977 |  1045945      247     11 |  1.167 % |
16.38/16.78	c 16	|       477 |  206831  2593254  7288977 |  1150540      473     10 |  1.167 % |
21.34/21.72	c 21	|       814 |  206778  2592565  7287104 |  1265594      809     10 |  1.180 % |
29.66/30.15	c 30	|      1320 |  206778  2592565  7287104 |  1392153     1315     10 |  1.180 % |
42.72/43.36	c 43	|      2080 |  205395  2573312  7232859 |  1531369     1685     10 |  1.828 % |
57.58/58.38	c 58	===============================================================================
57.58/58.38	c 58	restarts              : 7
57.58/58.38	c 58	conflicts             : 3086           (61 /sec)
57.58/58.38	c 58	decisions             : 4482           (1.54 % random) (89 /sec)
57.58/58.38	c 58	propagations          : 65686727       (1306721 /sec)
57.58/58.38	c 58	conflict literals     : 28824          (37.57 % deleted)
57.58/58.38	c 58	Memory used           : 127.37 MB
57.58/58.38	c 58	CPU time              : 50.2684 s
57.58/58.38	c 58	
57.58/58.38	c 58	UNSATISFIABLE
57.67/58.41	c 58	DECODING HOME/temp.out WITH HOME/temp.map
57.67/58.41	c 58	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
57.67/58.49	c 58	Decoding HOME/temp.out
57.70/58.56	s UNSATISFIABLE
57.70/58.56	c 58	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
57.70/58.58	c 58	CPU 57.04 (0.03 0.01 57.01 0.81)
57.70/58.58	c 58	END Sat Jul  5 04:27:29 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1083058-1215224790/watcher-1083058-1215224790 -o /tmp/evaluation-result-1083058-1215224790/solver-1083058-1215224790 -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-1083058-1215224790.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.92 1.98 1.99 4/84 477
/proc/meminfo: memFree=1341424/2055920 swapFree=4157868/4192956
[pid=477] ppid=475 vsize=12000 CPUtime=0
/proc/477/stat : 477 (sugar) R 475 477 31425 0 -1 4194304 195 0 0 0 0 0 0 0 22 0 1 0 645402177 12288000 163 996147200 4194304 4206940 548682068608 18446744073709551615 271894117370 0 0 4224 0 0 0 0 17 1 0 0
/proc/477/statm: 3000 163 125 3 0 100 0

[startup+0.0927451 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 477
/proc/meminfo: memFree=1341424/2055920 swapFree=4157868/4192956
[pid=477] ppid=475 vsize=13600 CPUtime=0.04
/proc/477/stat : 477 (sugar) S 475 477 31425 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 645402177 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/477/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101924 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 477
/proc/meminfo: memFree=1341424/2055920 swapFree=4157868/4192956
[pid=477] ppid=475 vsize=13600 CPUtime=0.04
/proc/477/stat : 477 (sugar) S 475 477 31425 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 645402177 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/477/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30194 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 477
/proc/meminfo: memFree=1341424/2055920 swapFree=4157868/4192956
[pid=477] ppid=475 vsize=13600 CPUtime=0.04
/proc/477/stat : 477 (sugar) S 475 477 31425 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 645402177 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/477/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702947 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 477
/proc/meminfo: memFree=1341424/2055920 swapFree=4157868/4192956
[pid=477] ppid=475 vsize=13600 CPUtime=0.04
/proc/477/stat : 477 (sugar) S 475 477 31425 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 645402177 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/477/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50208 s]
/proc/loadavg: 1.92 1.98 1.99 3/87 491
/proc/meminfo: memFree=1338968/2055920 swapFree=4157868/4192956
[pid=477] ppid=475 vsize=13600 CPUtime=0.94
/proc/477/stat : 477 (sugar) S 475 477 31425 0 -1 4194304 974 7641 0 1 3 1 85 5 15 0 1 0 645402177 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/477/statm: 3400 797 370 3 0 500 0
[pid=490] ppid=477 vsize=5356 CPUtime=0
/proc/490/stat : 490 (sh) S 477 477 31425 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 645402276 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/490/statm: 1339 233 193 169 0 50 0
[pid=491] ppid=490 vsize=866600 CPUtime=0.48
/proc/491/stat : 491 (java) S 490 477 31425 0 -1 0 4837 0 1 0 46 2 0 0 18 0 9 0 645402277 887398400 4275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/491/statm: 216650 4275 1733 9 0 211225 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 885556

[startup+3.10118 s]
/proc/loadavg: 1.92 1.98 1.99 5/95 499
/proc/meminfo: memFree=1321816/2055920 swapFree=4157868/4192956
[pid=477] ppid=475 vsize=13600 CPUtime=0.94
/proc/477/stat : 477 (sugar) S 475 477 31425 0 -1 4194304 974 7641 0 1 3 1 85 5 15 0 1 0 645402177 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/477/statm: 3400 797 370 3 0 500 0
[pid=490] ppid=477 vsize=5356 CPUtime=0
/proc/490/stat : 490 (sh) S 477 477 31425 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 645402276 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/490/statm: 1339 233 193 169 0 50 0
[pid=491] ppid=490 vsize=868512 CPUtime=2.07
/proc/491/stat : 491 (java) S 490 477 31425 0 -1 0 8587 0 1 0 196 11 0 0 18 0 9 0 645402277 889356288 7484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/491/statm: 217128 7484 2564 9 0 211675 0
[pid=491/tid=492] ppid=490 vsize=868512 CPUtime=1.49
/proc/491/task/492/stat : 492 (java) R 490 477 31425 0 -1 64 3013 0 1 0 143 6 0 0 25 0 9 0 645402278 889356288 7484 996147200 134512640 134550740 4294955952 18446744073709551615 4126941650 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=491/tid=493] ppid=490 vsize=868512 CPUtime=0.32
/proc/491/task/493/stat : 493 (java) S 490 477 31425 0 -1 64 3385 0 0 0 30 2 0 0 16 0 9 0 645402279 889356288 7484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=491/tid=494] ppid=490 vsize=868512 CPUtime=0
/proc/491/task/494/stat : 494 (java) S 490 477 31425 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 645402279 889356288 7484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=491/tid=495] ppid=490 vsize=868512 CPUtime=0
/proc/491/task/495/stat : 495 (java) S 490 477 31425 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 645402279 889356288 7484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=491/tid=496] ppid=490 vsize=868512 CPUtime=0
/proc/491/task/496/stat : 496 (java) S 490 477 31425 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 645402281 889356288 7484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=491/tid=497] ppid=490 vsize=868512 CPUtime=0.22
/proc/491/task/497/stat : 497 (java) S 490 477 31425 0 -1 64 1496 0 0 0 22 0 0 0 16 0 9 0 645402281 889356288 7484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=491/tid=498] ppid=490 vsize=868512 CPUtime=0
/proc/491/task/498/stat : 498 (java) S 490 477 31425 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 645402282 889356288 7484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=491/tid=499] ppid=490 vsize=868512 CPUtime=0
/proc/491/task/499/stat : 499 (java) S 490 477 31425 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645402282 889356288 7484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887468

[startup+6.3025 s]
/proc/loadavg: 1.93 1.98 1.99 3/95 499
/proc/meminfo: memFree=1283352/2055920 swapFree=4157868/4192956
[pid=477] ppid=475 vsize=13600 CPUtime=0.94
/proc/477/stat : 477 (sugar) S 475 477 31425 0 -1 4194304 974 7641 0 1 3 1 85 5 15 0 1 0 645402177 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/477/statm: 3400 797 370 3 0 500 0
[pid=490] ppid=477 vsize=5356 CPUtime=0
/proc/490/stat : 490 (sh) S 477 477 31425 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 645402276 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/490/statm: 1339 233 193 169 0 50 0
[pid=491] ppid=490 vsize=868512 CPUtime=5.2
/proc/491/stat : 491 (java) S 490 477 31425 0 -1 0 9554 0 1 0 479 41 0 0 18 0 9 0 645402277 889356288 7493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/491/statm: 217128 7493 2565 9 0 211675 0
[pid=491/tid=492] ppid=490 vsize=868512 CPUtime=4.38
/proc/491/task/492/stat : 492 (java) R 490 477 31425 0 -1 64 3971 0 1 0 405 33 0 0 25 0 9 0 645402278 889356288 7493 996147200 134512640 134550740 4294955952 18446744073709551615 102064827 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=491/tid=493] ppid=490 vsize=868512 CPUtime=0.57
/proc/491/task/493/stat : 493 (java) S 490 477 31425 0 -1 64 3385 0 0 0 50 7 0 0 16 0 9 0 645402279 889356288 7493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=491/tid=494] ppid=490 vsize=868512 CPUtime=0
/proc/491/task/494/stat : 494 (java) S 490 477 31425 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 645402279 889356288 7493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=491/tid=495] ppid=490 vsize=868512 CPUtime=0
/proc/491/task/495/stat : 495 (java) S 490 477 31425 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 645402279 889356288 7493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=491/tid=496] ppid=490 vsize=868512 CPUtime=0
/proc/491/task/496/stat : 496 (java) S 490 477 31425 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 645402281 889356288 7493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=491/tid=497] ppid=490 vsize=868512 CPUtime=0.23
/proc/491/task/497/stat : 497 (java) S 490 477 31425 0 -1 64 1505 0 0 0 23 0 0 0 15 0 9 0 645402281 889356288 7493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=491/tid=498] ppid=490 vsize=868512 CPUtime=0
/proc/491/task/498/stat : 498 (java) S 490 477 31425 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 645402282 889356288 7493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=491/tid=499] ppid=490 vsize=868512 CPUtime=0
/proc/491/task/499/stat : 499 (java) S 490 477 31425 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645402282 889356288 7493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887468

[startup+12.7011 s]
/proc/loadavg: 1.93 1.98 1.99 3/87 501
/proc/meminfo: memFree=1160024/2055920 swapFree=4157868/4192956
[pid=477] ppid=475 vsize=13600 CPUtime=7.21
/proc/477/stat : 477 (sugar) S 475 477 31425 0 -1 4194304 1033 17830 0 2 3 1 661 56 16 0 1 0 645402177 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/477/statm: 3400 799 370 3 0 500 0
[pid=500] ppid=477 vsize=5356 CPUtime=0
/proc/500/stat : 500 (sh) S 477 477 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645402918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/500/statm: 1339 232 193 169 0 50 0
[pid=501] ppid=500 vsize=128968 CPUtime=5.2
/proc/501/stat : 501 (minisat) R 500 477 31425 0 -1 4194304 30403 0 0 0 502 18 0 0 25 0 1 0 645402919 132063232 30389 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/501/statm: 32242 30389 75 150 0 32089 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 147924

[startup+25.5024 s]
/proc/loadavg: 1.95 1.98 1.99 4/87 501
/proc/meminfo: memFree=1159192/2055920 swapFree=4157868/4192956
[pid=477] ppid=475 vsize=13600 CPUtime=7.21
/proc/477/stat : 477 (sugar) S 475 477 31425 0 -1 4194304 1033 17830 0 2 3 1 661 56 16 0 1 0 645402177 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/477/statm: 3400 799 370 3 0 500 0
[pid=500] ppid=477 vsize=5356 CPUtime=0
/proc/500/stat : 500 (sh) S 477 477 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645402918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/500/statm: 1339 232 193 169 0 50 0
[pid=501] ppid=500 vsize=130024 CPUtime=17.89
/proc/501/stat : 501 (minisat) R 500 477 31425 0 -1 4194304 30647 0 0 0 1770 19 0 0 25 0 1 0 645402919 133144576 30633 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/501/statm: 32506 30633 75 150 0 32353 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 148980

[startup+51.1029 s]
/proc/loadavg: 1.96 1.98 1.99 3/87 501
/proc/meminfo: memFree=1158936/2055920 swapFree=4157868/4192956
[pid=477] ppid=475 vsize=13600 CPUtime=7.21
/proc/477/stat : 477 (sugar) S 475 477 31425 0 -1 4194304 1033 17830 0 2 3 1 661 56 16 0 1 0 645402177 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/477/statm: 3400 799 370 3 0 500 0
[pid=500] ppid=477 vsize=5356 CPUtime=0
/proc/500/stat : 500 (sh) S 477 477 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645402918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/500/statm: 1339 232 193 169 0 50 0
[pid=501] ppid=500 vsize=130420 CPUtime=43.24
/proc/501/stat : 501 (minisat) R 500 477 31425 0 -1 4194304 30744 0 0 0 4305 19 0 0 25 0 1 0 645402919 133550080 30730 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/501/statm: 32605 30730 75 150 0 32452 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 149376

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

[startup+54.3012 s]
/proc/loadavg: 1.96 1.98 1.99 3/87 501
/proc/meminfo: memFree=1158936/2055920 swapFree=4157868/4192956
[pid=477] ppid=475 vsize=13600 CPUtime=7.21
/proc/477/stat : 477 (sugar) S 475 477 31425 0 -1 4194304 1033 17830 0 2 3 1 661 56 16 0 1 0 645402177 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/477/statm: 3400 799 370 3 0 500 0
[pid=500] ppid=477 vsize=5356 CPUtime=0
/proc/500/stat : 500 (sh) S 477 477 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645402918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/500/statm: 1339 232 193 169 0 50 0
[pid=501] ppid=500 vsize=130420 CPUtime=46.41
/proc/501/stat : 501 (minisat) R 500 477 31425 0 -1 4194304 30744 0 0 0 4622 19 0 0 25 0 1 0 645402919 133550080 30730 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 1 0 0
/proc/501/statm: 32605 30730 75 150 0 32452 0
Current children cumulated CPU time (s) 53.62
Current children cumulated vsize (KiB) 149376

[startup+55.9014 s]
/proc/loadavg: 1.97 1.98 1.99 3/87 501
/proc/meminfo: memFree=1158936/2055920 swapFree=4157868/4192956
[pid=477] ppid=475 vsize=13600 CPUtime=7.21
/proc/477/stat : 477 (sugar) S 475 477 31425 0 -1 4194304 1033 17830 0 2 3 1 661 56 16 0 1 0 645402177 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/477/statm: 3400 799 370 3 0 500 0
[pid=500] ppid=477 vsize=5356 CPUtime=0
/proc/500/stat : 500 (sh) S 477 477 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645402918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/500/statm: 1339 232 193 169 0 50 0
[pid=501] ppid=500 vsize=130420 CPUtime=48
/proc/501/stat : 501 (minisat) R 500 477 31425 0 -1 4194304 30744 0 0 0 4781 19 0 0 25 0 1 0 645402919 133550080 30730 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/501/statm: 32605 30730 75 150 0 32452 0
Current children cumulated CPU time (s) 55.21
Current children cumulated vsize (KiB) 149376

[startup+57.5015 s]
/proc/loadavg: 1.97 1.98 1.99 3/87 501
/proc/meminfo: memFree=1158936/2055920 swapFree=4157868/4192956
[pid=477] ppid=475 vsize=13600 CPUtime=7.21
/proc/477/stat : 477 (sugar) S 475 477 31425 0 -1 4194304 1033 17830 0 2 3 1 661 56 16 0 1 0 645402177 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/477/statm: 3400 799 370 3 0 500 0
[pid=500] ppid=477 vsize=5356 CPUtime=0
/proc/500/stat : 500 (sh) S 477 477 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645402918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/500/statm: 1339 232 193 169 0 50 0
[pid=501] ppid=500 vsize=130420 CPUtime=49.58
/proc/501/stat : 501 (minisat) R 500 477 31425 0 -1 4194304 30744 0 0 0 4939 19 0 0 25 0 1 0 645402919 133550080 30730 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/501/statm: 32605 30730 75 150 0 32452 0
Current children cumulated CPU time (s) 56.79
Current children cumulated vsize (KiB) 149376

[startup+58.3066 s]
/proc/loadavg: 1.97 1.98 1.99 3/87 501
/proc/meminfo: memFree=1158936/2055920 swapFree=4157868/4192956
[pid=477] ppid=475 vsize=13600 CPUtime=7.21
/proc/477/stat : 477 (sugar) S 475 477 31425 0 -1 4194304 1033 17830 0 2 3 1 661 56 16 0 1 0 645402177 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/477/statm: 3400 799 370 3 0 500 0
[pid=500] ppid=477 vsize=5356 CPUtime=0
/proc/500/stat : 500 (sh) S 477 477 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645402918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/500/statm: 1339 232 193 169 0 50 0
[pid=501] ppid=500 vsize=130420 CPUtime=50.37
/proc/501/stat : 501 (minisat) R 500 477 31425 0 -1 4194304 30744 0 0 0 5018 19 0 0 25 0 1 0 645402919 133550080 30730 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/501/statm: 32605 30730 75 150 0 32452 0
Current children cumulated CPU time (s) 57.58
Current children cumulated vsize (KiB) 149376

[startup+58.5026 s]
/proc/loadavg: 1.97 1.98 1.99 3/87 501
/proc/meminfo: memFree=1158936/2055920 swapFree=4157868/4192956
[pid=477] ppid=475 vsize=13600 CPUtime=57.7
/proc/477/stat : 477 (sugar) S 475 477 31425 0 -1 4194304 1090 48868 0 2 3 1 5688 78 16 0 1 0 645402177 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/477/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 57.7
Current children cumulated vsize (KiB) 13600

[startup+58.6053 s]
/proc/loadavg: 1.97 1.98 1.99 3/87 501
/proc/meminfo: memFree=1158936/2055920 swapFree=4157868/4192956
[pid=477] ppid=475 vsize=13600 CPUtime=57.89
/proc/477/stat : 477 (sugar) R 475 477 31425 0 -1 4194304 1118 52674 0 3 3 4 5701 81 16 0 1 0 645402177 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 271894418473 0 0 4224 16386 0 0 0 17 1 0 0
/proc/477/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 57.89
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 58.6063
CPU time (s): 57.9122
CPU user time (s): 57.0563
CPU system time (s): 0.855869
CPU usage (%): 98.8156
Max. virtual memory (cumulated for all children) (KiB): 887544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.0563
system time used= 0.855869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53822
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= 13369
involuntary context switches= 15535

runsolver used 0.082987 second user time and 0.201969 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-05 04:26:30
IDJOB=1083058
IDBENCH=57405
IDSOLVER=346
FILE ID=node60/1083058-1215224790
PBS_JOBID= 7881784
Free space on /tmp= 66484 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b143b6832d0d7021c7c579e11837017e
RANDOM SEED=1019363809

node60.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.216
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.216
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:       1341904 kB
Buffers:         67736 kB
Cached:         257120 kB
SwapCached:      29288 kB
Active:         494632 kB
Inactive:       161976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1341904 kB
SwapTotal:     4192956 kB
SwapFree:      4157868 kB
Dirty:            2008 kB
Writeback:           0 kB
Mapped:         342840 kB
Slab:            41900 kB
Committed_AS:  1853892 kB
PageTables:       2484 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= 66484 MiB
End job on node60 at 2008-07-05 04:27:29