Trace number 1087767

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+minisatSAT 5.42317 6.08269

General information on the benchmark

Namecsp/rlfapGraphs/
normalized-graph4.xml
MD5SUM1d376505df682ff1d994068cd4d20457
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.350946
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2244
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2244
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.12	c 0	Sugar v1-13 + HOME/minisat
0.01/0.12	c 0	BEGIN Sat Jul  5 10:12:07 2008
0.01/0.12	c 0	PID 18544
0.01/0.12	c 0	HOST node78.alineos.net
0.01/0.12	c 0	CONVERTING HOME/instance-1087767-1215245527.xml TO HOME/temp.csp
0.01/0.12	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087767-1215245527.xml' 'HOME/temp.csp'
0.03/0.75	c 0	6 domains, 400 variables, 2 predicates, 0 relations, 2244 constraints
0.03/0.77	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.77	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.57/1.08	c 1	Parsing HOME/temp.csp
0.71/1.27	c 1	parsed 2652 expressions
0.71/1.27	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.71/1.27	c 1	Converting to clausal form CSP
0.81/1.30	c 1	converted 266 (10%) expressions
0.91/1.46	c 1	converted 531 (20%) expressions
1.21/1.77	c 1	converted 796 (30%) expressions
1.51/2.03	c 2	converted 1061 (40%) expressions
1.81/2.30	c 2	converted 1326 (50%) expressions
2.01/2.55	c 2	converted 1592 (60%) expressions
2.21/2.78	c 2	converted 1857 (70%) expressions
2.51/3.05	c 3	converted 2122 (80%) expressions
2.81/3.37	c 3	converted 2387 (90%) expressions
3.13/3.65	c 3	converted 2652 (100%) expressions
3.13/3.65	c 3	CSP : 400 integers, 0 booleans, 2644 clauses, largest domain size 44
3.13/3.65	c 3	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.13/3.65	c 3	Propagation in CSP
3.51/4.03	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.51/4.03	c 4	CSP : 400 integers, 0 booleans, 2644 clauses, largest domain size 44
3.51/4.03	c 4	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.51/4.03	c 4	Simplifing CSP by introducing new Boolean variables
3.51/4.07	c 4	CSP : 400 integers, 4488 booleans, 7132 clauses, largest domain size 44
3.51/4.07	c 4	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.61/4.12	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.61/4.17	c 4	40 (10%) CSP integer variables are encoded (1268 clauses, 14409 bytes)
3.61/4.18	c 4	80 (20%) CSP integer variables are encoded (2772 clauses, 33961 bytes)
3.61/4.20	c 4	120 (30%) CSP integer variables are encoded (4288 clauses, 53669 bytes)
3.71/4.21	c 4	160 (40%) CSP integer variables are encoded (5748 clauses, 72649 bytes)
3.71/4.22	c 4	200 (50%) CSP integer variables are encoded (7048 clauses, 89549 bytes)
3.71/4.23	c 4	240 (60%) CSP integer variables are encoded (8584 clauses, 109517 bytes)
3.71/4.24	c 4	280 (70%) CSP integer variables are encoded (10188 clauses, 131284 bytes)
3.71/4.25	c 4	320 (80%) CSP integer variables are encoded (11724 clauses, 154324 bytes)
3.71/4.26	c 4	360 (90%) CSP integer variables are encoded (13256 clauses, 177304 bytes)
3.71/4.28	c 4	400 (100%) CSP integer variables are encoded (14792 clauses, 200344 bytes)
3.81/4.36	c 4	714 (10%) CSP clauses are encoded (27823 clauses, 436709 bytes)
3.91/4.45	c 4	1427 (20%) CSP clauses are encoded (43367 clauses, 735095 bytes)
3.99/4.55	c 4	2140 (30%) CSP clauses are encoded (58236 clauses, 1022452 bytes)
4.09/4.64	c 4	2853 (40%) CSP clauses are encoded (74202 clauses, 1337466 bytes)
4.18/4.71	c 4	3566 (50%) CSP clauses are encoded (89989 clauses, 1648197 bytes)
4.18/4.77	c 4	4280 (60%) CSP clauses are encoded (103004 clauses, 1904521 bytes)
4.29/4.84	c 5	4993 (70%) CSP clauses are encoded (119842 clauses, 2237454 bytes)
4.39/4.92	c 5	5706 (80%) CSP clauses are encoded (135933 clauses, 2556365 bytes)
4.39/4.99	c 5	6419 (90%) CSP clauses are encoded (152634 clauses, 2905925 bytes)
4.50/5.07	c 5	7132 (100%) CSP clauses are encoded (169238 clauses, 3247359 bytes)
4.50/5.07	c 5	7132 CSP clauses encoded
4.50/5.07	c 5	Writing map file : HOME/temp.map
4.50/5.08	c 5	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.50/5.09	c 5	SAT : 19680 SAT variables, 169238 SAT clauses, 3247359 bytes
4.50/5.09	c 5	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.58/5.14	c 5	SOLVING HOME/temp.cnf
4.58/5.14	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.60/5.26	c 5	This is MiniSat 2.0 beta
4.60/5.26	c 5	WARNING: for repeatability, setting FPU to use double precision
4.60/5.26	c 5	============================[ Problem Statistics ]=============================
4.60/5.26	c 5	|                                                                             |
4.60/5.26	c 5	|  Number of variables:  19680                                                |
4.60/5.26	c 5	|  Number of clauses:    169238                                               |
4.60/5.37	c 5	|  Parsing time:         0.08         s                                       |
4.60/5.37	c 5	============================[ Search Statistics ]==============================
4.60/5.37	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.60/5.37	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.60/5.37	c 5	===============================================================================
4.60/5.37	c 5	|         0 |   19680   169238   470888 |    56412        0    nan |  0.000 % |
4.72/5.45	c 5	|       100 |   19680   169238   470888 |    62053      100      9 |  0.000 % |
4.82/5.56	c 5	|       252 |   19680   169238   470888 |    68259      252     10 |  0.000 % |
5.01/5.75	c 5	===============================================================================
5.01/5.75	c 5	restarts              : 3
5.01/5.75	c 5	conflicts             : 418            (933 /sec)
5.01/5.75	c 5	decisions             : 2495           (1.32 % random) (5570 /sec)
5.01/5.75	c 5	propagations          : 564965         (1261277 /sec)
5.01/5.75	c 5	conflict literals     : 3669           (12.79 % deleted)
5.01/5.75	c 5	Memory used           : 10.39 MB
5.01/5.75	c 5	CPU time              : 0.447931 s
5.01/5.75	c 5	
5.01/5.76	c 5	SATISFIABLE
5.01/5.76	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.01/5.76	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.10/5.84	c 6	Decoding HOME/temp.out
5.10/6.05	s SATISFIABLE
5.10/6.06	v 680 442 30 268 792 554 764 526 156 394 156 394 142 380 694 456 792 554 652 414 792 554 86 324 792 554 72 310 680 442 652 414 708 470 722 484 16 254 100 338 694 456 778 540 680 442 764 526 86 324 792 554 114 352 156 394 16 254 72 310 736 498 86 324 30 268 750 512 680 442 736 498 44 282 750 512 156 394 58 296 128 366 16 254 792 554 30 268 16 254 792 554 792 554 156 394 142 380 666 428 792 554 792 554 86 324 666 428 128 366 652 414 72 310 86 324 16 254 100 338 114 352 128 366 652 414 16 254 44 282 764 526 156 394 750 512 708 470 652 414 156 394 736 498 792 554 792 554 764 526 750 512 30 268 778 540 156 394 722 484 128 366 30 268 694 456 44 282 156 394 792 554 680 442 750 512 792 554 652 414 58 296 16 254 30 268 30 268 792 554 680 442 680 442 72 310 708 470 142 380 100 338 778 540 750 512 86 324 694 456 666 428 114 352 694 456 114 352 114 352 750 512 694 456 128 366 680 442 44 282 778 540 708 470 680 442 778 540 722 484 792 554 750 512 736 498 736 498 778 540 114 352 58 296 156 394 722 484 694 456 736 498 778 540 58 296 114 352 156 394 58 296 722 484 792 554 86 324 792 554 652 414 58 296 58 296 652 414 72 310 652 414 142 380 16 254 694 456 778 540 694 456 778 540 72 310 100 338 44 282 750 512 680 442 128 366 792 554 16 254 44 282 652 414 86 324 156 394 764 526 30 268 156 394 666 428 750 512 100 338 128 366 680 442 16 254 30 268 652 414 722 484 58 296 44 282 736 498 30 268 764 526 86 324 792 554 30 268 58 296 30 268 722 484 708 470 680 442 792 554 764 526 680 442 156 394 708 470 30 268 16 254 792 554 652 414 16 254 30 268
5.10/6.07	c 6	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.10/6.08	c 6	CPU 5.19 (0.04 0.01 5.15 0.21)
5.10/6.08	c 6	END Sat Jul  5 10:12:13 2008

Verifier Data (download as text)

OK

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-1087767-1215245527/watcher-1087767-1215245527 -o /tmp/evaluation-result-1087767-1215245527/solver-1087767-1215245527 -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-1087767-1215245527.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.00 2.00 4/84 18544
/proc/meminfo: memFree=1826144/2055912 swapFree=4178564/4192956
[pid=18544] ppid=18542 vsize=18572 CPUtime=0
/proc/18544/stat : 18544 (runsolver) R 18542 18544 17008 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 248647684 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 255372881191 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18544/statm: 4643 292 257 25 0 2626 0

[startup+0.013859 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 18544
/proc/meminfo: memFree=1826144/2055912 swapFree=4178564/4192956
[pid=18544] ppid=18542 vsize=124 CPUtime=0
/proc/18544/stat : 18544 (sugar) D 18542 18544 17008 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 248647684 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 255370261993 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/18544/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.10187 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 18544
/proc/meminfo: memFree=1826144/2055912 swapFree=4178564/4192956
[pid=18544] ppid=18542 vsize=12940 CPUtime=0.01
/proc/18544/stat : 18544 (sugar) R 18542 18544 17008 0 -1 4194304 588 0 0 0 1 0 0 0 18 0 1 0 248647684 13250560 556 996147200 4194304 4206940 548682068608 18446744073709551615 255390870896 0 0 4224 0 0 0 0 17 1 0 0
/proc/18544/statm: 3235 556 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.301891 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 18544
/proc/meminfo: memFree=1826144/2055912 swapFree=4178564/4192956
[pid=18544] ppid=18542 vsize=13600 CPUtime=0.03
/proc/18544/stat : 18544 (sugar) S 18542 18544 17008 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 248647684 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18544/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701934 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 18544
/proc/meminfo: memFree=1826144/2055912 swapFree=4178564/4192956
[pid=18544] ppid=18542 vsize=13600 CPUtime=0.03
/proc/18544/stat : 18544 (sugar) S 18542 18544 17008 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 248647684 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18544/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50302 s]
/proc/loadavg: 2.00 2.00 2.00 5/95 18566
/proc/meminfo: memFree=1804232/2055912 swapFree=4178564/4192956
[pid=18544] ppid=18542 vsize=13600 CPUtime=0.53
/proc/18544/stat : 18544 (sugar) S 18542 18544 17008 0 -1 4194304 973 5215 0 1 3 0 47 3 15 0 1 0 248647684 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18544/statm: 3400 797 370 3 0 500 0
[pid=18557] ppid=18544 vsize=5356 CPUtime=0
/proc/18557/stat : 18557 (sh) S 18544 18544 17008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 248647762 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18557/statm: 1339 233 193 169 0 50 0
[pid=18558] ppid=18557 vsize=864324 CPUtime=0.48
/proc/18558/stat : 18558 (java) S 18557 18544 17008 0 -1 0 4027 0 1 0 45 3 0 0 18 0 9 0 248647762 885067776 3477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18558/statm: 216081 3477 1732 9 0 210656 0
[pid=18558/tid=18559] ppid=18557 vsize=864324 CPUtime=0.35
/proc/18558/task/18559/stat : 18559 (java) R 18557 18544 17008 0 -1 64 2648 0 1 0 33 2 0 0 20 0 9 0 248647763 885067776 3477 996147200 134512640 134550740 4294955952 18446744073709551615 4126576353 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18558/tid=18560] ppid=18557 vsize=864324 CPUtime=0.02
/proc/18558/task/18560/stat : 18560 (java) S 18557 18544 17008 0 -1 64 333 0 0 0 2 0 0 0 16 0 9 0 248647764 885067776 3477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18558/tid=18561] ppid=18557 vsize=864324 CPUtime=0
/proc/18558/task/18561/stat : 18561 (java) S 18557 18544 17008 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 248647765 885067776 3477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18558/tid=18562] ppid=18557 vsize=864324 CPUtime=0
/proc/18558/task/18562/stat : 18562 (java) S 18557 18544 17008 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 248647765 885067776 3477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18558/tid=18563] ppid=18557 vsize=864324 CPUtime=0
/proc/18558/task/18563/stat : 18563 (java) S 18557 18544 17008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 248647767 885067776 3477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18558/tid=18564] ppid=18557 vsize=864324 CPUtime=0.1
/proc/18558/task/18564/stat : 18564 (java) S 18557 18544 17008 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 248647767 885067776 3477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18558/tid=18565] ppid=18557 vsize=864324 CPUtime=0
/proc/18558/task/18565/stat : 18565 (java) S 18557 18544 17008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 248647772 885067776 3477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18558/tid=18566] ppid=18557 vsize=864324 CPUtime=0
/proc/18558/task/18566/stat : 18566 (java) S 18557 18544 17008 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 248647772 885067776 3477 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 883280

[startup+3.10219 s]
/proc/loadavg: 2.08 2.02 2.01 3/95 18566
/proc/meminfo: memFree=1746696/2055912 swapFree=4178564/4192956
[pid=18544] ppid=18542 vsize=13600 CPUtime=0.53
/proc/18544/stat : 18544 (sugar) S 18542 18544 17008 0 -1 4194304 973 5215 0 1 3 0 47 3 15 0 1 0 248647684 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18544/statm: 3400 797 370 3 0 500 0
[pid=18557] ppid=18544 vsize=5356 CPUtime=0
/proc/18557/stat : 18557 (sh) S 18544 18544 17008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 248647762 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18557/statm: 1339 233 193 169 0 50 0
[pid=18558] ppid=18557 vsize=868272 CPUtime=2.08
/proc/18558/stat : 18558 (java) S 18557 18544 17008 0 -1 0 5964 0 1 0 203 5 0 0 18 0 9 0 248647762 889110528 5269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18558/statm: 217068 5269 1734 9 0 211643 0
[pid=18558/tid=18559] ppid=18557 vsize=868272 CPUtime=1.79
/proc/18558/task/18559/stat : 18559 (java) R 18557 18544 17008 0 -1 64 2768 0 1 0 177 2 0 0 25 0 9 0 248647763 889110528 5269 996147200 134512640 134550740 4294955952 18446744073709551615 4126572632 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18558/tid=18560] ppid=18557 vsize=868272 CPUtime=0.09
/proc/18558/task/18560/stat : 18560 (java) S 18557 18544 17008 0 -1 64 1050 0 0 0 8 1 0 0 16 0 9 0 248647764 889110528 5269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18558/tid=18561] ppid=18557 vsize=868272 CPUtime=0
/proc/18558/task/18561/stat : 18561 (java) S 18557 18544 17008 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 248647765 889110528 5269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18558/tid=18562] ppid=18557 vsize=868272 CPUtime=0
/proc/18558/task/18562/stat : 18562 (java) S 18557 18544 17008 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 248647765 889110528 5269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18558/tid=18563] ppid=18557 vsize=868272 CPUtime=0
/proc/18558/task/18563/stat : 18563 (java) S 18557 18544 17008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 248647767 889110528 5269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18558/tid=18564] ppid=18557 vsize=868272 CPUtime=0.17
/proc/18558/task/18564/stat : 18564 (java) S 18557 18544 17008 0 -1 64 1455 0 0 0 17 0 0 0 15 0 9 0 248647767 889110528 5269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18558/tid=18565] ppid=18557 vsize=868272 CPUtime=0
/proc/18558/task/18565/stat : 18565 (java) S 18557 18544 17008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 248647772 889110528 5269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18558/tid=18566] ppid=18557 vsize=868272 CPUtime=0
/proc/18558/task/18566/stat : 18566 (java) S 18557 18544 17008 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 248647772 889110528 5269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 887228

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

[startup+4.70236 s]
/proc/loadavg: 2.08 2.02 2.01 3/95 18566
/proc/meminfo: memFree=1727752/2055912 swapFree=4178564/4192956
[pid=18544] ppid=18542 vsize=13600 CPUtime=0.53
/proc/18544/stat : 18544 (sugar) S 18542 18544 17008 0 -1 4194304 974 5215 0 1 3 0 47 3 15 0 1 0 248647684 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18544/statm: 3400 797 370 3 0 500 0
[pid=18557] ppid=18544 vsize=5356 CPUtime=0
/proc/18557/stat : 18557 (sh) S 18544 18544 17008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 248647762 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18557/statm: 1339 233 193 169 0 50 0
[pid=18558] ppid=18557 vsize=868384 CPUtime=3.65
/proc/18558/stat : 18558 (java) S 18557 18544 17008 0 -1 0 7849 0 1 0 357 8 0 0 18 0 9 0 248647762 889225216 6782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18558/statm: 217096 6782 2565 9 0 211643 0
[pid=18558/tid=18559] ppid=18557 vsize=868384 CPUtime=3.14
/proc/18558/task/18559/stat : 18559 (java) R 18557 18544 17008 0 -1 64 3020 0 1 0 310 4 0 0 25 0 9 0 248647763 889225216 6782 996147200 134512640 134550740 4294955952 18446744073709551615 4126865634 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18558/tid=18560] ppid=18557 vsize=868384 CPUtime=0.25
/proc/18558/task/18560/stat : 18560 (java) S 18557 18544 17008 0 -1 64 2646 0 0 0 23 2 0 0 16 0 9 0 248647764 889225216 6782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18558/tid=18561] ppid=18557 vsize=868384 CPUtime=0
/proc/18558/task/18561/stat : 18561 (java) S 18557 18544 17008 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 248647765 889225216 6782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18558/tid=18562] ppid=18557 vsize=868384 CPUtime=0
/proc/18558/task/18562/stat : 18562 (java) S 18557 18544 17008 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 248647765 889225216 6782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18558/tid=18563] ppid=18557 vsize=868384 CPUtime=0
/proc/18558/task/18563/stat : 18563 (java) S 18557 18544 17008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 248647767 889225216 6782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18558/tid=18564] ppid=18557 vsize=868384 CPUtime=0.23
/proc/18558/task/18564/stat : 18564 (java) S 18557 18544 17008 0 -1 64 1491 0 0 0 23 0 0 0 16 0 9 0 248647767 889225216 6782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18558/tid=18565] ppid=18557 vsize=868384 CPUtime=0
/proc/18558/task/18565/stat : 18565 (java) S 18557 18544 17008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 248647772 889225216 6782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18558/tid=18566] ppid=18557 vsize=868384 CPUtime=0
/proc/18558/task/18566/stat : 18566 (java) S 18557 18544 17008 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 248647772 889225216 6782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 887340

[startup+5.50645 s]
/proc/loadavg: 2.08 2.02 2.01 3/87 18568
/proc/meminfo: memFree=1728072/2055912 swapFree=4178564/4192956
[pid=18544] ppid=18542 vsize=13600 CPUtime=4.6
/proc/18544/stat : 18544 (sugar) S 18542 18544 17008 0 -1 4194304 1034 13443 0 2 4 0 442 14 15 0 1 0 248647684 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18544/statm: 3400 799 370 3 0 500 0
[pid=18567] ppid=18544 vsize=5356 CPUtime=0
/proc/18567/stat : 18567 (sh) S 18544 18544 17008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 248648199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18567/statm: 1339 232 193 169 0 50 0
[pid=18568] ppid=18567 vsize=10376 CPUtime=0.22
/proc/18568/stat : 18568 (minisat) R 18567 18544 17008 0 -1 4194304 2439 0 0 0 20 2 0 0 21 0 1 0 248648211 10625024 2425 996147200 134512640 135127466 4294956256 18446744073709551615 134522619 0 0 4096 3 0 0 0 17 1 0 0
/proc/18568/statm: 2594 2425 75 150 0 2441 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 29332

[startup+5.90148 s]
/proc/loadavg: 2.08 2.02 2.01 3/87 18568
/proc/meminfo: memFree=1728072/2055912 swapFree=4178564/4192956
[pid=18544] ppid=18542 vsize=13600 CPUtime=5.1
/proc/18544/stat : 18544 (sugar) S 18542 18544 17008 0 -1 4194304 1090 16240 0 2 4 0 488 18 16 0 1 0 248647684 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18544/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 13600

[startup+6.0015 s]
/proc/loadavg: 2.08 2.02 2.01 3/87 18568
/proc/meminfo: memFree=1728072/2055912 swapFree=4178564/4192956
[pid=18544] ppid=18542 vsize=13600 CPUtime=5.1
/proc/18544/stat : 18544 (sugar) S 18542 18544 17008 0 -1 4194304 1090 16240 0 2 4 0 488 18 16 0 1 0 248647684 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18544/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 6.08269
CPU time (s): 5.42317
CPU user time (s): 5.19521
CPU system time (s): 0.227965
CPU usage (%): 89.1575
Max. virtual memory (cumulated for all children) (KiB): 887340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.19521
system time used= 0.227965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21668
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= 5449
involuntary context switches= 5328

runsolver used 0.013997 second user time and 0.027995 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-05 10:12:07
IDJOB=1087767
IDBENCH=58046
IDSOLVER=346
FILE ID=node78/1087767-1215245527
PBS_JOBID= 7881955
Free space on /tmp= 126640 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rlfapGraphs/normalized-graph4.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-1087767-1215245527/watcher-1087767-1215245527 -o /tmp/evaluation-result-1087767-1215245527/solver-1087767-1215245527 -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-1087767-1215245527.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1d376505df682ff1d994068cd4d20457
RANDOM SEED=1005730557

node78.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.247
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.247
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:      2055912 kB
MemFree:       1826752 kB
Buffers:         10720 kB
Cached:         125552 kB
SwapCached:       7072 kB
Active:         118224 kB
Inactive:        50276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1826752 kB
SwapTotal:     4192956 kB
SwapFree:      4178564 kB
Dirty:            2944 kB
Writeback:           0 kB
Mapped:          44856 kB
Slab:            46076 kB
Committed_AS:  1391480 kB
PageTables:       1624 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126636 MiB
End job on node78 at 2008-07-05 10:12:13