Trace number 2076725

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.14.6+minisatSAT 12.5291 12.8196

General information on the benchmark

Namecsp/rlfapGraphsMod/
normalized-graph14-f27.xml
MD5SUMfa686e95a874d318c6cd431af6ca9501
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.51992
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints4638
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4638
Global constraints used (with number of constraints)

Solver Data

0.05/0.12	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.12	c 0	BEGIN Sun Jul 12 03:43:40 2009
0.05/0.12	c 0	PID 16907
0.05/0.12	c 0	HOST node56.alineos.net
0.05/0.12	c 0	CONVERTING HOME/instance-2076725-1247363020.xml TO HOME/temp.csp
0.05/0.12	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2076725-1247363020.xml' 'HOME/temp.csp'
0.06/0.93	c 1	5 domains, 916 variables, 2 predicates, 0 relations, 4638 constraints
0.06/0.96	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.96	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.89/1.05	c 1	Parsing HOME/temp.csp
0.99/1.17	c 1	parsed 5561 expressions
0.99/1.17	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.99/1.17	c 1	Converting to clausal form CSP
1.08/1.22	c 1	converted 557 (10%) expressions
1.18/1.39	c 1	converted 1113 (20%) expressions
1.58/1.76	c 2	converted 1669 (30%) expressions
1.88/2.03	c 2	converted 2225 (40%) expressions
2.08/2.25	c 2	converted 2781 (50%) expressions
2.37/2.54	c 2	converted 3337 (60%) expressions
2.57/2.74	c 3	converted 3893 (70%) expressions
2.77/2.97	c 3	converted 4449 (80%) expressions
3.18/3.33	c 3	converted 5005 (90%) expressions
3.36/3.55	c 3	converted 5561 (100%) expressions
3.36/3.55	c 3	CSP : 916 integers, 0 booleans, 5554 clauses, largest domain size 19
3.36/3.55	c 3	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.36/3.55	c 3	Propagation in CSP
3.77/3.92	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.77/3.92	c 4	CSP : 916 integers, 0 booleans, 5554 clauses, largest domain size 19
3.77/3.92	c 4	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.77/3.93	c 4	Simplifing CSP by introducing new Boolean variables
3.77/3.98	c 4	CSP : 916 integers, 9276 booleans, 14830 clauses, largest domain size 19
3.77/3.98	c 4	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.96/4.19	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.06/4.24	c 4	92 (10%) CSP integer variables are encoded (1492 clauses, 17375 bytes)
4.06/4.25	c 4	184 (20%) CSP integer variables are encoded (2972 clauses, 36615 bytes)
4.06/4.26	c 4	275 (30%) CSP integer variables are encoded (4434 clauses, 55621 bytes)
4.06/4.27	c 4	367 (40%) CSP integer variables are encoded (5879 clauses, 74406 bytes)
4.06/4.28	c 4	458 (50%) CSP integer variables are encoded (7284 clauses, 92671 bytes)
4.06/4.29	c 4	550 (60%) CSP integer variables are encoded (8698 clauses, 111053 bytes)
4.16/4.31	c 4	642 (70%) CSP integer variables are encoded (10106 clauses, 130764 bytes)
4.16/4.32	c 4	733 (80%) CSP integer variables are encoded (11507 clauses, 151779 bytes)
4.16/4.33	c 4	825 (90%) CSP integer variables are encoded (12862 clauses, 172104 bytes)
4.16/4.34	c 4	916 (100%) CSP integer variables are encoded (14206 clauses, 192264 bytes)
4.26/4.45	c 4	1483 (10%) CSP clauses are encoded (29416 clauses, 467881 bytes)
4.36/4.55	c 4	2966 (20%) CSP clauses are encoded (44814 clauses, 764011 bytes)
4.45/4.62	c 4	4449 (30%) CSP clauses are encoded (60247 clauses, 1062051 bytes)
4.45/4.69	c 5	5932 (40%) CSP clauses are encoded (75751 clauses, 1363008 bytes)
4.54/4.75	c 5	7415 (50%) CSP clauses are encoded (90735 clauses, 1652726 bytes)
4.65/4.82	c 5	8898 (60%) CSP clauses are encoded (105782 clauses, 1944495 bytes)
4.65/4.89	c 5	10381 (70%) CSP clauses are encoded (120619 clauses, 2231946 bytes)
4.75/4.95	c 5	11864 (80%) CSP clauses are encoded (135141 clauses, 2519842 bytes)
4.85/5.02	c 5	13347 (90%) CSP clauses are encoded (149229 clauses, 2809154 bytes)
4.85/5.08	c 5	14830 (100%) CSP clauses are encoded (162976 clauses, 3090252 bytes)
4.85/5.08	c 5	14830 CSP clauses encoded
4.85/5.08	c 5	Writing map file : HOME/temp.map
4.94/5.10	c 5	Heap : 29 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.94/5.10	c 5	SAT : 24398 SAT variables, 162976 SAT clauses, 3090252 bytes
4.94/5.10	c 5	Heap : 29 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.94/5.16	c 5	SOLVING HOME/temp.cnf
4.94/5.16	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.94/5.16	c 5	This is MiniSat 2.0 beta
4.94/5.16	c 5	WARNING: for repeatability, setting FPU to use double precision
4.94/5.16	c 5	============================[ Problem Statistics ]=============================
4.94/5.16	c 5	|                                                                             |
4.94/5.17	c 5	|  Number of variables:  24398                                                |
4.94/5.17	c 5	|  Number of clauses:    162976                                               |
4.96/5.26	c 5	|  Parsing time:         0.08         s                                       |
4.96/5.26	c 5	============================[ Search Statistics ]==============================
4.96/5.26	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.96/5.27	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.96/5.27	c 5	===============================================================================
4.96/5.27	c 5	|         0 |   24398   162976   446571 |    54325        0    nan |  0.000 % |
4.96/5.31	c 5	|       100 |   24398   162976   446571 |    59757      100      6 |  0.000 % |
4.96/5.36	c 5	|       250 |   24398   162976   446571 |    65733      250      6 |  0.000 % |
5.18/5.48	c 5	|       475 |   24398   162976   446571 |    72307      475      6 |  0.000 % |
5.38/5.64	c 5	|       812 |   24398   162976   446571 |    79537      812      7 |  0.000 % |
5.57/5.89	c 6	|      1318 |   24398   162976   446571 |    87491     1318      7 |  0.000 % |
5.97/6.28	c 6	|      2077 |   24398   162976   446571 |    96240     2077      7 |  0.000 % |
6.56/6.86	c 7	|      3217 |   24398   162976   446571 |   105864     3217      7 |  0.000 % |
7.46/7.74	c 8	|      4925 |   24398   162976   446571 |   116451     4925      7 |  0.000 % |
8.83/9.17	c 9	|      7487 |   24398   162976   446571 |   128096     7487      7 |  0.000 % |
11.42/11.72	c 12	|     11331 |   24398   162976   446571 |   140905    11331      7 |  0.000 % |
12.11/12.42	c 12	===============================================================================
12.11/12.42	c 12	restarts              : 11
12.11/12.42	c 12	conflicts             : 12327          (1722 /sec)
12.11/12.42	c 12	decisions             : 180804         (1.44 % random) (25259 /sec)
12.11/12.42	c 12	propagations          : 10406603       (1453860 /sec)
12.11/12.42	c 12	conflict literals     : 90117          (9.64 % deleted)
12.11/12.42	c 12	Memory used           : 11.24 MB
12.11/12.42	c 12	CPU time              : 7.15791 s
12.11/12.42	c 12	
12.11/12.43	c 12	SATISFIABLE
12.11/12.44	c 12	DECODING HOME/temp.out WITH HOME/temp.map
12.11/12.44	c 12	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.17/12.52	c 12	Decoding HOME/temp.out
12.17/12.73	s SATISFIABLE
12.17/12.77	v 352 114 296 58 296 58 352 114 16 254 324 86 58 296 30 268 72 310 310 72 114 352 268 30 16 254 114 352 30 268 30 268 254 16 72 310 58 296 16 254 268 30 72 310 114 352 16 254 268 30 16 254 282 44 324 86 30 268 338 100 338 100 352 114 268 30 296 58 338 100 16 254 296 58 114 352 86 324 268 30 352 114 310 72 114 352 352 114 254 16 30 268 268 30 254 16 338 100 352 114 44 282 352 114 16 254 338 100 254 16 30 268 324 86 254 16 58 296 44 282 58 296 282 44 310 72 268 30 114 352 254 16 100 338 352 114 352 114 72 310 86 324 16 254 324 86 352 114 100 338 16 254 268 30 254 16 72 310 16 254 324 86 58 296 254 16 30 268 282 44 114 352 352 114 100 338 338 100 16 254 114 352 114 352 100 338 58 296 100 338 44 282 114 352 310 72 72 310 324 86 44 282 268 30 254 16 254 16 282 44 254 16 114 352 58 296 352 114 86 324 16 254 324 86 352 114 16 254 352 114 268 30 338 100 254 16 72 310 254 16 44 282 254 16 72 310 114 352 72 310 114 352 72 310 114 352 338 100 16 254 296 58 296 58 86 324 114 352 338 100 282 44 30 268 296 58 296 58 44 282 268 30 282 44 268 30 254 16 282 44 16 254 114 352 72 310 254 16 44 282 324 86 114 352 58 296 268 30 16 254 58 296 254 16 254 16 44 282 324 86 324 86 310 72 352 114 338 100 352 114 352 114 30 268 44 282 114 352 114 352 58 296 114 352 352 114 254 16 324 86 58 296 254 16 114 352 30 268 114 352 352 114 114 352 86 324 16 254 30 268 254 16 86 324 44 282 114 352 16 254 296 58 338 100 100 338 72 310 338 100 296 58 86 324 338 100 30 268 310 72 114 352 114 352 100 338 310 72 72 310 114 352 352 114 268 30 296 58 44 282 72 310 254 16 352 114 100 338 30 268 58 296 268 30 44 282 324 86 114 352 114 352 338 100 268 30 324 86 254 16 100 338 114 352 268 30 100 338 58 296 296 58 114 352 44 282 114 352 114 352 324 86 254 16 44 282 268 30 86 324 310 72 310 72 58 296 114 352 352 114 86 324 114 352 324 86 114 352 100 338 114 352 100 338 114 352 44 282 16 254 310 72 30 268 310 72 30 268 58 296 58 296 100 338 296 58 16 254 44 282 16 254 324 86 296 58 72 310 72 310 100 338 100 338 282 44 352 114 72 310 72 310 268 30 114 352 30 268 254 16 86 324 114 352 310 72 324 86 114 352 352 114 310 72 310 72 86 324 72 310 72 310 72 310 324 86 72 310 352 114 100 338 282 44 114 352 352 114 324 86 86 324 86 324 58 296 16 254 324 86 100 338 338 100 114 352 44 282 338 100 100 338 352 114 254 16 324 86 268 30 58 296 44 282 86 324 114 352 72 310 254 16 72 310 338 100 352 114 114 352 58 296 72 310 254 16 254 16 44 282 100 338 254 16 352 114 352 114 30 268 296 58 114 352 86 324 30 268 268 30 352 114 44 282 254 16 114 352 310 72 30 268 324 86 100 338 352 114 296 58 16 254 268 30 296 58 100 338 338 100 352 114 72 310 44 282 114 352 352 114 296 58 58 296 72 310 296 58 352 114 282 44 282 44 114 352 72 310 30 268 86 324 352 114 296 58 268 30 100 338 30 268 296 58 58 296 254 16 72 310 114 352 310 72 268 30 58 296 254 16 310 72 114 352 72 310 352 114 310 72 352 114 352 114 114 352 86 324 324 86 296 58 352 114 338 100 30 268 282 44 30 268 310 72 338 100 30 268 114 352 352 114 30 268 296 58 114 352 72 310 58 296 114 352 58 296 44 282 44 282 338 100 352 114 114 352 72 310 254 16 310 72 44 282 100 338 268 30 338 100 44 282 296 58 352 114 16 254 114 352 58 296 338 100 254 16 86 324 114 352 30 268 296 58 114 352 86 324 310 72 310 72 338 100 324 86 58 296 324 86 86 324 282 44 86 324 268 30 296 58 352 114 114 352 254 16 352 114 16 254 352 114 254 16 282 44
12.17/12.78	c 13	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.18/12.81	c 13	CPU 12.51 (0.07 0.02 12.18 0.24)
12.18/12.81	c 13	END Sun Jul 12 03:43:53 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2076725-1247363020/watcher-2076725-1247363020 -o /tmp/evaluation-result-2076725-1247363020/solver-2076725-1247363020 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2076725-1247363020.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.43 2.51 2.29 4/83 16907
/proc/meminfo: memFree=1290112/2055920 swapFree=4192952/4192956
[pid=16907] ppid=16905 vsize=124 CPUtime=0
/proc/16907/stat : 16907 (sugar) D 16905 16907 14446 0 -1 4194304 38 0 0 0 0 0 0 0 22 0 1 0 23365293 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 250966242697 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/16907/statm: 31 23 17 3 0 3 0

[startup+0.0236999 s]
/proc/loadavg: 2.43 2.51 2.29 4/83 16907
/proc/meminfo: memFree=1290112/2055920 swapFree=4192952/4192956
[pid=16907] ppid=16905 vsize=12268 CPUtime=0
/proc/16907/stat : 16907 (sugar) D 16905 16907 14446 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 23365293 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 250969029221 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/16907/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.102271 s]
/proc/loadavg: 2.43 2.51 2.29 4/83 16907
/proc/meminfo: memFree=1290112/2055920 swapFree=4192952/4192956
[pid=16907] ppid=16905 vsize=16080 CPUtime=0.05
/proc/16907/stat : 16907 (sugar) R 16905 16907 14446 0 -1 4194304 941 0 0 0 4 1 0 0 18 0 1 0 23365293 16465920 909 996147200 4194304 4206940 548682068608 18446744073709551615 250988580516 0 0 4224 0 0 0 0 17 1 0 0
/proc/16907/statm: 4020 909 380 3 0 599 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16080

[startup+0.301288 s]
/proc/loadavg: 2.43 2.51 2.29 4/83 16907
/proc/meminfo: memFree=1290112/2055920 swapFree=4192952/4192956
[pid=16907] ppid=16905 vsize=16868 CPUtime=0.06
/proc/16907/stat : 16907 (sugar) S 16905 16907 14446 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23365293 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16907/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701328 s]
/proc/loadavg: 2.43 2.51 2.29 4/83 16907
/proc/meminfo: memFree=1290112/2055920 swapFree=4192952/4192956
[pid=16907] ppid=16905 vsize=16868 CPUtime=0.06
/proc/16907/stat : 16907 (sugar) S 16905 16907 14446 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23365293 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16907/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50241 s]
/proc/loadavg: 2.43 2.51 2.29 3/90 16925
/proc/meminfo: memFree=1284168/2055920 swapFree=4192952/4192956
[pid=16907] ppid=16905 vsize=16868 CPUtime=0.87
/proc/16907/stat : 16907 (sugar) S 16905 16907 14446 0 -1 4194304 1309 7363 0 1 5 1 76 5 16 0 1 0 23365293 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16907/statm: 4217 1111 409 3 0 796 0
[pid=16920] ppid=16907 vsize=5356 CPUtime=0
/proc/16920/stat : 16920 (sh) S 16907 16907 14446 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23365390 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16920/statm: 1339 233 193 169 0 50 0
[pid=16921] ppid=16920 vsize=868492 CPUtime=0.51
/proc/16921/stat : 16921 (java) S 16920 16907 14446 0 -1 0 5603 0 1 0 48 3 0 0 18 0 9 0 23365390 889335808 5023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16921/statm: 217123 5023 1741 9 0 211628 0
[pid=16921/tid=16922] ppid=16920 vsize=868492 CPUtime=0.31
/proc/16921/task/16922/stat : 16922 (java) R 16920 16907 14446 0 -1 64 2665 0 1 0 30 1 0 0 18 0 9 0 23365391 889335808 5023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16921/tid=16923] ppid=16920 vsize=868492 CPUtime=0.03
/proc/16921/task/16923/stat : 16923 (java) R 16920 16907 14446 0 -1 64 800 0 0 0 3 0 0 0 16 0 9 0 23365392 889335808 5023 996147200 134512640 134550932 4294955936 18446744073709551615 102549431 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16921/tid=16924] ppid=16920 vsize=868492 CPUtime=0
/proc/16921/task/16924/stat : 16924 (java) S 16920 16907 14446 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 23365393 889335808 5023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16921/tid=16925] ppid=16920 vsize=868492 CPUtime=0
/proc/16921/task/16925/stat : 16925 (java) S 16920 16907 14446 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 23365393 889335808 5023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 890716

[startup+3.10257 s]
/proc/loadavg: 2.43 2.51 2.29 3/94 16929
/proc/meminfo: memFree=1266088/2055920 swapFree=4192952/4192956
[pid=16907] ppid=16905 vsize=16868 CPUtime=0.88
/proc/16907/stat : 16907 (sugar) S 16905 16907 14446 0 -1 4194304 1309 7363 0 1 6 1 76 5 16 0 1 0 23365293 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16907/statm: 4217 1111 409 3 0 796 0
[pid=16920] ppid=16907 vsize=5356 CPUtime=0
/proc/16920/stat : 16920 (sh) S 16907 16907 14446 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23365390 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16920/statm: 1339 233 193 169 0 50 0
[pid=16921] ppid=16920 vsize=868576 CPUtime=2.1
/proc/16921/stat : 16921 (java) S 16920 16907 14446 0 -1 0 11435 0 1 0 203 7 0 0 18 0 9 0 23365390 889421824 10586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16921/statm: 217144 10586 2566 9 0 211649 0
[pid=16921/tid=16922] ppid=16920 vsize=868576 CPUtime=1.34
/proc/16921/task/16922/stat : 16922 (java) R 16920 16907 14446 0 -1 64 2871 0 1 0 132 2 0 0 25 0 9 0 23365391 889421824 10586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16921/tid=16923] ppid=16920 vsize=868576 CPUtime=0.56
/proc/16921/task/16923/stat : 16923 (java) R 16920 16907 14446 0 -1 64 6391 0 0 0 53 3 0 0 16 0 9 0 23365392 889421824 10586 996147200 134512640 134550932 4294955936 18446744073709551615 102768171 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16921/tid=16924] ppid=16920 vsize=868576 CPUtime=0
/proc/16921/task/16924/stat : 16924 (java) S 16920 16907 14446 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23365393 889421824 10586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16921/tid=16925] ppid=16920 vsize=868576 CPUtime=0
/proc/16921/task/16925/stat : 16925 (java) S 16920 16907 14446 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23365393 889421824 10586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16921/tid=16926] ppid=16920 vsize=868576 CPUtime=0
/proc/16921/task/16926/stat : 16926 (java) S 16920 16907 14446 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23365395 889421824 10586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16921/tid=16927] ppid=16920 vsize=868576 CPUtime=0.16
/proc/16921/task/16927/stat : 16927 (java) S 16920 16907 14446 0 -1 64 1474 0 0 0 16 0 0 0 16 0 9 0 23365395 889421824 10586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16921/tid=16928] ppid=16920 vsize=868576 CPUtime=0
/proc/16921/task/16928/stat : 16928 (java) S 16920 16907 14446 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23365395 889421824 10586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16921/tid=16929] ppid=16920 vsize=868576 CPUtime=0
/proc/16921/task/16929/stat : 16929 (java) S 16920 16907 14446 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23365395 889421824 10586 996147200 134512640 134550932 4294955936 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) 890800

[startup+6.30187 s]
/proc/loadavg: 2.39 2.50 2.29 3/86 16931
/proc/meminfo: memFree=1273768/2055920 swapFree=4192952/4192956
[pid=16907] ppid=16905 vsize=16868 CPUtime=4.96
/proc/16907/stat : 16907 (sugar) S 16905 16907 14446 0 -1 4194304 1376 21490 0 2 6 1 472 17 15 0 1 0 23365293 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16907/statm: 4217 1113 409 3 0 796 0
[pid=16930] ppid=16907 vsize=5356 CPUtime=0
/proc/16930/stat : 16930 (sh) S 16907 16907 14446 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23365810 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16930/statm: 1339 232 193 169 0 50 0
[pid=16931] ppid=16930 vsize=10840 CPUtime=1.11
/proc/16931/stat : 16931 (minisat) R 16930 16907 14446 0 -1 4194304 2513 0 0 0 110 1 0 0 25 0 1 0 23365810 11100160 2499 996147200 134512640 135127466 4294956256 18446744073709551615 134530698 0 0 4096 3 0 0 0 17 1 0 0
/proc/16931/statm: 2710 2499 76 150 0 2557 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 33064

[startup+12.7025 s]
/proc/loadavg: 2.36 2.49 2.29 3/86 16931
/proc/meminfo: memFree=1272808/2055920 swapFree=4192952/4192956
[pid=16907] ppid=16905 vsize=16868 CPUtime=12.17
/proc/16907/stat : 16907 (sugar) S 16905 16907 14446 0 -1 4194304 1448 24464 0 2 6 2 1189 20 16 0 1 0 23365293 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16907/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 16868

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

[startup+12.8025 s]
/proc/loadavg: 2.36 2.49 2.29 3/86 16931
/proc/meminfo: memFree=1272808/2055920 swapFree=4192952/4192956
[pid=16907] ppid=16905 vsize=16868 CPUtime=12.18
/proc/16907/stat : 16907 (sugar) S 16905 16907 14446 0 -1 4194304 1451 24464 0 2 7 2 1189 20 15 0 1 0 23365293 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16907/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 12.8196
CPU time (s): 12.5291
CPU user time (s): 12.2601
CPU system time (s): 0.268959
CPU usage (%): 97.7343
Max. virtual memory (cumulated for all children) (KiB): 891020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.2601
system time used= 0.268959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30372
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= 4739
involuntary context switches= 5075

runsolver used 0.017997 second user time and 0.055991 second system time

The end

Launcher Data

Begin job on node56 at 2009-07-12 03:43:40
IDJOB=2076725
IDBENCH=56488
IDSOLVER=739
FILE ID=node56/2076725-1247363020
PBS_JOBID= 9506946
Free space on /tmp= 103036 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rlfapGraphsMod/normalized-graph14-f27.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2076725-1247363020/watcher-2076725-1247363020 -o /tmp/evaluation-result-2076725-1247363020/solver-2076725-1247363020 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2076725-1247363020.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= fa686e95a874d318c6cd431af6ca9501
RANDOM SEED=603886398

node56.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.209
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.209
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:       1290592 kB
Buffers:         61064 kB
Cached:         191892 kB
SwapCached:          4 kB
Active:         501404 kB
Inactive:       210788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1290592 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            2104 kB
Writeback:           0 kB
Mapped:         479660 kB
Slab:            37500 kB
Committed_AS:   636596 kB
PageTables:       2784 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= 103036 MiB
End job on node56 at 2009-07-12 03:43:53