Trace number 1075038

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 4.06438 4.25183

General information on the benchmark

Namecsp/rlfapGraphsMod/
normalized-graph12-w1.xml
MD5SUM11f7688be372c5b6e894b67e078a7030
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 benchmark0.208967
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints1148
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1148
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 Fri Jul  4 16:01:35 2008
0.00/0.04	c 0	PID 27307
0.00/0.05	c 0	HOST node10.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1075038-1215180095.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-1075038-1215180095.xml' 'HOME/temp.csp'
0.03/0.72	c 1	7 domains, 680 variables, 2 predicates, 0 relations, 1148 constraints
0.03/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.76	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.69/0.85	c 1	Parsing HOME/temp.csp
0.90/1.03	c 1	parsed 1837 expressions
0.90/1.03	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.90/1.03	c 1	Converting to clausal form CSP
0.90/1.06	c 1	converted 184 (10%) expressions
0.90/1.06	c 1	converted 368 (20%) expressions
0.90/1.07	c 1	converted 552 (30%) expressions
1.00/1.16	c 1	converted 735 (40%) expressions
1.30/1.45	c 2	converted 919 (50%) expressions
1.49/1.69	c 2	converted 1103 (60%) expressions
1.79/1.93	c 2	converted 1286 (70%) expressions
1.99/2.16	c 2	converted 1470 (80%) expressions
2.28/2.40	c 3	converted 1654 (90%) expressions
2.48/2.68	c 3	converted 1837 (100%) expressions
2.48/2.69	c 3	CSP : 680 integers, 0 booleans, 1828 clauses, largest domain size 44
2.48/2.69	c 3	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.48/2.69	c 3	Propagation in CSP
2.78/2.98	c 3	356 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.78/2.98	c 3	CSP : 680 integers, 0 booleans, 1828 clauses, largest domain size 44
2.78/2.98	c 3	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.78/2.98	c 3	Simplifing CSP by introducing new Boolean variables
2.88/3.01	c 3	CSP : 680 integers, 2274 booleans, 4102 clauses, largest domain size 44
2.88/3.01	c 3	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.88/3.06	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.98/3.12	c 3	68 (10%) CSP integer variables are encoded (1989 clauses, 23780 bytes)
2.98/3.13	c 3	136 (20%) CSP integer variables are encoded (4293 clauses, 53732 bytes)
2.98/3.16	c 3	204 (30%) CSP integer variables are encoded (6710 clauses, 85153 bytes)
2.98/3.18	c 4	272 (40%) CSP integer variables are encoded (9226 clauses, 117861 bytes)
3.08/3.21	c 4	340 (50%) CSP integer variables are encoded (11433 clauses, 149991 bytes)
3.08/3.23	c 4	408 (60%) CSP integer variables are encoded (13933 clauses, 187491 bytes)
3.08/3.25	c 4	476 (70%) CSP integer variables are encoded (16386 clauses, 224286 bytes)
3.08/3.27	c 4	544 (80%) CSP integer variables are encoded (18891 clauses, 261861 bytes)
3.08/3.29	c 4	612 (90%) CSP integer variables are encoded (21507 clauses, 301101 bytes)
3.18/3.32	c 4	680 (100%) CSP integer variables are encoded (23848 clauses, 336216 bytes)
3.18/3.37	c 4	411 (10%) CSP clauses are encoded (30751 clauses, 458345 bytes)
3.27/3.43	c 4	821 (20%) CSP clauses are encoded (37990 clauses, 593601 bytes)
3.27/3.48	c 4	1231 (30%) CSP clauses are encoded (45816 clauses, 741576 bytes)
3.37/3.53	c 4	1641 (40%) CSP clauses are encoded (54115 clauses, 896956 bytes)
3.37/3.58	c 4	2051 (50%) CSP clauses are encoded (62653 clauses, 1058088 bytes)
3.47/3.63	c 4	2462 (60%) CSP clauses are encoded (70228 clauses, 1207253 bytes)
3.47/3.68	c 4	2872 (70%) CSP clauses are encoded (78473 clauses, 1372006 bytes)
3.56/3.72	c 4	3282 (80%) CSP clauses are encoded (87014 clauses, 1541886 bytes)
3.56/3.77	c 4	3692 (90%) CSP clauses are encoded (96175 clauses, 1722315 bytes)
3.66/3.82	c 4	4102 (100%) CSP clauses are encoded (104737 clauses, 1885584 bytes)
3.66/3.82	c 4	4102 CSP clauses encoded
3.66/3.82	c 4	Writing map file : HOME/temp.map
3.66/3.84	c 4	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.66/3.84	c 4	SAT : 26802 SAT variables, 104737 SAT clauses, 1885584 bytes
3.66/3.84	c 4	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.66/3.90	c 4	SOLVING HOME/temp.cnf
3.66/3.90	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.72/3.90	c 4	This is MiniSat 2.0 beta
3.72/3.90	c 4	WARNING: for repeatability, setting FPU to use double precision
3.72/3.90	c 4	============================[ Problem Statistics ]=============================
3.72/3.90	c 4	|                                                                             |
3.72/3.90	c 4	|  Number of variables:  26802                                                |
3.72/3.90	c 4	|  Number of clauses:    104737                                               |
3.72/3.96	c 4	|  Parsing time:         0.05         s                                       |
3.72/3.97	c 4	============================[ Search Statistics ]==============================
3.72/3.97	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.72/3.97	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.72/3.97	c 4	===============================================================================
3.72/3.97	c 4	|         0 |   26249   102632   261443 |    34210        0    nan |  0.000 % |
3.72/3.97	c 4	===============================================================================
3.72/3.97	c 4	restarts              : 1
3.72/3.97	c 4	conflicts             : 5              (83 /sec)
3.72/3.97	c 4	decisions             : 73             (0.00 % random) (1217 /sec)
3.72/3.97	c 4	propagations          : 5662           (94382 /sec)
3.72/3.97	c 4	conflict literals     : 6              (45.45 % deleted)
3.72/3.97	c 4	Memory used           : 7.50 MB
3.72/3.97	c 4	CPU time              : 0.05999 s
3.72/3.97	c 4	
3.72/3.97	c 4	UNSATISFIABLE
3.72/3.97	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.72/3.97	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.80/4.06	c 4	Decoding HOME/temp.out
3.80/4.21	s UNSATISFIABLE
3.80/4.21	c 5	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.80/4.25	c 5	CPU 3.88 (0.03 0.01 3.85 0.15)
3.80/4.25	c 5	END Fri Jul  4 16:01:40 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-1075038-1215180095/watcher-1075038-1215180095 -o /tmp/evaluation-result-1075038-1215180095/solver-1075038-1215180095 -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-1075038-1215180095.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.16 2.08 2.02 4/72 27307
/proc/meminfo: memFree=1788184/2055920 swapFree=4179464/4192956
[pid=27307] ppid=27305 vsize=12272 CPUtime=0
/proc/27307/stat : 27307 (sugar) R 27305 27307 23573 0 -1 4194304 389 0 0 0 0 0 0 0 20 0 1 0 1996984396 12566528 357 996147200 4194304 4206940 548682068608 18446744073709551615 214937766648 0 0 4224 0 0 0 0 17 1 0 0
/proc/27307/statm: 3068 357 267 3 0 168 0

[startup+0.075081 s]
/proc/loadavg: 2.16 2.08 2.02 4/72 27307
/proc/meminfo: memFree=1788184/2055920 swapFree=4179464/4192956
[pid=27307] ppid=27305 vsize=13600 CPUtime=0.03
/proc/27307/stat : 27307 (sugar) S 27305 27307 23573 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1996984396 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27307/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.100686 s]
/proc/loadavg: 2.16 2.08 2.02 4/72 27307
/proc/meminfo: memFree=1788184/2055920 swapFree=4179464/4192956
[pid=27307] ppid=27305 vsize=13600 CPUtime=0.03
/proc/27307/stat : 27307 (sugar) S 27305 27307 23573 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1996984396 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27307/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301705 s]
/proc/loadavg: 2.16 2.08 2.02 4/72 27307
/proc/meminfo: memFree=1788184/2055920 swapFree=4179464/4192956
[pid=27307] ppid=27305 vsize=13600 CPUtime=0.03
/proc/27307/stat : 27307 (sugar) S 27305 27307 23573 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1996984396 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27307/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701769 s]
/proc/loadavg: 2.16 2.08 2.02 4/72 27307
/proc/meminfo: memFree=1788184/2055920 swapFree=4179464/4192956
[pid=27307] ppid=27305 vsize=13600 CPUtime=0.03
/proc/27307/stat : 27307 (sugar) S 27305 27307 23573 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1996984396 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27307/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50187 s]
/proc/loadavg: 2.06 2.06 2.01 4/83 27329
/proc/meminfo: memFree=1780224/2055920 swapFree=4179464/4192956
[pid=27307] ppid=27305 vsize=13600 CPUtime=0.69
/proc/27307/stat : 27307 (sugar) S 27305 27307 23573 0 -1 4194304 973 4916 0 1 3 0 63 3 15 0 1 0 1996984396 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27307/statm: 3400 797 370 3 0 500 0
[pid=27320] ppid=27307 vsize=5356 CPUtime=0
/proc/27320/stat : 27320 (sh) S 27307 27307 23573 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996984473 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27320/statm: 1339 233 193 169 0 50 0
[pid=27321] ppid=27320 vsize=868240 CPUtime=0.7
/proc/27321/stat : 27321 (java) S 27320 27307 23573 0 -1 0 5193 0 1 0 68 2 0 0 18 0 9 0 1996984473 889077760 4590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27321/statm: 217060 4590 1730 9 0 211635 0
[pid=27321/tid=27322] ppid=27320 vsize=868240 CPUtime=0.47
/proc/27321/task/27322/stat : 27322 (java) R 27320 27307 23573 0 -1 64 2654 0 1 0 47 0 0 0 23 0 9 0 1996984474 889077760 4590 996147200 134512640 134550740 4294955952 18446744073709551615 4126571047 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27321/tid=27323] ppid=27320 vsize=868240 CPUtime=0.03
/proc/27321/task/27323/stat : 27323 (java) S 27320 27307 23573 0 -1 64 411 0 0 0 3 0 0 0 16 0 9 0 1996984475 889077760 4590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27321/tid=27324] ppid=27320 vsize=868240 CPUtime=0
/proc/27321/task/27324/stat : 27324 (java) S 27320 27307 23573 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1996984476 889077760 4590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27321/tid=27325] ppid=27320 vsize=868240 CPUtime=0
/proc/27321/task/27325/stat : 27325 (java) S 27320 27307 23573 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996984476 889077760 4590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27321/tid=27326] ppid=27320 vsize=868240 CPUtime=0
/proc/27321/task/27326/stat : 27326 (java) S 27320 27307 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996984478 889077760 4590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27321/tid=27327] ppid=27320 vsize=868240 CPUtime=0.16
/proc/27321/task/27327/stat : 27327 (java) S 27320 27307 23573 0 -1 64 1436 0 0 0 16 0 0 0 16 0 9 0 1996984478 889077760 4590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27321/tid=27328] ppid=27320 vsize=868240 CPUtime=0
/proc/27321/task/27328/stat : 27328 (java) S 27320 27307 23573 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996984478 889077760 4590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27321/tid=27329] ppid=27320 vsize=868240 CPUtime=0
/proc/27321/task/27329/stat : 27329 (java) S 27320 27307 23573 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996984478 889077760 4590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887196

[startup+3.10258 s]
/proc/loadavg: 2.06 2.06 2.01 3/83 27329
/proc/meminfo: memFree=1773120/2055920 swapFree=4179464/4192956
[pid=27307] ppid=27305 vsize=13600 CPUtime=0.69
/proc/27307/stat : 27307 (sugar) S 27305 27307 23573 0 -1 4194304 974 4916 0 1 3 0 63 3 15 0 1 0 1996984396 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27307/statm: 3400 797 370 3 0 500 0
[pid=27320] ppid=27307 vsize=5356 CPUtime=0
/proc/27320/stat : 27320 (sh) S 27307 27307 23573 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996984473 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27320/statm: 1339 233 193 169 0 50 0
[pid=27321] ppid=27320 vsize=868492 CPUtime=2.29
/proc/27321/stat : 27321 (java) S 27320 27307 23573 0 -1 0 7097 0 1 0 224 5 0 0 18 0 9 0 1996984473 889335808 6185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27321/statm: 217123 6185 2562 9 0 211670 0
[pid=27321/tid=27322] ppid=27320 vsize=868492 CPUtime=1.87
/proc/27321/task/27322/stat : 27322 (java) R 27320 27307 23573 0 -1 64 2848 0 1 0 186 1 0 0 24 0 9 0 1996984474 889335808 6185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27321/tid=27323] ppid=27320 vsize=868492 CPUtime=0.16
/proc/27321/task/27323/stat : 27323 (java) S 27320 27307 23573 0 -1 64 2080 0 0 0 15 1 0 0 15 0 9 0 1996984475 889335808 6185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27321/tid=27324] ppid=27320 vsize=868492 CPUtime=0
/proc/27321/task/27324/stat : 27324 (java) S 27320 27307 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1996984476 889335808 6185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27321/tid=27325] ppid=27320 vsize=868492 CPUtime=0
/proc/27321/task/27325/stat : 27325 (java) S 27320 27307 23573 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996984476 889335808 6185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27321/tid=27326] ppid=27320 vsize=868492 CPUtime=0
/proc/27321/task/27326/stat : 27326 (java) S 27320 27307 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996984478 889335808 6185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27321/tid=27327] ppid=27320 vsize=868492 CPUtime=0.23
/proc/27321/task/27327/stat : 27327 (java) S 27320 27307 23573 0 -1 64 1476 0 0 0 22 1 0 0 16 0 9 0 1996984478 889335808 6185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27321/tid=27328] ppid=27320 vsize=868492 CPUtime=0
/proc/27321/task/27328/stat : 27328 (java) S 27320 27307 23573 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996984478 889335808 6185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27321/tid=27329] ppid=27320 vsize=868492 CPUtime=0
/proc/27321/task/27329/stat : 27329 (java) S 27320 27307 23573 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996984478 889335808 6185 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) 887448

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

[startup+3.9022 s]
/proc/loadavg: 2.06 2.06 2.01 3/83 27329
/proc/meminfo: memFree=1770880/2055920 swapFree=4179464/4192956
[pid=27307] ppid=27305 vsize=13600 CPUtime=3.72
/proc/27307/stat : 27307 (sugar) S 27305 27307 23573 0 -1 4194304 1023 12434 0 2 3 0 358 11 16 0 1 0 1996984396 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27307/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 13600

[startup+4.10122 s]
/proc/loadavg: 2.06 2.06 2.01 3/83 27329
/proc/meminfo: memFree=1770880/2055920 swapFree=4179464/4192956
[pid=27307] ppid=27305 vsize=13600 CPUtime=3.8
/proc/27307/stat : 27307 (sugar) S 27305 27307 23573 0 -1 4194304 1090 14510 0 2 3 1 364 12 16 0 1 0 1996984396 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27307/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 13600

[startup+4.20124 s]
/proc/loadavg: 2.06 2.06 2.01 3/83 27329
/proc/meminfo: memFree=1770880/2055920 swapFree=4179464/4192956
[pid=27307] ppid=27305 vsize=13600 CPUtime=3.8
/proc/27307/stat : 27307 (sugar) S 27305 27307 23573 0 -1 4194304 1090 14510 0 2 3 1 364 12 16 0 1 0 1996984396 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27307/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 4.25183
CPU time (s): 4.06438
CPU user time (s): 3.89941
CPU system time (s): 0.164974
CPU usage (%): 95.5913
Max. virtual memory (cumulated for all children) (KiB): 887448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.89941
system time used= 0.164974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19926
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= 3667
involuntary context switches= 3642

runsolver used 0.009998 second user time and 0.031995 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-04 16:01:35
IDJOB=1075038
IDBENCH=56482
IDSOLVER=346
FILE ID=node10/1075038-1215180095
PBS_JOBID= 7881433
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rlfapGraphsMod/normalized-graph12-w1.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-1075038-1215180095/watcher-1075038-1215180095 -o /tmp/evaluation-result-1075038-1215180095/solver-1075038-1215180095 -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-1075038-1215180095.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 11f7688be372c5b6e894b67e078a7030
RANDOM SEED=692107782

node10.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.229
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.229
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:       1788664 kB
Buffers:         41928 kB
Cached:         148072 kB
SwapCached:       7540 kB
Active:         155884 kB
Inactive:        57088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788664 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            1564 kB
Writeback:           0 kB
Mapped:          30888 kB
Slab:            39480 kB
Committed_AS:  3443476 kB
PageTables:       1948 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= 66524 MiB
End job on node10 at 2008-07-04 16:01:40