Trace number 1083205

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 29.1946 29.6167

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-30.xml
MD5SUM008c1f6eb2772a7d547f78fa2d1b705f
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 benchmark29.1946
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1207
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 04:46:33 2008
0.00/0.04	c 0	PID 19663
0.00/0.05	c 0	HOST node21.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1083205-1215225992.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-1083205-1215225992.xml' 'HOME/temp.csp'
0.04/0.94	c 0	93 domains, 450 variables, 4 predicates, 0 relations, 5580 constraints
0.04/1.00	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/1.00	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.92/1.08	c 1	Parsing HOME/temp.csp
0.92/1.34	c 1	parsed 6127 expressions
0.92/1.35	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.35	c 1	Converting to clausal form CSP
0.92/1.41	c 1	converted 613 (10%) expressions
0.92/1.56	c 1	converted 1226 (20%) expressions
0.92/1.60	c 1	converted 1839 (30%) expressions
0.92/1.63	c 1	converted 2451 (40%) expressions
0.92/1.65	c 1	converted 3064 (50%) expressions
0.92/1.67	c 1	converted 3677 (60%) expressions
0.92/1.70	c 1	converted 4289 (70%) expressions
0.92/1.76	c 1	converted 4902 (80%) expressions
0.92/1.79	c 1	converted 5515 (90%) expressions
0.92/1.81	c 1	converted 6127 (100%) expressions
0.92/1.81	c 1	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 1207
0.92/1.81	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.81	c 1	Propagation in CSP
0.92/2.08	c 2	317968 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/2.08	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 573
0.92/2.08	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/2.08	c 2	Simplifing CSP by introducing new Boolean variables
2.00/2.19	c 2	CSP : 450 integers, 9900 booleans, 15480 clauses, largest domain size 573
2.00/2.19	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.10/2.25	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.10/2.30	c 2	45 (10%) CSP integer variables are encoded (17190 clauses, 235766 bytes)
2.19/2.32	c 2	90 (20%) CSP integer variables are encoded (33210 clauses, 476066 bytes)
2.19/2.34	c 2	135 (30%) CSP integer variables are encoded (54645 clauses, 797591 bytes)
2.19/2.37	c 2	180 (40%) CSP integer variables are encoded (75510 clauses, 1110566 bytes)
2.28/2.40	c 2	225 (50%) CSP integer variables are encoded (96660 clauses, 1427816 bytes)
2.28/2.43	c 2	270 (60%) CSP integer variables are encoded (121830 clauses, 1849489 bytes)
2.28/2.47	c 2	315 (70%) CSP integer variables are encoded (144825 clauses, 2240404 bytes)
2.38/2.50	c 2	360 (80%) CSP integer variables are encoded (166950 clauses, 2616529 bytes)
2.38/2.53	c 2	405 (90%) CSP integer variables are encoded (186285 clauses, 2945224 bytes)
2.38/2.55	c 2	450 (100%) CSP integer variables are encoded (202020 clauses, 3212719 bytes)
2.88/3.00	c 3	1548 (10%) CSP clauses are encoded (407822 clauses, 7676197 bytes)
3.28/3.46	c 3	3096 (20%) CSP clauses are encoded (631754 clauses, 12777198 bytes)
3.67/3.85	c 3	4644 (30%) CSP clauses are encoded (817562 clauses, 17035757 bytes)
4.17/4.31	c 4	6192 (40%) CSP clauses are encoded (1044538 clauses, 22242083 bytes)
4.65/4.82	c 4	7740 (50%) CSP clauses are encoded (1303060 clauses, 28170484 bytes)
5.15/5.31	c 5	9288 (60%) CSP clauses are encoded (1555049 clauses, 33958486 bytes)
5.65/5.82	c 5	10836 (70%) CSP clauses are encoded (1811645 clauses, 39834696 bytes)
6.24/6.42	c 6	12384 (80%) CSP clauses are encoded (2118739 clauses, 47022653 bytes)
6.84/7.03	c 7	13932 (90%) CSP clauses are encoded (2427185 clauses, 54367438 bytes)
7.31/7.58	c 7	15480 (100%) CSP clauses are encoded (2711391 clauses, 60805564 bytes)
7.31/7.58	c 7	15480 CSP clauses encoded
7.31/7.58	c 7	Writing map file : HOME/temp.map
7.31/7.59	c 7	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.31/7.59	c 7	SAT : 212370 SAT variables, 2711391 SAT clauses, 60805564 bytes
7.31/7.59	c 7	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.40/7.63	c 7	SOLVING HOME/temp.cnf
7.40/7.63	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.40/7.64	c 7	This is MiniSat 2.0 beta
7.40/7.64	c 7	WARNING: for repeatability, setting FPU to use double precision
7.40/7.64	c 7	============================[ Problem Statistics ]=============================
7.40/7.64	c 7	|                                                                             |
7.40/7.64	c 7	|  Number of variables:  212370                                               |
7.40/7.64	c 7	|  Number of clauses:    2711391                                              |
8.95/9.22	c 9	|  Parsing time:         1.35         s                                       |
8.95/9.30	c 9	============================[ Search Statistics ]==============================
8.95/9.30	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.95/9.30	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.95/9.30	c 9	===============================================================================
8.95/9.30	c 9	|         0 |  210252  2709273  7629069 |   903091        0    nan |  0.000 % |
10.74/11.08	c 11	|       100 |  210252  2709273  7629069 |   993400       99      8 |  1.003 % |
13.11/13.41	c 13	|       251 |  210252  2709273  7629069 |  1092740      249      8 |  1.011 % |
16.18/16.60	c 16	|       476 |  210190  2708168  7625971 |  1202014      443      8 |  1.027 % |
20.93/21.32	c 21	|       815 |  210190  2708168  7625971 |  1322215      782      9 |  1.027 % |
28.85/29.39	c 29	===============================================================================
28.85/29.39	c 29	restarts              : 5
28.85/29.39	c 29	conflicts             : 1318           (62 /sec)
28.85/29.39	c 29	decisions             : 1906           (1.52 % random) (89 /sec)
28.85/29.39	c 29	propagations          : 26027416       (1222015 /sec)
28.85/29.39	c 29	conflict literals     : 11317          (36.28 % deleted)
28.85/29.39	c 29	Memory used           : 131.47 MB
28.85/29.39	c 29	CPU time              : 21.2988 s
28.85/29.39	c 29	
28.85/29.39	c 29	UNSATISFIABLE
28.95/29.41	c 29	DECODING HOME/temp.out WITH HOME/temp.map
28.95/29.41	c 29	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
28.95/29.49	c 29	Decoding HOME/temp.out
28.98/29.56	s UNSATISFIABLE
28.98/29.57	c 29	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
28.98/29.58	c 29	CPU 28.28 (0.03 0.01 28.25 0.85)
28.98/29.58	c 29	END Sat Jul  5 04:47:02 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-1083205-1215225992/watcher-1083205-1215225992 -o /tmp/evaluation-result-1083205-1215225992/solver-1083205-1215225992 -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-1083205-1215225992.xml 

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


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.98 4/80 19663
/proc/meminfo: memFree=1315872/2055920 swapFree=4180412/4192956
[pid=19663] ppid=19661 vsize=18572 CPUtime=0
/proc/19663/stat : 19663 (runsolver) R 19661 19663 17985 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 2001573519 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19663/statm: 4643 292 257 25 0 2626 0

[startup+0.0517279 s]
/proc/loadavg: 1.99 1.97 1.98 4/80 19663
/proc/meminfo: memFree=1315872/2055920 swapFree=4180412/4192956
[pid=19663] ppid=19661 vsize=13600 CPUtime=0.04
/proc/19663/stat : 19663 (sugar) S 19661 19663 17985 0 -1 4194304 884 127 0 0 3 1 0 0 19 0 1 0 2001573519 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19663/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102217 s]
/proc/loadavg: 1.99 1.97 1.98 4/80 19663
/proc/meminfo: memFree=1315872/2055920 swapFree=4180412/4192956
[pid=19663] ppid=19661 vsize=13600 CPUtime=0.04
/proc/19663/stat : 19663 (sugar) S 19661 19663 17985 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001573519 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19663/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301247 s]
/proc/loadavg: 1.99 1.97 1.98 4/80 19663
/proc/meminfo: memFree=1315872/2055920 swapFree=4180412/4192956
[pid=19663] ppid=19661 vsize=13600 CPUtime=0.04
/proc/19663/stat : 19663 (sugar) S 19661 19663 17985 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001573519 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19663/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701326 s]
/proc/loadavg: 1.99 1.97 1.98 4/80 19663
/proc/meminfo: memFree=1315872/2055920 swapFree=4180412/4192956
[pid=19663] ppid=19661 vsize=13600 CPUtime=0.04
/proc/19663/stat : 19663 (sugar) S 19661 19663 17985 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001573519 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19663/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50248 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 19676
/proc/meminfo: memFree=1313616/2055920 swapFree=4180412/4192956
[pid=19663] ppid=19661 vsize=13600 CPUtime=0.92
/proc/19663/stat : 19663 (sugar) S 19661 19663 17985 0 -1 4194304 974 7635 0 1 3 1 83 5 15 0 1 0 2001573519 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19663/statm: 3400 797 370 3 0 500 0
[pid=19676] ppid=19663 vsize=5356 CPUtime=0
/proc/19676/stat : 19676 (sh) S 19663 19663 17985 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001573619 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19676/statm: 1339 233 193 169 0 50 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 18956

[startup+3.10178 s]
/proc/loadavg: 2.07 1.99 1.99 4/91 19685
/proc/meminfo: memFree=1296264/2055920 swapFree=4180412/4192956
[pid=19663] ppid=19661 vsize=13600 CPUtime=0.92
/proc/19663/stat : 19663 (sugar) S 19661 19663 17985 0 -1 4194304 974 7635 0 1 3 1 83 5 15 0 1 0 2001573519 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19663/statm: 3400 797 370 3 0 500 0
[pid=19676] ppid=19663 vsize=5356 CPUtime=0
/proc/19676/stat : 19676 (sh) S 19663 19663 17985 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001573619 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19676/statm: 1339 233 193 169 0 50 0
[pid=19677] ppid=19676 vsize=868468 CPUtime=2.06
/proc/19677/stat : 19677 (java) S 19676 19663 17985 0 -1 0 8567 0 1 0 195 11 0 0 18 0 9 0 2001573619 889311232 7474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19677/statm: 217117 7474 2564 9 0 211664 0
[pid=19677/tid=19678] ppid=19676 vsize=868468 CPUtime=1.47
/proc/19677/task/19678/stat : 19678 (java) R 19676 19663 17985 0 -1 64 3009 0 1 0 141 6 0 0 25 0 9 0 2001573620 889311232 7474 996147200 134512640 134550740 4294955952 18446744073709551615 4126836218 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19677/tid=19679] ppid=19676 vsize=868468 CPUtime=0.31
/proc/19677/task/19679/stat : 19679 (java) S 19676 19663 17985 0 -1 64 3387 0 0 0 29 2 0 0 15 0 9 0 2001573621 889311232 7474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19677/tid=19680] ppid=19676 vsize=868468 CPUtime=0
/proc/19677/task/19680/stat : 19680 (java) S 19676 19663 17985 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001573622 889311232 7474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19677/tid=19681] ppid=19676 vsize=868468 CPUtime=0
/proc/19677/task/19681/stat : 19681 (java) S 19676 19663 17985 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001573622 889311232 7474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19677/tid=19682] ppid=19676 vsize=868468 CPUtime=0
/proc/19677/task/19682/stat : 19682 (java) S 19676 19663 17985 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001573624 889311232 7474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19677/tid=19683] ppid=19676 vsize=868468 CPUtime=0.24
/proc/19677/task/19683/stat : 19683 (java) S 19676 19663 17985 0 -1 64 1478 0 0 0 24 0 0 0 16 0 9 0 2001573624 889311232 7474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19677/tid=19684] ppid=19676 vsize=868468 CPUtime=0
/proc/19677/task/19684/stat : 19684 (java) S 19676 19663 17985 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001573624 889311232 7474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19677/tid=19685] ppid=19676 vsize=868468 CPUtime=0
/proc/19677/task/19685/stat : 19685 (java) S 19676 19663 17985 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001573624 889311232 7474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887424

[startup+6.30238 s]
/proc/loadavg: 2.07 1.99 1.99 3/91 19685
/proc/meminfo: memFree=1258376/2055920 swapFree=4180412/4192956
[pid=19663] ppid=19661 vsize=13600 CPUtime=0.92
/proc/19663/stat : 19663 (sugar) S 19661 19663 17985 0 -1 4194304 974 7635 0 1 3 1 83 5 15 0 1 0 2001573519 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19663/statm: 3400 797 370 3 0 500 0
[pid=19676] ppid=19663 vsize=5356 CPUtime=0
/proc/19676/stat : 19676 (sh) S 19663 19663 17985 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001573619 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19676/statm: 1339 233 193 169 0 50 0
[pid=19677] ppid=19676 vsize=868468 CPUtime=5.22
/proc/19677/stat : 19677 (java) S 19676 19663 17985 0 -1 0 9547 0 1 0 483 39 0 0 18 0 9 0 2001573619 889311232 7483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19677/statm: 217117 7483 2565 9 0 211664 0
[pid=19677/tid=19678] ppid=19676 vsize=868468 CPUtime=4.4
/proc/19677/task/19678/stat : 19678 (java) R 19676 19663 17985 0 -1 64 3980 0 1 0 410 30 0 0 25 0 9 0 2001573620 889311232 7483 996147200 134512640 134550740 4294955952 18446744073709551615 4126587544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19677/tid=19679] ppid=19676 vsize=868468 CPUtime=0.55
/proc/19677/task/19679/stat : 19679 (java) S 19676 19663 17985 0 -1 64 3387 0 0 0 48 7 0 0 16 0 9 0 2001573621 889311232 7483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19677/tid=19680] ppid=19676 vsize=868468 CPUtime=0
/proc/19677/task/19680/stat : 19680 (java) S 19676 19663 17985 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001573622 889311232 7483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19677/tid=19681] ppid=19676 vsize=868468 CPUtime=0
/proc/19677/task/19681/stat : 19681 (java) S 19676 19663 17985 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001573622 889311232 7483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19677/tid=19682] ppid=19676 vsize=868468 CPUtime=0
/proc/19677/task/19682/stat : 19682 (java) S 19676 19663 17985 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001573624 889311232 7483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19677/tid=19683] ppid=19676 vsize=868468 CPUtime=0.25
/proc/19677/task/19683/stat : 19683 (java) S 19676 19663 17985 0 -1 64 1487 0 0 0 25 0 0 0 15 0 9 0 2001573624 889311232 7483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19677/tid=19684] ppid=19676 vsize=868468 CPUtime=0
/proc/19677/task/19684/stat : 19684 (java) S 19676 19663 17985 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001573624 889311232 7483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19677/tid=19685] ppid=19676 vsize=868468 CPUtime=0
/proc/19677/task/19685/stat : 19685 (java) S 19676 19663 17985 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001573624 889311232 7483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887424

[startup+12.7026 s]
/proc/loadavg: 2.06 1.99 1.99 3/83 19687
/proc/meminfo: memFree=1128072/2055920 swapFree=4180412/4192956
[pid=19663] ppid=19661 vsize=13600 CPUtime=7.42
/proc/19663/stat : 19663 (sugar) S 19661 19663 17985 0 -1 4194304 1033 17876 0 2 3 1 682 56 16 0 1 0 2001573519 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19663/statm: 3400 799 370 3 0 500 0
[pid=19686] ppid=19663 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19663 19663 17985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001574282 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=132640 CPUtime=5
/proc/19687/stat : 19687 (minisat) R 19686 19663 17985 0 -1 4194304 31430 0 0 0 477 23 0 0 25 0 1 0 2001574283 135823360 31416 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19687/statm: 33160 31416 75 150 0 33007 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 151596

[startup+25.502 s]
/proc/loadavg: 2.05 1.99 1.99 3/83 19687
/proc/meminfo: memFree=1126408/2055920 swapFree=4180412/4192956
[pid=19663] ppid=19661 vsize=13600 CPUtime=7.42
/proc/19663/stat : 19663 (sugar) S 19661 19663 17985 0 -1 4194304 1033 17876 0 2 3 1 682 56 16 0 1 0 2001573519 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19663/statm: 3400 799 370 3 0 500 0
[pid=19686] ppid=19663 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19663 19663 17985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001574282 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=134360 CPUtime=17.67
/proc/19687/stat : 19687 (minisat) R 19686 19663 17985 0 -1 4194304 31841 0 0 0 1744 23 0 0 25 0 1 0 2001574283 137584640 31827 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/19687/statm: 33590 31827 75 150 0 33437 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 153316

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

[startup+27.1023 s]
/proc/loadavg: 2.05 1.99 1.99 3/83 19687
/proc/meminfo: memFree=1126280/2055920 swapFree=4180412/4192956
[pid=19663] ppid=19661 vsize=13600 CPUtime=7.42
/proc/19663/stat : 19663 (sugar) S 19661 19663 17985 0 -1 4194304 1033 17876 0 2 3 1 682 56 16 0 1 0 2001573519 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19663/statm: 3400 799 370 3 0 500 0
[pid=19686] ppid=19663 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19663 19663 17985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001574282 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=134492 CPUtime=19.25
/proc/19687/stat : 19687 (minisat) R 19686 19663 17985 0 -1 4194304 31885 0 0 0 1902 23 0 0 25 0 1 0 2001574283 137719808 31871 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19687/statm: 33623 31871 75 150 0 33470 0
Current children cumulated CPU time (s) 26.67
Current children cumulated vsize (KiB) 153448

[startup+28.7016 s]
/proc/loadavg: 2.05 1.99 1.99 3/83 19687
/proc/meminfo: memFree=1126088/2055920 swapFree=4180412/4192956
[pid=19663] ppid=19661 vsize=13600 CPUtime=7.42
/proc/19663/stat : 19663 (sugar) S 19661 19663 17985 0 -1 4194304 1033 17876 0 2 3 1 682 56 16 0 1 0 2001573519 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19663/statm: 3400 799 370 3 0 500 0
[pid=19686] ppid=19663 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19663 19663 17985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001574282 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=134624 CPUtime=20.84
/proc/19687/stat : 19687 (minisat) R 19686 19663 17985 0 -1 4194304 31918 0 0 0 2061 23 0 0 25 0 1 0 2001574283 137854976 31904 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19687/statm: 33656 31904 75 150 0 33503 0
Current children cumulated CPU time (s) 28.26
Current children cumulated vsize (KiB) 153580

[startup+29.1017 s]
/proc/loadavg: 2.05 1.99 1.99 3/83 19687
/proc/meminfo: memFree=1126088/2055920 swapFree=4180412/4192956
[pid=19663] ppid=19661 vsize=13600 CPUtime=7.42
/proc/19663/stat : 19663 (sugar) S 19661 19663 17985 0 -1 4194304 1033 17876 0 2 3 1 682 56 16 0 1 0 2001573519 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19663/statm: 3400 799 370 3 0 500 0
[pid=19686] ppid=19663 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19663 19663 17985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001574282 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=134624 CPUtime=21.23
/proc/19687/stat : 19687 (minisat) R 19686 19663 17985 0 -1 4194304 31918 0 0 0 2100 23 0 0 25 0 1 0 2001574283 137854976 31904 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19687/statm: 33656 31904 75 150 0 33503 0
Current children cumulated CPU time (s) 28.65
Current children cumulated vsize (KiB) 153580

[startup+29.5008 s]
/proc/loadavg: 2.05 1.99 1.99 3/83 19687
/proc/meminfo: memFree=1126088/2055920 swapFree=4180412/4192956
[pid=19663] ppid=19661 vsize=13600 CPUtime=28.98
/proc/19663/stat : 19663 (sugar) S 19661 19663 17985 0 -1 4194304 1090 50089 0 2 3 1 2812 82 16 0 1 0 2001573519 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19663/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 28.98
Current children cumulated vsize (KiB) 13600

[startup+29.6018 s]
/proc/loadavg: 2.05 1.99 1.99 3/81 19697
/proc/meminfo: memFree=1302552/2055920 swapFree=4180412/4192956
[pid=19663] ppid=19661 vsize=13600 CPUtime=29.17
/proc/19663/stat : 19663 (sugar) R 19661 19663 17985 0 -1 4194304 1118 53895 0 3 3 4 2825 85 16 0 1 0 2001573519 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 221236663337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19663/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 29.17
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 29.6167
CPU time (s): 29.1946
CPU user time (s): 28.2877
CPU system time (s): 0.906862
CPU usage (%): 98.5747
Max. virtual memory (cumulated for all children) (KiB): 887500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.2877
system time used= 0.906862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55043
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= 13955
involuntary context switches= 14409

runsolver used 0.036994 second user time and 0.112982 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-05 04:46:32
IDJOB=1083205
IDBENCH=57428
IDSOLVER=346
FILE ID=node21/1083205-1215225992
PBS_JOBID= 7881811
Free space on /tmp= 66480 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 008c1f6eb2772a7d547f78fa2d1b705f
RANDOM SEED=1376910161

node21.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.263
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.263
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:       1316352 kB
Buffers:         95640 kB
Cached:         428016 kB
SwapCached:       6472 kB
Active:         340624 kB
Inactive:       330596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1316352 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            2004 kB
Writeback:           0 kB
Mapped:         162676 kB
Slab:            53336 kB
Committed_AS:  4327460 kB
PageTables:       2092 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= 66480 MiB
End job on node21 at 2008-07-05 04:47:02