Trace number 1082431

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 54.9986 55.6528

General information on the benchmark

Namecsp/super-os/super-os-taillard-10/
normalized-super-os-taillard-10-24.xml
MD5SUM9306ef7954ddac95b00e0f57746494c3
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 benchmark1.66675
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Maximum constraint arity2
Maximum domain size548
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2800
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 03:50:48 2008
0.00/0.04	c 0	PID 31876
0.00/0.04	c 0	HOST node86.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1082431-1215222648.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1082431-1215222648.xml' 'HOME/temp.csp'
0.03/0.74	c 0	65 domains, 200 variables, 3 predicates, 0 relations, 2800 constraints
0.03/0.78	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	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.73/0.86	c 0	Parsing HOME/temp.csp
0.94/1.08	c 1	parsed 3068 expressions
0.94/1.08	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.94/1.08	c 1	Converting to clausal form CSP
1.03/1.13	c 1	converted 307 (10%) expressions
1.03/1.19	c 1	converted 614 (20%) expressions
1.12/1.27	c 1	converted 921 (30%) expressions
1.12/1.29	c 1	converted 1228 (40%) expressions
1.22/1.31	c 1	converted 1534 (50%) expressions
1.22/1.32	c 1	converted 1841 (60%) expressions
1.22/1.33	c 1	converted 2148 (70%) expressions
1.22/1.33	c 1	converted 2455 (80%) expressions
1.22/1.34	c 1	converted 2762 (90%) expressions
1.22/1.35	c 1	converted 3068 (100%) expressions
1.22/1.35	c 1	CSP : 200 integers, 0 booleans, 2800 clauses, largest domain size 548
1.22/1.35	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.35	c 1	Propagation in CSP
1.22/1.39	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.39	c 1	CSP : 200 integers, 0 booleans, 2800 clauses, largest domain size 548
1.22/1.39	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.39	c 1	Simplifing CSP by introducing new Boolean variables
1.33/1.47	c 1	CSP : 200 integers, 5600 booleans, 8400 clauses, largest domain size 548
1.33/1.47	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.51	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.43/1.54	c 1	20 (10%) CSP integer variables are encoded (9984 clauses, 127658 bytes)
1.43/1.55	c 1	40 (20%) CSP integer variables are encoded (19836 clauses, 275438 bytes)
1.43/1.56	c 1	60 (30%) CSP integer variables are encoded (29668 clauses, 422918 bytes)
1.43/1.57	c 1	80 (40%) CSP integer variables are encoded (39582 clauses, 571628 bytes)
1.43/1.59	c 1	100 (50%) CSP integer variables are encoded (49612 clauses, 722078 bytes)
1.53/1.60	c 1	120 (60%) CSP integer variables are encoded (59928 clauses, 876818 bytes)
1.53/1.61	c 1	140 (70%) CSP integer variables are encoded (70030 clauses, 1028348 bytes)
1.53/1.62	c 1	160 (80%) CSP integer variables are encoded (79962 clauses, 1177328 bytes)
1.53/1.63	c 1	180 (90%) CSP integer variables are encoded (89950 clauses, 1327148 bytes)
1.53/1.64	c 1	200 (100%) CSP integer variables are encoded (99848 clauses, 1475715 bytes)
2.03/2.14	c 2	840 (10%) CSP clauses are encoded (351280 clauses, 6829561 bytes)
2.52/2.61	c 2	1680 (20%) CSP clauses are encoded (611292 clauses, 12652560 bytes)
2.92/3.06	c 3	2520 (30%) CSP clauses are encoded (859346 clauses, 18348637 bytes)
3.41/3.53	c 3	3360 (40%) CSP clauses are encoded (1108382 clauses, 24067274 bytes)
3.80/3.99	c 4	4200 (50%) CSP clauses are encoded (1362784 clauses, 29909280 bytes)
4.30/4.47	c 4	5040 (60%) CSP clauses are encoded (1622730 clauses, 35878896 bytes)
4.80/4.97	c 5	5880 (70%) CSP clauses are encoded (1889474 clauses, 42004768 bytes)
5.29/5.46	c 5	6720 (80%) CSP clauses are encoded (2149246 clauses, 47970418 bytes)
5.77/5.95	c 6	7560 (90%) CSP clauses are encoded (2405150 clauses, 53847112 bytes)
6.27/6.41	c 6	8400 (100%) CSP clauses are encoded (2657088 clauses, 59633086 bytes)
6.27/6.42	c 6	8400 CSP clauses encoded
6.27/6.42	c 6	Writing map file : HOME/temp.map
6.27/6.42	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.27/6.42	c 6	SAT : 105648 SAT variables, 2657088 SAT clauses, 59633086 bytes
6.27/6.42	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.27/6.46	c 6	SOLVING HOME/temp.cnf
6.27/6.46	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.27/6.46	c 6	This is MiniSat 2.0 beta
6.27/6.46	c 6	WARNING: for repeatability, setting FPU to use double precision
6.27/6.46	c 6	============================[ Problem Statistics ]=============================
6.27/6.46	c 6	|                                                                             |
6.27/6.47	c 6	|  Number of variables:  105648                                               |
6.27/6.47	c 6	|  Number of clauses:    2657088                                              |
7.60/7.89	c 7	|  Parsing time:         1.23         s                                       |
7.70/7.96	c 8	============================[ Search Statistics ]==============================
7.70/7.96	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.70/7.96	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.70/7.96	c 8	===============================================================================
7.70/7.96	c 8	|         0 |  105648  2657088  7857416 |   885696        0    nan |  0.000 % |
8.20/8.40	c 8	|       100 |  105648  2657088  7857416 |   974265      100     18 |  0.000 % |
8.40/8.62	c 8	|       250 |  105648  2657088  7857416 |  1071692      250     12 |  0.000 % |
8.60/8.82	c 8	|       475 |  105648  2657088  7857416 |  1178861      475     10 |  0.000 % |
8.89/9.15	c 9	|       812 |  105648  2657088  7857416 |  1296747      812      9 |  0.000 % |
9.39/9.66	c 9	|      1318 |  105648  2657088  7857416 |  1426422     1318      9 |  0.000 % |
10.08/10.39	c 10	|      2077 |  105648  2657088  7857416 |  1569064     2077      9 |  0.000 % |
11.27/11.54	c 11	|      3217 |  105648  2657088  7857416 |  1725970     3217      9 |  0.000 % |
13.05/13.34	c 13	|      4927 |  105648  2657088  7857416 |  1898568     4927      9 |  0.000 % |
15.62/15.95	c 16	|      7489 |  105648  2657088  7857416 |  2088424     7489      9 |  0.000 % |
19.88/20.20	c 20	|     11333 |  105648  2657088  7857416 |  2297267    11333     10 |  0.000 % |
27.03/27.48	c 27	|     17099 |  105648  2657088  7857416 |  2526994    17099     10 |  0.000 % |
38.51/39.01	c 39	|     25749 |  105648  2657088  7857416 |  2779693    25749     10 |  0.000 % |
54.75/55.44	c 55	===============================================================================
54.75/55.44	c 55	restarts              : 13
54.75/55.44	c 55	conflicts             : 36873          (763 /sec)
54.75/55.44	c 55	decisions             : 46077          (2.00 % random) (954 /sec)
54.75/55.44	c 55	propagations          : 50494522       (1045399 /sec)
54.75/55.44	c 55	conflict literals     : 356267         (29.76 % deleted)
54.75/55.44	c 55	Memory used           : 125.62 MB
54.75/55.44	c 55	CPU time              : 48.3017 s
54.75/55.44	c 55	
54.75/55.44	c 55	UNSATISFIABLE
54.75/55.46	c 55	DECODING HOME/temp.out WITH HOME/temp.map
54.75/55.46	c 55	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
54.82/55.54	c 55	Decoding HOME/temp.out
54.82/55.58	s UNSATISFIABLE
54.82/55.58	c 55	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
54.82/55.63	c 55	CPU 54.2 (0.03 0.01 54.17 0.73)
54.82/55.63	c 55	END Sat Jul  5 03:51:43 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-1082431-1215222648/watcher-1082431-1215222648 -o /tmp/evaluation-result-1082431-1215222648/solver-1082431-1215222648 -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-1082431-1215222648.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.00 2.06 2.04 3/82 31876
/proc/meminfo: memFree=1693288/2055920 swapFree=4178892/4192956
[pid=31876] ppid=31874 vsize=12272 CPUtime=0
/proc/31876/stat : 31876 (sugar) R 31874 31876 31720 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 677993737 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 240162749438 0 0 4224 0 0 0 0 17 1 0 0
/proc/31876/statm: 3068 329 246 3 0 168 0

[startup+0.01386 s]
/proc/loadavg: 2.00 2.06 2.04 3/82 31876
/proc/meminfo: memFree=1693288/2055920 swapFree=4178892/4192956
[pid=31876] ppid=31874 vsize=12544 CPUtime=0
/proc/31876/stat : 31876 (sugar) R 31874 31876 31720 0 -1 4194304 477 0 0 0 0 0 0 0 18 0 1 0 677993737 12845056 445 996147200 4194304 4206940 548682068608 18446744073709551615 240153694945 0 0 4224 0 0 0 0 17 1 0 0
/proc/31876/statm: 3136 445 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.102872 s]
/proc/loadavg: 2.00 2.06 2.04 3/82 31876
/proc/meminfo: memFree=1693288/2055920 swapFree=4178892/4192956
[pid=31876] ppid=31874 vsize=13600 CPUtime=0.03
/proc/31876/stat : 31876 (sugar) S 31874 31876 31720 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 677993737 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31876/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301891 s]
/proc/loadavg: 2.00 2.06 2.04 3/82 31876
/proc/meminfo: memFree=1693288/2055920 swapFree=4178892/4192956
[pid=31876] ppid=31874 vsize=13600 CPUtime=0.03
/proc/31876/stat : 31876 (sugar) S 31874 31876 31720 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 677993737 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31876/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702936 s]
/proc/loadavg: 2.00 2.06 2.04 3/82 31876
/proc/meminfo: memFree=1693288/2055920 swapFree=4178892/4192956
[pid=31876] ppid=31874 vsize=13600 CPUtime=0.03
/proc/31876/stat : 31876 (sugar) S 31874 31876 31720 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 677993737 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31876/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50104 s]
/proc/loadavg: 2.00 2.06 2.04 3/93 31898
/proc/meminfo: memFree=1685328/2055920 swapFree=4178892/4192956
[pid=31876] ppid=31874 vsize=13600 CPUtime=0.74
/proc/31876/stat : 31876 (sugar) S 31874 31876 31720 0 -1 4194304 974 5400 0 1 3 1 66 4 15 0 1 0 677993737 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31876/statm: 3400 797 370 3 0 500 0
[pid=31889] ppid=31876 vsize=5356 CPUtime=0
/proc/31889/stat : 31889 (sh) S 31876 31876 31720 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 677993815 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31889/statm: 1339 233 193 169 0 50 0
[pid=31890] ppid=31889 vsize=868384 CPUtime=0.69
/proc/31890/stat : 31890 (java) S 31889 31876 31720 0 -1 0 7133 0 1 0 66 3 0 0 20 0 9 0 677993816 889225216 6359 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31890/statm: 217096 6359 2540 9 0 211671 0
[pid=31890/tid=31891] ppid=31889 vsize=868384 CPUtime=0.37
/proc/31890/task/31891/stat : 31891 (java) R 31889 31876 31720 0 -1 64 2656 0 1 0 36 1 0 0 25 0 9 0 677993817 889225216 6359 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31890/tid=31892] ppid=31889 vsize=868384 CPUtime=0.11
/proc/31890/task/31892/stat : 31892 (java) R 31889 31876 31720 0 -1 64 2302 0 0 0 11 0 0 0 16 0 9 0 677993818 889225216 6359 996147200 134512640 134550740 4294955952 18446744073709551615 102731829 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31890/tid=31893] ppid=31889 vsize=868384 CPUtime=0
/proc/31890/task/31893/stat : 31893 (java) S 31889 31876 31720 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677993818 889225216 6359 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31890/tid=31894] ppid=31889 vsize=868384 CPUtime=0
/proc/31890/task/31894/stat : 31894 (java) S 31889 31876 31720 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677993818 889225216 6359 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31890/tid=31895] ppid=31889 vsize=868384 CPUtime=0
/proc/31890/task/31895/stat : 31895 (java) S 31889 31876 31720 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 677993820 889225216 6359 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31890/tid=31896] ppid=31889 vsize=868384 CPUtime=0.18
/proc/31890/task/31896/stat : 31896 (java) S 31889 31876 31720 0 -1 64 1482 0 0 0 18 0 0 0 16 0 9 0 677993820 889225216 6359 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31890/tid=31897] ppid=31889 vsize=868384 CPUtime=0
/proc/31890/task/31897/stat : 31897 (java) S 31889 31876 31720 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 677993820 889225216 6359 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31890/tid=31898] ppid=31889 vsize=868384 CPUtime=0
/proc/31890/task/31898/stat : 31898 (java) S 31889 31876 31720 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677993820 889225216 6359 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887340

[startup+3.10221 s]
/proc/loadavg: 2.00 2.06 2.04 3/93 31898
/proc/meminfo: memFree=1668880/2055920 swapFree=4178892/4192956
[pid=31876] ppid=31874 vsize=13600 CPUtime=0.74
/proc/31876/stat : 31876 (sugar) S 31874 31876 31720 0 -1 4194304 974 5400 0 1 3 1 66 4 15 0 1 0 677993737 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31876/statm: 3400 797 370 3 0 500 0
[pid=31889] ppid=31876 vsize=5356 CPUtime=0
/proc/31889/stat : 31889 (sh) S 31876 31876 31720 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 677993815 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31889/statm: 1339 233 193 169 0 50 0
[pid=31890] ppid=31889 vsize=868496 CPUtime=2.28
/proc/31890/stat : 31890 (java) S 31889 31876 31720 0 -1 0 7715 0 1 0 211 17 0 0 20 0 9 0 677993816 889339904 6425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31890/statm: 217124 6425 2564 9 0 211671 0
[pid=31890/tid=31891] ppid=31889 vsize=868496 CPUtime=1.77
/proc/31890/task/31891/stat : 31891 (java) R 31889 31876 31720 0 -1 64 3215 0 1 0 165 12 0 0 25 0 9 0 677993817 889339904 6425 996147200 134512640 134550740 4294955952 18446744073709551615 4126584696 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31890/tid=31892] ppid=31889 vsize=868496 CPUtime=0.27
/proc/31890/task/31892/stat : 31892 (java) S 31889 31876 31720 0 -1 64 2302 0 0 0 24 3 0 0 16 0 9 0 677993818 889339904 6425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31890/tid=31893] ppid=31889 vsize=868496 CPUtime=0
/proc/31890/task/31893/stat : 31893 (java) S 31889 31876 31720 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677993818 889339904 6425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31890/tid=31894] ppid=31889 vsize=868496 CPUtime=0
/proc/31890/task/31894/stat : 31894 (java) S 31889 31876 31720 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677993818 889339904 6425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31890/tid=31895] ppid=31889 vsize=868496 CPUtime=0
/proc/31890/task/31895/stat : 31895 (java) S 31889 31876 31720 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 677993820 889339904 6425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31890/tid=31896] ppid=31889 vsize=868496 CPUtime=0.21
/proc/31890/task/31896/stat : 31896 (java) S 31889 31876 31720 0 -1 64 1505 0 0 0 21 0 0 0 16 0 9 0 677993820 889339904 6425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31890/tid=31897] ppid=31889 vsize=868496 CPUtime=0
/proc/31890/task/31897/stat : 31897 (java) S 31889 31876 31720 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 677993820 889339904 6425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31890/tid=31898] ppid=31889 vsize=868496 CPUtime=0
/proc/31890/task/31898/stat : 31898 (java) S 31889 31876 31720 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677993820 889339904 6425 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887452

[startup+6.30257 s]
/proc/loadavg: 2.00 2.06 2.04 3/93 31898
/proc/meminfo: memFree=1627856/2055920 swapFree=4178892/4192956
[pid=31876] ppid=31874 vsize=13600 CPUtime=0.74
/proc/31876/stat : 31876 (sugar) S 31874 31876 31720 0 -1 4194304 974 5400 0 1 3 1 66 4 15 0 1 0 677993737 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31876/statm: 3400 797 370 3 0 500 0
[pid=31889] ppid=31876 vsize=5356 CPUtime=0
/proc/31889/stat : 31889 (sh) S 31876 31876 31720 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 677993815 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31889/statm: 1339 233 193 169 0 50 0
[pid=31890] ppid=31889 vsize=868496 CPUtime=5.43
/proc/31890/stat : 31890 (java) S 31889 31876 31720 0 -1 0 8752 0 1 0 500 43 0 0 20 0 9 0 677993816 889339904 6431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31890/statm: 217124 6431 2565 9 0 211671 0
[pid=31890/tid=31891] ppid=31889 vsize=868496 CPUtime=4.71
/proc/31890/task/31891/stat : 31891 (java) R 31889 31876 31720 0 -1 64 4246 0 1 0 437 34 0 0 25 0 9 0 677993817 889339904 6431 996147200 134512640 134550740 4294955952 18446744073709551615 4126582967 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31890/tid=31892] ppid=31889 vsize=868496 CPUtime=0.47
/proc/31890/task/31892/stat : 31892 (java) S 31889 31876 31720 0 -1 64 2302 0 0 0 40 7 0 0 16 0 9 0 677993818 889339904 6431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31890/tid=31893] ppid=31889 vsize=868496 CPUtime=0
/proc/31890/task/31893/stat : 31893 (java) S 31889 31876 31720 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677993818 889339904 6431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31890/tid=31894] ppid=31889 vsize=868496 CPUtime=0
/proc/31890/task/31894/stat : 31894 (java) S 31889 31876 31720 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677993818 889339904 6431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31890/tid=31895] ppid=31889 vsize=868496 CPUtime=0
/proc/31890/task/31895/stat : 31895 (java) S 31889 31876 31720 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 677993820 889339904 6431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31890/tid=31896] ppid=31889 vsize=868496 CPUtime=0.22
/proc/31890/task/31896/stat : 31896 (java) S 31889 31876 31720 0 -1 64 1511 0 0 0 22 0 0 0 16 0 9 0 677993820 889339904 6431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31890/tid=31897] ppid=31889 vsize=868496 CPUtime=0
/proc/31890/task/31897/stat : 31897 (java) S 31889 31876 31720 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 677993820 889339904 6431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31890/tid=31898] ppid=31889 vsize=868496 CPUtime=0
/proc/31890/task/31898/stat : 31898 (java) S 31889 31876 31720 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677993820 889339904 6431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887452

[startup+12.7013 s]
/proc/loadavg: 2.08 2.07 2.05 3/85 31900
/proc/meminfo: memFree=1513360/2055920 swapFree=4178892/4192956
[pid=31876] ppid=31874 vsize=13600 CPUtime=6.3
/proc/31876/stat : 31876 (sugar) S 31874 31876 31720 0 -1 4194304 1033 14495 0 2 3 1 577 49 16 0 1 0 677993737 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31876/statm: 3400 799 370 3 0 500 0
[pid=31899] ppid=31876 vsize=5356 CPUtime=0
/proc/31899/stat : 31899 (sh) S 31876 31876 31720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677994384 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31899/statm: 1339 232 193 169 0 50 0
[pid=31900] ppid=31899 vsize=123904 CPUtime=6.16
/proc/31900/stat : 31900 (minisat) R 31899 31876 31720 0 -1 4194304 29509 0 0 0 598 18 0 0 25 0 1 0 677994384 126877696 29495 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31900/statm: 30976 29495 76 150 0 30823 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 142860

[startup+25.5027 s]
/proc/loadavg: 2.06 2.07 2.05 4/85 31900
/proc/meminfo: memFree=1512016/2055920 swapFree=4178892/4192956
[pid=31876] ppid=31874 vsize=13600 CPUtime=6.3
/proc/31876/stat : 31876 (sugar) S 31874 31876 31720 0 -1 4194304 1033 14495 0 2 3 1 577 49 16 0 1 0 677993737 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31876/statm: 3400 799 370 3 0 500 0
[pid=31899] ppid=31876 vsize=5356 CPUtime=0
/proc/31899/stat : 31899 (sh) S 31876 31876 31720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677994384 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31899/statm: 1339 232 193 169 0 50 0
[pid=31900] ppid=31899 vsize=126416 CPUtime=18.84
/proc/31900/stat : 31900 (minisat) R 31899 31876 31720 0 -1 4194304 30143 0 0 0 1865 19 0 0 25 0 1 0 677994384 129449984 30129 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31900/statm: 31604 30129 76 150 0 31451 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 145372

[startup+51.1026 s]
/proc/loadavg: 2.04 2.06 2.04 3/85 31900
/proc/meminfo: memFree=1510160/2055920 swapFree=4178892/4192956
[pid=31876] ppid=31874 vsize=13600 CPUtime=6.3
/proc/31876/stat : 31876 (sugar) S 31874 31876 31720 0 -1 4194304 1033 14495 0 2 3 1 577 49 16 0 1 0 677993737 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31876/statm: 3400 799 370 3 0 500 0
[pid=31899] ppid=31876 vsize=5356 CPUtime=0
/proc/31899/stat : 31899 (sh) S 31876 31876 31720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677994384 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31899/statm: 1339 232 193 169 0 50 0
[pid=31900] ppid=31899 vsize=128504 CPUtime=44.19
/proc/31900/stat : 31900 (minisat) R 31899 31876 31720 0 -1 4194304 30659 0 0 0 4400 19 0 0 25 0 1 0 677994384 131588096 30645 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/31900/statm: 32126 30645 76 150 0 31973 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 147460

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

[startup+52.7017 s]
/proc/loadavg: 2.04 2.06 2.04 3/85 31900
/proc/meminfo: memFree=1510032/2055920 swapFree=4178892/4192956
[pid=31876] ppid=31874 vsize=13600 CPUtime=6.3
/proc/31876/stat : 31876 (sugar) S 31874 31876 31720 0 -1 4194304 1033 14495 0 2 3 1 577 49 16 0 1 0 677993737 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31876/statm: 3400 799 370 3 0 500 0
[pid=31899] ppid=31876 vsize=5356 CPUtime=0
/proc/31899/stat : 31899 (sh) S 31876 31876 31720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677994384 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31899/statm: 1339 232 193 169 0 50 0
[pid=31900] ppid=31899 vsize=128636 CPUtime=45.78
/proc/31900/stat : 31900 (minisat) R 31899 31876 31720 0 -1 4194304 30674 0 0 0 4559 19 0 0 25 0 1 0 677994384 131723264 30660 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/31900/statm: 32159 30660 76 150 0 32006 0
Current children cumulated CPU time (s) 52.08
Current children cumulated vsize (KiB) 147592

[startup+54.3019 s]
/proc/loadavg: 2.04 2.06 2.04 3/85 31900
/proc/meminfo: memFree=1510032/2055920 swapFree=4178892/4192956
[pid=31876] ppid=31874 vsize=13600 CPUtime=6.3
/proc/31876/stat : 31876 (sugar) S 31874 31876 31720 0 -1 4194304 1033 14495 0 2 3 1 577 49 16 0 1 0 677993737 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31876/statm: 3400 799 370 3 0 500 0
[pid=31899] ppid=31876 vsize=5356 CPUtime=0
/proc/31899/stat : 31899 (sh) S 31876 31876 31720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677994384 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31899/statm: 1339 232 193 169 0 50 0
[pid=31900] ppid=31899 vsize=128636 CPUtime=47.36
/proc/31900/stat : 31900 (minisat) R 31899 31876 31720 0 -1 4194304 30682 0 0 0 4717 19 0 0 25 0 1 0 677994384 131723264 30668 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 0 0 0
/proc/31900/statm: 32159 30668 76 150 0 32006 0
Current children cumulated CPU time (s) 53.66
Current children cumulated vsize (KiB) 147592

[startup+55.102 s]
/proc/loadavg: 2.04 2.06 2.04 3/85 31900
/proc/meminfo: memFree=1509968/2055920 swapFree=4178892/4192956
[pid=31876] ppid=31874 vsize=13600 CPUtime=6.3
/proc/31876/stat : 31876 (sugar) S 31874 31876 31720 0 -1 4194304 1033 14495 0 2 3 1 577 49 16 0 1 0 677993737 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31876/statm: 3400 799 370 3 0 500 0
[pid=31899] ppid=31876 vsize=5356 CPUtime=0
/proc/31899/stat : 31899 (sh) S 31876 31876 31720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677994384 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31899/statm: 1339 232 193 169 0 50 0
[pid=31900] ppid=31899 vsize=128636 CPUtime=48.15
/proc/31900/stat : 31900 (minisat) R 31899 31876 31720 0 -1 4194304 30682 0 0 0 4796 19 0 0 25 0 1 0 677994384 131723264 30668 996147200 134512640 135127466 4294956256 18446744073709551615 134530755 0 0 4096 3 0 0 0 17 0 0 0
/proc/31900/statm: 32159 30668 76 150 0 32006 0
Current children cumulated CPU time (s) 54.45
Current children cumulated vsize (KiB) 147592

[startup+55.5011 s]
/proc/loadavg: 2.04 2.06 2.04 3/85 31900
/proc/meminfo: memFree=1509968/2055920 swapFree=4178892/4192956
[pid=31876] ppid=31874 vsize=13600 CPUtime=54.82
/proc/31876/stat : 31876 (sugar) S 31874 31876 31720 0 -1 4194304 1071 45471 0 2 3 1 5407 71 17 0 1 0 677993737 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31876/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 54.82
Current children cumulated vsize (KiB) 13600

[startup+55.6011 s]
/proc/loadavg: 2.04 2.06 2.04 3/85 31900
/proc/meminfo: memFree=1509968/2055920 swapFree=4178892/4192956
[pid=31876] ppid=31874 vsize=13600 CPUtime=54.82
/proc/31876/stat : 31876 (sugar) S 31874 31876 31720 0 -1 4194304 1090 45471 0 2 3 1 5407 71 15 0 1 0 677993737 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31876/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 54.82
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 55.6528
CPU time (s): 54.9986
CPU user time (s): 54.2158
CPU system time (s): 0.78288
CPU usage (%): 98.8245
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.2158
system time used= 0.78288
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50299
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= 12877
involuntary context switches= 13968

runsolver used 0.071989 second user time and 0.19397 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-05 03:50:48
IDJOB=1082431
IDBENCH=57251
IDSOLVER=346
FILE ID=node86/1082431-1215222648
PBS_JOBID= 7881836
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-10/normalized-super-os-taillard-10-24.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-1082431-1215222648/watcher-1082431-1215222648 -o /tmp/evaluation-result-1082431-1215222648/solver-1082431-1215222648 -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-1082431-1215222648.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9306ef7954ddac95b00e0f57746494c3
RANDOM SEED=733234940

node86.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1693832 kB
Buffers:         81800 kB
Cached:         211008 kB
SwapCached:       6392 kB
Active:         210088 kB
Inactive:        99936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693832 kB
SwapTotal:     4192956 kB
SwapFree:      4178892 kB
Dirty:            2124 kB
Writeback:           0 kB
Mapped:          21224 kB
Slab:            36840 kB
Committed_AS:  1288980 kB
PageTables:       2308 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= 66552 MiB
End job on node86 at 2008-07-05 03:51:43