Trace number 1069274

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 8.42272 8.787

General information on the benchmark

Namecsp/pseudoGLB/
normalized-ooo-rf8-ucl.xml
MD5SUM41b74cc5aa456e6c13c9dfd902110310
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.42272
Satisfiable
(Un)Satisfiability was proved
Number of variables6832
Number of constraints19477
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(19477)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Tue Jul  8 02:30:45 2008
0.00/0.14	c 0	PID 6921
0.00/0.15	c 0	HOST node24.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1069274-1215477044.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1069274-1215477044.xml' 'HOME/temp.csp'
2.25/2.53	c 2	1 domains, 6832 variables, 0 predicates, 0 relations, 19477 constraints
2.25/2.58	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.25/2.58	c 2	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'
2.30/2.67	c 2	Parsing HOME/temp.csp
2.90/3.20	c 3	parsed 10000 expressions
3.29/3.64	c 3	parsed 20000 expressions
3.69/4.06	c 4	parsed 26310 expressions
3.69/4.06	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.69/4.06	c 4	Converting to clausal form CSP
3.78/4.11	c 4	converted 2631 (10%) expressions
3.78/4.11	c 4	converted 5262 (20%) expressions
3.98/4.32	c 4	converted 7893 (30%) expressions
3.98/4.40	c 4	converted 10524 (40%) expressions
4.09/4.48	c 4	converted 13155 (50%) expressions
4.18/4.55	c 4	converted 15786 (60%) expressions
4.38/4.76	c 4	converted 18417 (70%) expressions
4.48/4.85	c 4	converted 21048 (80%) expressions
4.57/4.95	c 5	converted 23679 (90%) expressions
4.87/5.30	c 5	converted 26310 (100%) expressions
4.97/5.30	c 5	CSP : 10432 integers, 0 booleans, 26677 clauses, largest domain size 68
4.97/5.30	c 5	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.97/5.30	c 5	Propagation in CSP
5.17/5.52	c 5	155 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.17/5.53	c 5	CSP : 10432 integers, 0 booleans, 26677 clauses, largest domain size 64
5.17/5.53	c 5	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.17/5.54	c 5	Simplifing CSP by introducing new Boolean variables
5.17/5.56	c 5	CSP : 10432 integers, 0 booleans, 26677 clauses, largest domain size 64
5.17/5.56	c 5	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.27/5.66	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.27/5.68	c 5	1044 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.27/5.69	c 5	2087 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.27/5.69	c 5	3130 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.37/5.70	c 5	4173 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.37/5.70	c 5	5216 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.37/5.70	c 5	6260 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.37/5.72	c 5	7303 (70%) CSP integer variables are encoded (10026 clauses, 144362 bytes)
5.37/5.75	c 5	8346 (80%) CSP integer variables are encoded (31312 clauses, 463652 bytes)
5.37/5.77	c 5	9389 (90%) CSP integer variables are encoded (52614 clauses, 783182 bytes)
5.47/5.80	c 5	10432 (100%) CSP integer variables are encoded (76444 clauses, 1140632 bytes)
5.47/5.87	c 5	2668 (10%) CSP clauses are encoded (79095 clauses, 1171373 bytes)
5.47/5.88	c 5	5336 (20%) CSP clauses are encoded (81763 clauses, 1205595 bytes)
5.57/5.90	c 5	8004 (30%) CSP clauses are encoded (84422 clauses, 1240162 bytes)
5.57/5.92	c 5	10671 (40%) CSP clauses are encoded (87088 clauses, 1274820 bytes)
5.57/5.94	c 5	13339 (50%) CSP clauses are encoded (89719 clauses, 1310413 bytes)
5.57/5.97	c 6	16007 (60%) CSP clauses are encoded (92387 clauses, 1356506 bytes)
5.57/5.99	c 6	18674 (70%) CSP clauses are encoded (95049 clauses, 1405577 bytes)
6.06/6.46	c 6	21342 (80%) CSP clauses are encoded (291709 clauses, 5313970 bytes)
6.46/6.88	c 6	24010 (90%) CSP clauses are encoded (505899 clauses, 9652953 bytes)
6.95/7.31	c 7	26677 (100%) CSP clauses are encoded (731020 clauses, 14184666 bytes)
6.95/7.31	c 7	26677 CSP clauses encoded
6.95/7.31	c 7	Writing map file : HOME/temp.map
6.95/7.37	c 7	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.95/7.37	c 7	SAT : 86853 SAT variables, 731020 SAT clauses, 14184666 bytes
6.95/7.37	c 7	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.05/7.40	c 7	SOLVING HOME/temp.cnf
7.05/7.40	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.05/7.40	c 7	This is MiniSat 2.0 beta
7.05/7.40	c 7	WARNING: for repeatability, setting FPU to use double precision
7.05/7.40	c 7	============================[ Problem Statistics ]=============================
7.05/7.40	c 7	|                                                                             |
7.05/7.40	c 7	|  Number of variables:  86853                                                |
7.05/7.40	c 7	|  Number of clauses:    731020                                               |
7.34/7.79	c 7	|  Parsing time:         0.33         s                                       |
7.43/7.81	c 7	============================[ Search Statistics ]==============================
7.43/7.81	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.43/7.81	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.43/7.81	c 7	===============================================================================
7.43/7.81	c 7	|         0 |   86853   731020  1998758 |   243673        0    nan |  0.000 % |
7.52/7.99	c 8	|       100 |   86837   731020  1998758 |   268040       99     14 |  0.035 % |
7.62/8.02	c 8	|       250 |   86837   731020  1998758 |   294844      248     17 |  0.045 % |
7.62/8.06	c 8	|       478 |   86837   731020  1998758 |   324329      476     20 |  0.045 % |
7.72/8.14	c 8	|       815 |   86837   731020  1998758 |   356762      813     19 |  0.045 % |
7.82/8.26	c 8	|      1322 |   86837   731020  1998758 |   392438     1320     18 |  0.045 % |
7.82/8.29	c 8	===============================================================================
7.82/8.29	c 8	restarts              : 6
7.82/8.29	c 8	conflicts             : 1438           (1773 /sec)
7.82/8.29	c 8	decisions             : 2531           (1.86 % random) (3121 /sec)
7.82/8.29	c 8	propagations          : 1342996        (1656229 /sec)
7.82/8.29	c 8	conflict literals     : 24282          (40.37 % deleted)
7.82/8.29	c 8	Memory used           : 38.78 MB
7.82/8.29	c 8	CPU time              : 0.810876 s
7.82/8.29	c 8	
7.82/8.29	c 8	UNSATISFIABLE
7.92/8.30	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.92/8.30	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.92/8.38	c 8	Decoding HOME/temp.out
8.31/8.77	s UNSATISFIABLE
8.31/8.77	c 8	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.31/8.78	c 8	CPU 7.98 (0.04 0.01 7.94 0.4)
8.31/8.78	c 8	END Tue Jul  8 02:30:53 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-1069274-1215477044/watcher-1069274-1215477044 -o /tmp/evaluation-result-1069274-1215477044/solver-1069274-1215477044 -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-1069274-1215477044.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.08 2.02 2.14 4/80 6921
/proc/meminfo: memFree=1921736/2055920 swapFree=4179792/4192956
[pid=6921] ppid=6919 vsize=18572 CPUtime=0
/proc/6921/stat : 6921 (runsolver) D 6919 6921 2811 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4407351 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 237788261671 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/6921/statm: 4643 292 257 25 0 2626 0

[startup+0.0615929 s]
/proc/loadavg: 2.08 2.02 2.14 4/80 6921
/proc/meminfo: memFree=1921736/2055920 swapFree=4179792/4192956
[pid=6921] ppid=6919 vsize=12268 CPUtime=0
/proc/6921/stat : 6921 (sugar) D 6919 6921 2811 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 4407351 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/6921/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.10204 s]
/proc/loadavg: 2.08 2.02 2.14 4/80 6921
/proc/meminfo: memFree=1921736/2055920 swapFree=4179792/4192956
[pid=6921] ppid=6919 vsize=12412 CPUtime=0
/proc/6921/stat : 6921 (sugar) D 6919 6921 2811 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 4407351 12709888 393 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/6921/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301065 s]
/proc/loadavg: 2.08 2.02 2.14 4/80 6921
/proc/meminfo: memFree=1921736/2055920 swapFree=4179792/4192956
[pid=6921] ppid=6919 vsize=13600 CPUtime=0.03
/proc/6921/stat : 6921 (sugar) S 6919 6921 2811 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 4407351 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6921/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701106 s]
/proc/loadavg: 2.08 2.02 2.14 4/80 6921
/proc/meminfo: memFree=1921736/2055920 swapFree=4179792/4192956
[pid=6921] ppid=6919 vsize=13600 CPUtime=0.03
/proc/6921/stat : 6921 (sugar) S 6919 6921 2811 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 4407351 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6921/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50219 s]
/proc/loadavg: 2.07 2.02 2.14 3/91 6933
/proc/meminfo: memFree=1899888/2055920 swapFree=4179792/4192956
[pid=6921] ppid=6919 vsize=13600 CPUtime=0.03
/proc/6921/stat : 6921 (sugar) S 6919 6921 2811 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 4407351 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6921/statm: 3400 796 370 3 0 500 0
[pid=6924] ppid=6921 vsize=5356 CPUtime=0
/proc/6924/stat : 6924 (sh) S 6921 6921 2811 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 4407367 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6924/statm: 1339 233 193 169 0 50 0
[pid=6925] ppid=6924 vsize=864680 CPUtime=1.23
/proc/6925/stat : 6925 (java) S 6924 6921 2811 0 -1 0 13445 0 1 0 116 7 0 0 18 0 9 0 4407367 885432320 11495 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6925/statm: 216170 11495 2529 9 0 210752 0
[pid=6925/tid=6926] ppid=6924 vsize=864680 CPUtime=0.69
/proc/6925/task/6926/stat : 6926 (java) R 6924 6921 2811 0 -1 64 3019 0 1 0 67 2 0 0 23 0 9 0 4407368 885432320 11495 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6925/tid=6927] ppid=6924 vsize=864680 CPUtime=0.4
/proc/6925/task/6927/stat : 6927 (java) R 6924 6921 2811 0 -1 64 9218 0 0 0 36 4 0 0 16 0 9 0 4407378 885432320 11495 996147200 134512640 134550740 4294956000 18446744073709551615 102516802 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6925/tid=6928] ppid=6924 vsize=864680 CPUtime=0
/proc/6925/task/6928/stat : 6928 (java) S 6924 6921 2811 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4407378 885432320 11495 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6925/tid=6929] ppid=6924 vsize=864680 CPUtime=0
/proc/6925/task/6929/stat : 6929 (java) S 6924 6921 2811 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4407378 885432320 11495 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6925/tid=6930] ppid=6924 vsize=864680 CPUtime=0
/proc/6925/task/6930/stat : 6930 (java) S 6924 6921 2811 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4407380 885432320 11495 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6925/tid=6931] ppid=6924 vsize=864680 CPUtime=0.12
/proc/6925/task/6931/stat : 6931 (java) S 6924 6921 2811 0 -1 64 508 0 0 0 12 0 0 0 16 0 9 0 4407380 885432320 11495 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6925/tid=6932] ppid=6924 vsize=864680 CPUtime=0
/proc/6925/task/6932/stat : 6932 (java) S 6924 6921 2811 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4407380 885432320 11495 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6925/tid=6933] ppid=6924 vsize=864680 CPUtime=0
/proc/6925/task/6933/stat : 6933 (java) S 6924 6921 2811 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4407380 885432320 11495 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 883636

[startup+3.10236 s]
/proc/loadavg: 2.07 2.02 2.14 3/91 6933
/proc/meminfo: memFree=1875504/2055920 swapFree=4179792/4192956
[pid=6921] ppid=6919 vsize=13600 CPUtime=2.3
/proc/6921/stat : 6921 (sugar) S 6919 6921 2811 0 -1 4194304 973 15675 0 1 3 0 216 11 16 0 1 0 4407351 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6921/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 13600

[startup+6.30169 s]
/proc/loadavg: 2.07 2.02 2.14 3/91 6943
/proc/meminfo: memFree=1876784/2055920 swapFree=4179792/4192956
[pid=6921] ppid=6919 vsize=13600 CPUtime=2.31
/proc/6921/stat : 6921 (sugar) S 6919 6921 2811 0 -1 4194304 974 15675 0 1 3 1 216 11 15 0 1 0 4407351 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6921/statm: 3400 797 370 3 0 500 0
[pid=6934] ppid=6921 vsize=5356 CPUtime=0
/proc/6934/stat : 6934 (sh) S 6921 6921 2811 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4407610 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6934/statm: 1339 233 193 169 0 50 0
[pid=6935] ppid=6934 vsize=868540 CPUtime=3.66
/proc/6935/stat : 6935 (java) S 6934 6921 2811 0 -1 0 14133 0 1 0 354 12 0 0 18 0 9 0 4407610 889384960 12692 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6935/statm: 217135 12692 2565 9 0 211682 0
[pid=6935/tid=6936] ppid=6934 vsize=868540 CPUtime=2.57
/proc/6935/task/6936/stat : 6936 (java) R 6934 6921 2811 0 -1 64 3097 0 1 0 253 4 0 0 25 0 9 0 4407611 889384960 12692 996147200 134512640 134550740 4294955952 18446744073709551615 4125953824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6935/tid=6937] ppid=6934 vsize=868540 CPUtime=0.78
/proc/6935/task/6937/stat : 6937 (java) S 6934 6921 2811 0 -1 64 8814 0 0 0 73 5 0 0 16 0 9 0 4407612 889384960 12692 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6935/tid=6938] ppid=6934 vsize=868540 CPUtime=0
/proc/6935/task/6938/stat : 6938 (java) S 6934 6921 2811 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4407613 889384960 12692 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6935/tid=6939] ppid=6934 vsize=868540 CPUtime=0
/proc/6935/task/6939/stat : 6939 (java) S 6934 6921 2811 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4407613 889384960 12692 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6935/tid=6940] ppid=6934 vsize=868540 CPUtime=0
/proc/6935/task/6940/stat : 6940 (java) S 6934 6921 2811 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4407615 889384960 12692 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6935/tid=6941] ppid=6934 vsize=868540 CPUtime=0.27
/proc/6935/task/6941/stat : 6941 (java) S 6934 6921 2811 0 -1 64 1526 0 0 0 26 1 0 0 16 0 9 0 4407615 889384960 12692 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6935/tid=6942] ppid=6934 vsize=868540 CPUtime=0
/proc/6935/task/6942/stat : 6942 (java) S 6934 6921 2811 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4407615 889384960 12692 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6935/tid=6943] ppid=6934 vsize=868540 CPUtime=0
/proc/6935/task/6943/stat : 6943 (java) S 6934 6921 2811 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4407615 889384960 12692 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 887496

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

[startup+7.90186 s]
/proc/loadavg: 2.07 2.02 2.14 3/83 6945
/proc/meminfo: memFree=1882544/2055920 swapFree=4179792/4192956
[pid=6921] ppid=6919 vsize=13600 CPUtime=7.05
/proc/6921/stat : 6921 (sugar) S 6919 6921 2811 0 -1 4194304 1033 30245 0 2 4 1 669 31 15 0 1 0 4407351 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6921/statm: 3400 799 370 3 0 500 0
[pid=6944] ppid=6921 vsize=5356 CPUtime=0
/proc/6944/stat : 6944 (sh) S 6921 6921 2811 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4408092 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6944/statm: 1339 232 193 169 0 50 0
[pid=6945] ppid=6944 vsize=38644 CPUtime=0.47
/proc/6945/stat : 6945 (minisat) R 6944 6921 2811 0 -1 4194304 9117 0 0 0 42 5 0 0 23 0 1 0 4408092 39571456 9103 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/6945/statm: 9661 9103 73 150 0 9508 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 57600

[startup+8.30265 s]
/proc/loadavg: 2.07 2.02 2.14 3/83 6945
/proc/meminfo: memFree=1882544/2055920 swapFree=4179792/4192956
[pid=6921] ppid=6919 vsize=13600 CPUtime=7.05
/proc/6921/stat : 6921 (sugar) S 6919 6921 2811 0 -1 4194304 1033 30245 0 2 4 1 669 31 15 0 1 0 4407351 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6921/statm: 3400 799 370 3 0 500 0
[pid=6944] ppid=6921 vsize=5356 CPUtime=0
/proc/6944/stat : 6944 (sh) S 6921 6921 2811 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4408092 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6944/statm: 1339 232 193 169 0 50 0
[pid=6945] ppid=6944 vsize=0 CPUtime=0.87
/proc/6945/stat : 6945 (minisat) R 6944 6921 2811 0 -1 4194308 9410 0 0 0 81 6 0 0 25 0 1 0 4408092 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/6945/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 18956

[startup+8.70195 s]
/proc/loadavg: 2.07 2.02 2.14 4/91 6955
/proc/meminfo: memFree=1897400/2055920 swapFree=4179792/4192956
[pid=6921] ppid=6919 vsize=13600 CPUtime=7.93
/proc/6921/stat : 6921 (sugar) S 6919 6921 2811 0 -1 4194304 1090 39940 0 2 4 1 750 38 16 0 1 0 4407351 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6921/statm: 3400 799 370 3 0 500 0
[pid=6946] ppid=6921 vsize=5356 CPUtime=0
/proc/6946/stat : 6946 (sh) S 6921 6921 2811 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4408182 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6946/statm: 1339 233 193 169 0 50 0
[pid=6947] ppid=6946 vsize=863880 CPUtime=0.38
/proc/6947/stat : 6947 (java) S 6946 6921 2811 0 -1 0 3585 0 1 0 37 1 0 0 18 0 9 0 4408182 884613120 3058 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6947/statm: 215970 3058 1651 9 0 210552 0
[pid=6947/tid=6948] ppid=6946 vsize=863880 CPUtime=0.32
/proc/6947/task/6948/stat : 6948 (java) R 6946 6921 2811 0 -1 64 2437 0 1 0 32 0 0 0 20 0 9 0 4408183 884613120 3058 996147200 134512640 134550740 4294956000 18446744073709551615 4125924796 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6947/tid=6949] ppid=6946 vsize=863880 CPUtime=0
/proc/6947/task/6949/stat : 6949 (java) S 6946 6921 2811 0 -1 64 195 0 0 0 0 0 0 0 16 0 9 0 4408184 884613120 3058 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6947/tid=6950] ppid=6946 vsize=863880 CPUtime=0
/proc/6947/task/6950/stat : 6950 (java) S 6946 6921 2811 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 4408184 884613120 3058 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6947/tid=6951] ppid=6946 vsize=863880 CPUtime=0
/proc/6947/task/6951/stat : 6951 (java) S 6946 6921 2811 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 4408184 884613120 3058 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6947/tid=6952] ppid=6946 vsize=863880 CPUtime=0
/proc/6947/task/6952/stat : 6952 (java) S 6946 6921 2811 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4408186 884613120 3058 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6947/tid=6953] ppid=6946 vsize=863880 CPUtime=0.03
/proc/6947/task/6953/stat : 6953 (java) R 6946 6921 2811 0 -1 64 261 0 0 0 3 0 0 0 19 0 9 0 4408186 884613120 3058 996147200 134512640 134550740 4294956000 18446744073709551615 101755556 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6947/tid=6954] ppid=6946 vsize=863880 CPUtime=0
/proc/6947/task/6954/stat : 6954 (java) S 6946 6921 2811 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4408186 884613120 3058 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6947/tid=6955] ppid=6946 vsize=863880 CPUtime=0
/proc/6947/task/6955/stat : 6955 (java) S 6946 6921 2811 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4408187 884613120 3058 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.31
Current children cumulated vsize (KiB) 882836

Child status: 0
Real time (s): 8.787
CPU time (s): 8.42272
CPU user time (s): 7.99179
CPU system time (s): 0.430934
CPU usage (%): 95.8543
Max. virtual memory (cumulated for all children) (KiB): 887888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.99179
system time used= 0.430934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45286
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= 5143
involuntary context switches= 5215

runsolver used 0.017997 second user time and 0.041993 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-08 02:30:45
IDJOB=1069274
IDBENCH=55583
IDSOLVER=346
FILE ID=node24/1069274-1215477044
PBS_JOBID= 7888597
Free space on /tmp= 66456 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-ooo-rf8-ucl.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-1069274-1215477044/watcher-1069274-1215477044 -o /tmp/evaluation-result-1069274-1215477044/solver-1069274-1215477044 -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-1069274-1215477044.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 41b74cc5aa456e6c13c9dfd902110310
RANDOM SEED=1864002547

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1922280 kB
Buffers:          3904 kB
Cached:          49412 kB
SwapCached:       6388 kB
Active:          85576 kB
Inactive:        13896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1922280 kB
SwapTotal:     4192956 kB
SwapFree:      4179792 kB
Dirty:            4872 kB
Writeback:           0 kB
Mapped:          61424 kB
Slab:            19300 kB
Committed_AS:   928088 kB
PageTables:       1912 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= 66456 MiB
End job on node24 at 2008-07-08 02:30:53