Trace number 1081104

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 11.4813 11.7268

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-95-4.xml
MD5SUM65012234ef8a22a0fbbf13548c18283e
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 benchmark11.4813
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1174
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
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 01:50:24 2008
0.00/0.04	c 0	PID 15420
0.03/0.05	c 0	HOST node35.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1081104-1215215424.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-1081104-1215215424.xml' 'HOME/temp.csp'
0.03/0.74	c 1	225 domains, 225 variables, 2 predicates, 0 relations, 1785 constraints
0.03/0.79	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.79	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.71/0.86	c 1	Parsing HOME/temp.csp
1.09/1.27	c 1	parsed 2237 expressions
1.09/1.27	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.09/1.27	c 1	Converting to clausal form CSP
1.09/1.29	c 1	converted 224 (10%) expressions
1.20/1.30	c 1	converted 448 (20%) expressions
1.20/1.37	c 1	converted 672 (30%) expressions
1.30/1.46	c 1	converted 895 (40%) expressions
1.30/1.48	c 1	converted 1119 (50%) expressions
1.39/1.50	c 1	converted 1343 (60%) expressions
1.39/1.51	c 1	converted 1566 (70%) expressions
1.39/1.52	c 1	converted 1790 (80%) expressions
1.39/1.52	c 1	converted 2014 (90%) expressions
1.39/1.53	c 1	converted 2237 (100%) expressions
1.39/1.53	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 1174
1.39/1.53	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.53	c 1	Propagation in CSP
1.50/1.64	c 1	157528 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.50/1.64	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 627
1.50/1.64	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.64	c 1	Simplifing CSP by introducing new Boolean variables
1.50/1.67	c 1	CSP : 225 integers, 3150 booleans, 4935 clauses, largest domain size 627
1.50/1.67	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.59/1.71	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.59/1.73	c 2	23 (10%) CSP integer variables are encoded (6055 clauses, 76576 bytes)
1.59/1.74	c 2	45 (20%) CSP integer variables are encoded (14505 clauses, 195507 bytes)
1.59/1.75	c 2	68 (30%) CSP integer variables are encoded (23588 clauses, 331752 bytes)
1.59/1.77	c 2	90 (40%) CSP integer variables are encoded (33285 clauses, 477207 bytes)
1.59/1.77	c 2	113 (50%) CSP integer variables are encoded (40623 clauses, 587277 bytes)
1.59/1.79	c 2	135 (60%) CSP integer variables are encoded (52665 clauses, 767907 bytes)
1.69/1.81	c 2	158 (70%) CSP integer variables are encoded (64162 clauses, 940362 bytes)
1.69/1.82	c 2	180 (80%) CSP integer variables are encoded (74685 clauses, 1098207 bytes)
1.69/1.83	c 2	203 (90%) CSP integer variables are encoded (84859 clauses, 1250817 bytes)
1.69/1.84	c 2	225 (100%) CSP integer variables are encoded (95145 clauses, 1405107 bytes)
1.79/1.94	c 2	494 (10%) CSP clauses are encoded (133318 clauses, 2166726 bytes)
1.88/2.04	c 2	987 (20%) CSP clauses are encoded (174371 clauses, 2997905 bytes)
1.98/2.18	c 2	1481 (30%) CSP clauses are encoded (240203 clauses, 4355642 bytes)
2.18/2.32	c 2	1974 (40%) CSP clauses are encoded (310198 clauses, 5854216 bytes)
2.27/2.46	c 2	2468 (50%) CSP clauses are encoded (376258 clauses, 7265501 bytes)
2.48/2.60	c 2	2961 (60%) CSP clauses are encoded (448690 clauses, 8811676 bytes)
2.58/2.73	c 3	3455 (70%) CSP clauses are encoded (515750 clauses, 10237826 bytes)
2.67/2.87	c 3	3948 (80%) CSP clauses are encoded (588096 clauses, 11769257 bytes)
2.87/3.07	c 3	4442 (90%) CSP clauses are encoded (699238 clauses, 14103801 bytes)
3.07/3.26	c 3	4935 (100%) CSP clauses are encoded (801354 clauses, 16127845 bytes)
3.07/3.26	c 3	4935 CSP clauses encoded
3.07/3.26	c 3	Writing map file : HOME/temp.map
3.07/3.26	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.07/3.26	c 3	SAT : 98520 SAT variables, 801354 SAT clauses, 16127845 bytes
3.07/3.26	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.07/3.30	c 3	SOLVING HOME/temp.cnf
3.07/3.30	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.07/3.30	c 3	This is MiniSat 2.0 beta
3.07/3.30	c 3	WARNING: for repeatability, setting FPU to use double precision
3.07/3.30	c 3	============================[ Problem Statistics ]=============================
3.07/3.30	c 3	|                                                                             |
3.14/3.30	c 3	|  Number of variables:  98520                                                |
3.14/3.30	c 3	|  Number of clauses:    801354                                               |
3.14/3.74	c 4	|  Parsing time:         0.36         s                                       |
3.14/3.76	c 4	============================[ Search Statistics ]==============================
3.14/3.76	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.14/3.76	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.14/3.76	c 4	===============================================================================
3.14/3.76	c 4	|         0 |   97694   800528  2213547 |   266842        0    nan |  0.000 % |
4.31/4.54	c 4	|       100 |   97694   800528  2213547 |   293526      100      7 |  0.838 % |
5.11/5.36	c 5	|       250 |   97694   800528  2213547 |   322879      250      9 |  0.838 % |
6.30/6.58	c 6	|       475 |   97692   800450  2213316 |   355167      432      9 |  0.840 % |
8.08/8.36	c 8	|       812 |   97513   798781  2208662 |   390684      621     10 |  1.967 % |
11.15/11.48	c 11	|      1318 |   93860   757914  2093344 |   429752      730     11 |  6.040 % |
11.25/11.54	c 11	===============================================================================
11.25/11.54	c 11	restarts              : 6
11.25/11.54	c 11	conflicts             : 1335           (165 /sec)
11.25/11.54	c 11	decisions             : 1947           (1.64 % random) (241 /sec)
11.25/11.54	c 11	propagations          : 15283751       (1889970 /sec)
11.25/11.54	c 11	conflict literals     : 13095          (35.28 % deleted)
11.25/11.54	c 11	Memory used           : 42.70 MB
11.25/11.54	c 11	CPU time              : 8.08677 s
11.25/11.54	c 11	
11.25/11.54	c 11	UNSATISFIABLE
11.25/11.55	c 11	DECODING HOME/temp.out WITH HOME/temp.map
11.25/11.55	c 11	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.32/11.63	c 11	Decoding HOME/temp.out
11.32/11.68	s UNSATISFIABLE
11.32/11.68	c 11	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.32/11.72	c 12	CPU 11.14 (0.03 0.01 11.11 0.3)
11.32/11.72	c 12	END Sat Jul  5 01:50:36 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-1081104-1215215424/watcher-1081104-1215215424 -o /tmp/evaluation-result-1081104-1215215424/solver-1081104-1215215424 -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-1081104-1215215424.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.11 2.16 2.07 4/80 15420
/proc/meminfo: memFree=1583920/2055920 swapFree=4174728/4192956
[pid=15420] ppid=15418 vsize=4708 CPUtime=0
/proc/15420/stat : 15420 (sugar) R 15418 15420 15131 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 1005944911 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 266131797385 0 0 4096 0 0 0 0 17 1 0 0
/proc/15420/statm: 1177 43 33 3 0 8 0

[startup+0.0495631 s]
/proc/loadavg: 2.11 2.16 2.07 4/80 15420
/proc/meminfo: memFree=1583920/2055920 swapFree=4174728/4192956
[pid=15420] ppid=15418 vsize=13600 CPUtime=0.03
/proc/15420/stat : 15420 (sugar) S 15418 15420 15131 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1005944911 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15420/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102558 s]
/proc/loadavg: 2.11 2.16 2.07 4/80 15420
/proc/meminfo: memFree=1583920/2055920 swapFree=4174728/4192956
[pid=15420] ppid=15418 vsize=13600 CPUtime=0.03
/proc/15420/stat : 15420 (sugar) S 15418 15420 15131 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1005944911 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15420/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30259 s]
/proc/loadavg: 2.11 2.16 2.07 4/80 15420
/proc/meminfo: memFree=1583920/2055920 swapFree=4174728/4192956
[pid=15420] ppid=15418 vsize=13600 CPUtime=0.03
/proc/15420/stat : 15420 (sugar) S 15418 15420 15131 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1005944911 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15420/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702673 s]
/proc/loadavg: 2.11 2.16 2.07 4/80 15420
/proc/meminfo: memFree=1583920/2055920 swapFree=4174728/4192956
[pid=15420] ppid=15418 vsize=13600 CPUtime=0.03
/proc/15420/stat : 15420 (sugar) S 15418 15420 15131 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1005944911 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15420/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50182 s]
/proc/loadavg: 2.11 2.16 2.07 4/91 15442
/proc/meminfo: memFree=1576472/2055920 swapFree=4174728/4192956
[pid=15420] ppid=15418 vsize=13600 CPUtime=0.71
/proc/15420/stat : 15420 (sugar) S 15418 15420 15131 0 -1 4194304 974 5129 0 1 3 0 65 3 15 0 1 0 1005944911 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15420/statm: 3400 797 370 3 0 500 0
[pid=15433] ppid=15420 vsize=5356 CPUtime=0
/proc/15433/stat : 15433 (sh) S 15420 15420 15131 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1005944990 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15433/statm: 1339 233 193 169 0 50 0
[pid=15434] ppid=15433 vsize=868292 CPUtime=0.68
/proc/15434/stat : 15434 (java) S 15433 15420 15131 0 -1 0 5188 0 1 0 65 3 0 0 19 0 9 0 1005944990 889131008 4619 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15434/statm: 217073 4619 1734 9 0 211648 0
[pid=15434/tid=15435] ppid=15433 vsize=868292 CPUtime=0.46
/proc/15434/task/15435/stat : 15435 (java) R 15433 15420 15131 0 -1 64 2641 0 1 0 45 1 0 0 21 0 9 0 1005944991 889131008 4619 996147200 134512640 134550740 4294955952 18446744073709551615 4126852317 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15434/tid=15436] ppid=15433 vsize=868292 CPUtime=0.02
/proc/15434/task/15436/stat : 15436 (java) S 15433 15420 15131 0 -1 64 404 0 0 0 2 0 0 0 16 0 9 0 1005944992 889131008 4619 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15434/tid=15437] ppid=15433 vsize=868292 CPUtime=0
/proc/15434/task/15437/stat : 15437 (java) S 15433 15420 15131 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1005944992 889131008 4619 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15434/tid=15438] ppid=15433 vsize=868292 CPUtime=0
/proc/15434/task/15438/stat : 15438 (java) S 15433 15420 15131 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1005944992 889131008 4619 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15434/tid=15439] ppid=15433 vsize=868292 CPUtime=0
/proc/15434/task/15439/stat : 15439 (java) S 15433 15420 15131 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1005944994 889131008 4619 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15434/tid=15440] ppid=15433 vsize=868292 CPUtime=0.18
/proc/15434/task/15440/stat : 15440 (java) S 15433 15420 15131 0 -1 64 1452 0 0 0 17 1 0 0 17 0 9 0 1005944994 889131008 4619 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15434/tid=15441] ppid=15433 vsize=868292 CPUtime=0
/proc/15434/task/15441/stat : 15441 (java) S 15433 15420 15131 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1005944994 889131008 4619 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15434/tid=15442] ppid=15433 vsize=868292 CPUtime=0
/proc/15434/task/15442/stat : 15442 (java) S 15433 15420 15131 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1005944994 889131008 4619 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887248

[startup+3.10213 s]
/proc/loadavg: 2.11 2.16 2.07 3/91 15442
/proc/meminfo: memFree=1563800/2055920 swapFree=4174728/4192956
[pid=15420] ppid=15418 vsize=13600 CPUtime=0.71
/proc/15420/stat : 15420 (sugar) S 15418 15420 15131 0 -1 4194304 974 5129 0 1 3 0 65 3 15 0 1 0 1005944911 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15420/statm: 3400 797 370 3 0 500 0
[pid=15433] ppid=15420 vsize=5356 CPUtime=0
/proc/15433/stat : 15433 (sh) S 15420 15420 15131 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1005944990 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15433/statm: 1339 233 193 169 0 50 0
[pid=15434] ppid=15433 vsize=868404 CPUtime=2.26
/proc/15434/stat : 15434 (java) S 15433 15420 15131 0 -1 0 7240 0 1 0 212 14 0 0 19 0 9 0 1005944990 889245696 6075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15434/statm: 217101 6075 2563 9 0 211648 0
[pid=15434/tid=15435] ppid=15433 vsize=868404 CPUtime=1.82
/proc/15434/task/15435/stat : 15435 (java) R 15433 15420 15131 0 -1 64 3110 0 1 0 172 10 0 0 25 0 9 0 1005944991 889245696 6075 996147200 134512640 134550740 4294955952 18446744073709551615 102064750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15434/tid=15436] ppid=15433 vsize=868404 CPUtime=0.17
/proc/15434/task/15436/stat : 15436 (java) S 15433 15420 15131 0 -1 64 1947 0 0 0 15 2 0 0 16 0 9 0 1005944992 889245696 6075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15434/tid=15437] ppid=15433 vsize=868404 CPUtime=0
/proc/15434/task/15437/stat : 15437 (java) S 15433 15420 15131 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1005944992 889245696 6075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15434/tid=15438] ppid=15433 vsize=868404 CPUtime=0
/proc/15434/task/15438/stat : 15438 (java) S 15433 15420 15131 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1005944992 889245696 6075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15434/tid=15439] ppid=15433 vsize=868404 CPUtime=0
/proc/15434/task/15439/stat : 15439 (java) S 15433 15420 15131 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1005944994 889245696 6075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15434/tid=15440] ppid=15433 vsize=868404 CPUtime=0.24
/proc/15434/task/15440/stat : 15440 (java) S 15433 15420 15131 0 -1 64 1490 0 0 0 23 1 0 0 16 0 9 0 1005944994 889245696 6075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15434/tid=15441] ppid=15433 vsize=868404 CPUtime=0
/proc/15434/task/15441/stat : 15441 (java) S 15433 15420 15131 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1005944994 889245696 6075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15434/tid=15442] ppid=15433 vsize=868404 CPUtime=0
/proc/15434/task/15442/stat : 15442 (java) S 15433 15420 15131 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1005944994 889245696 6075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887360

[startup+6.30174 s]
/proc/loadavg: 2.10 2.16 2.07 3/83 15444
/proc/meminfo: memFree=1524696/2055920 swapFree=4174728/4192956
[pid=15420] ppid=15418 vsize=13600 CPUtime=3.14
/proc/15420/stat : 15420 (sugar) S 15418 15420 15131 0 -1 4194304 1033 12723 0 2 3 0 291 20 15 0 1 0 1005944911 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15420/statm: 3400 799 370 3 0 500 0
[pid=15443] ppid=15420 vsize=5356 CPUtime=0
/proc/15443/stat : 15443 (sh) S 15420 15420 15131 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005945241 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15443/statm: 1339 232 193 169 0 50 0
[pid=15444] ppid=15443 vsize=43592 CPUtime=2.96
/proc/15444/stat : 15444 (minisat) R 15443 15420 15131 0 -1 4194304 10255 0 0 0 289 7 0 0 25 0 1 0 1005945241 44638208 10241 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15444/statm: 10898 10241 75 150 0 10745 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 62548

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

[startup+9.50235 s]
/proc/loadavg: 2.10 2.16 2.07 4/83 15444
/proc/meminfo: memFree=1524696/2055920 swapFree=4174728/4192956
[pid=15420] ppid=15418 vsize=13600 CPUtime=3.14
/proc/15420/stat : 15420 (sugar) S 15418 15420 15131 0 -1 4194304 1033 12723 0 2 3 0 291 20 16 0 1 0 1005944911 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15420/statm: 3400 799 370 3 0 500 0
[pid=15443] ppid=15420 vsize=5356 CPUtime=0
/proc/15443/stat : 15443 (sh) S 15420 15420 15131 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005945241 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15443/statm: 1339 232 193 169 0 50 0
[pid=15444] ppid=15443 vsize=43724 CPUtime=6.13
/proc/15444/stat : 15444 (minisat) R 15443 15420 15131 0 -1 4194304 10284 0 0 0 606 7 0 0 25 0 1 0 1005945241 44773376 10270 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/15444/statm: 10931 10270 75 150 0 10778 0
Current children cumulated CPU time (s) 9.27
Current children cumulated vsize (KiB) 62680

[startup+11.1017 s]
/proc/loadavg: 2.09 2.15 2.07 3/83 15444
/proc/meminfo: memFree=1524632/2055920 swapFree=4174728/4192956
[pid=15420] ppid=15418 vsize=13600 CPUtime=3.14
/proc/15420/stat : 15420 (sugar) S 15418 15420 15131 0 -1 4194304 1033 12723 0 2 3 0 291 20 16 0 1 0 1005944911 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15420/statm: 3400 799 370 3 0 500 0
[pid=15443] ppid=15420 vsize=5356 CPUtime=0
/proc/15443/stat : 15443 (sh) S 15420 15420 15131 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005945241 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15443/statm: 1339 232 193 169 0 50 0
[pid=15444] ppid=15443 vsize=43724 CPUtime=7.71
/proc/15444/stat : 15444 (minisat) R 15443 15420 15131 0 -1 4194304 10289 0 0 0 764 7 0 0 25 0 1 0 1005945241 44773376 10275 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/15444/statm: 10931 10275 75 150 0 10778 0
Current children cumulated CPU time (s) 10.85
Current children cumulated vsize (KiB) 62680

[startup+11.5017 s]
/proc/loadavg: 2.09 2.15 2.07 3/83 15444
/proc/meminfo: memFree=1524632/2055920 swapFree=4174728/4192956
[pid=15420] ppid=15418 vsize=13600 CPUtime=3.14
/proc/15420/stat : 15420 (sugar) S 15418 15420 15131 0 -1 4194304 1033 12723 0 2 3 0 291 20 16 0 1 0 1005944911 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15420/statm: 3400 799 370 3 0 500 0
[pid=15443] ppid=15420 vsize=5356 CPUtime=0
/proc/15443/stat : 15443 (sh) S 15420 15420 15131 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005945241 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15443/statm: 1339 232 193 169 0 50 0
[pid=15444] ppid=15443 vsize=43724 CPUtime=8.11
/proc/15444/stat : 15444 (minisat) R 15443 15420 15131 0 -1 4194304 10289 0 0 0 804 7 0 0 25 0 1 0 1005945241 44773376 10275 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/15444/statm: 10931 10275 75 150 0 10778 0
Current children cumulated CPU time (s) 11.25
Current children cumulated vsize (KiB) 62680

[startup+11.7018 s]
/proc/loadavg: 2.09 2.15 2.07 3/83 15444
/proc/meminfo: memFree=1524632/2055920 swapFree=4174728/4192956
[pid=15420] ppid=15418 vsize=13600 CPUtime=11.32
/proc/15420/stat : 15420 (sugar) S 15418 15420 15131 0 -1 4194304 1090 23306 0 2 3 1 1100 28 15 0 1 0 1005944911 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15420/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 11.32
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 11.7268
CPU time (s): 11.4813
CPU user time (s): 11.1563
CPU system time (s): 0.32495
CPU usage (%): 97.9059
Max. virtual memory (cumulated for all children) (KiB): 887360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.1563
system time used= 0.32495
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28143
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= 5040
involuntary context switches= 5309

runsolver used 0.015997 second user time and 0.052991 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-05 01:50:24
IDJOB=1081104
IDBENCH=57070
IDSOLVER=346
FILE ID=node35/1081104-1215215424
PBS_JOBID= 7881805
Free space on /tmp= 66468 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 65012234ef8a22a0fbbf13548c18283e
RANDOM SEED=1760930870

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1584464 kB
Buffers:         63268 kB
Cached:         247332 kB
SwapCached:      11992 kB
Active:         255492 kB
Inactive:       148788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1584464 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            1548 kB
Writeback:           0 kB
Mapped:         107508 kB
Slab:            52260 kB
Committed_AS:  2412344 kB
PageTables:       1964 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= 66464 MiB
End job on node35 at 2008-07-05 01:50:36