Trace number 239072

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, and are wall clock time (not CPU 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 0.40SAT 189.787 193.837

General information on the benchmark

Nameqcp-qwh/QCP-25/
qcp-25-264-3_ext.xml
MD5SUM4cf957988d5e3247af7e29122f8f1648
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark27.1389
SatisfiableYES
(Un)Satisfiability was proved
Number of variables625
Number of constraints15000
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension15000
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.34	c # Sugar v0-40 (/tmp/evaluation/239072-1170108877/sugar-v0-40.jar)
0.34	
0.35	c # MAIN  BEGIN : /tmp/evaluation/239072-1170108877/unknown.xml [Mon Jan 29 23:14:38 2007]
0.35	c # CONVERT_XML  BEGIN : /tmp/evaluation/239072-1170108877/unknown.xml /tmp/evaluation/239072-1170108877/sugar30180.csp [Mon Jan 29 23:14:38 2007]
0.35	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/239072-1170108877/sugar-v0-40.jar -convert /tmp/evaluation/239072-1170108877/unknown.xml /tmp/evaluation/239072-1170108877/sugar30180.csp
0.58	c BEGIN convert /tmp/evaluation/239072-1170108877/unknown.xml
1.67	c END convert (1.089457 seconds)
1.70	c # CONVERT_XML  END : /tmp/evaluation/239072-1170108877/sugar30180.csp 2479664 bytes (2 seconds) [Mon Jan 29 23:14:40 2007]
1.70	c # CONVERT_XML  CPU : 1.16 = 0 + 0 + 1.05 + 0.11
1.70	
1.70	c # GENERATE_SAT  BEGIN : /tmp/evaluation/239072-1170108877/sugar30180.bcnf [Mon Jan 29 23:14:40 2007]
1.70	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/239072-1170108877/sugar-v0-40.jar -bcnf -map /tmp/evaluation/239072-1170108877/sugar30180.map /tmp/evaluation/239072-1170108877/sugar30180.csp /tmp/evaluation/239072-1170108877/sugar30180.bcnf
1.81	c BEGIN parse /tmp/evaluation/239072-1170108877/sugar30180.csp
10.04	c END parse (8.234606 seconds)
10.05	c BEGIN simplify
10.08	c END simplify (0.033041 seconds)
10.08	c BEGIN encode /tmp/evaluation/239072-1170108877/sugar30180.bcnf
10.51	c END encode (0.430987 seconds)
10.54	c # GENERATE_SAT  END : 6336 variables 76934 clauses 1386652 bytes (9 seconds) [Mon Jan 29 23:14:49 2007]
10.54	c # GENERATE_SAT  CPU : 8.74 = 0 + 0.01 + 8.52 + 0.21
10.54	
10.54	c # SOLVE_SAT  BEGIN : /tmp/evaluation/239072-1170108877/sugar30180.bcnf [Mon Jan 29 23:14:49 2007]
10.54	c # CMD : /tmp/evaluation/239072-1170108877/minisat /tmp/evaluation/239072-1170108877/sugar30180.bcnf /tmp/evaluation/239072-1170108877/sugar30180.out
10.60	c ==================================[MINISAT]===================================
10.60	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
10.60	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
10.60	c ==============================================================================
10.60	c |         0 |   42369   155718 |   14123       0        0     nan |  0.000 % |
10.62	c |       100 |   42370   155718 |   15535      99     1465    14.8 | 35.622 % |
10.64	c |       251 |   42370   155718 |   17088     249     3960    15.9 | 35.638 % |
10.67	c |       477 |   42376   155718 |   18797     468     8001    17.1 | 35.859 % |
10.72	c |       814 |   42378   155718 |   20677     802    13315    16.6 | 36.096 % |
10.75	c |      1322 |   41915   154014 |   22745    1249    18535    14.8 | 36.096 % |
10.87	c |      2081 |   41918   154014 |   25019    2005    29641    14.8 | 36.095 % |
11.03	c |      3220 |   41922   154014 |   27521    3140    47507    15.1 | 36.095 % |
11.36	c |      4929 |   41927   154014 |   30273    4844    82155    17.0 | 36.095 % |
11.84	c |      7491 |   41928   154014 |   33301    7405   137825    18.6 | 36.095 % |
12.73	c |     11336 |   41584   152738 |   36631   10494   214556    20.4 | 36.521 % |
14.43	c |     17102 |   41592   152738 |   40294   16252   348503    21.4 | 36.522 % |
18.16	c |     25753 |   41598   152738 |   44324   24897   624764    25.1 | 36.522 % |
26.28	c |     38727 |   41605   152738 |   48756   37864  1054211    27.8 | 36.521 % |
41.51	c |     58188 |   41608   152738 |   53632   20634   676743    32.8 | 36.522 % |
63.16	c |     87380 |   41612   152738 |   58995   49822  1758475    35.3 | 36.521 % |
98.47	c |    131169 |   41455   152130 |   64894   47990  1478988    30.8 | 36.679 % |
161.74	c |    196857 |   41458   152130 |   71384   63938  1926445    30.1 | 36.679 % |
191.37	c ==============================================================================
191.48	c restarts              : 18
191.48	c conflicts             : 232847         (1302 /sec)
191.48	c decisions             : 307219         (1718 /sec)
191.48	c propagations          : 121971368      (681942 /sec)
191.48	c conflict literals     : 7453730        (38.68 % deleted)
191.48	c Memory used           : 16.21 MB
191.48	c CPU time              : 178.859 s
191.48	c 
191.48	c SATISFIABLE
191.85	c # SOLVE_SAT  END : SATISFIABLE (181 seconds) [Mon Jan 29 23:17:50 2007]
191.85	c # SOLVE_SAT  CPU : 179.62 = 0.01 + 0 + 178.87 + 0.74
191.85	
191.85	c # RESULT : SATISFIABLE
191.85	
191.85	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 23:17:50 2007]
193.65	c BEGIN read SAT output /tmp/evaluation/239072-1170108877/sugar30180.out
193.69	c END read SAT output (0.035359 seconds)
193.69	c BEGIN write solution /tmp/evaluation/239072-1170108877/sugar30180.sol
193.76	c END write solution (0.064963 seconds)
193.81	s SATISFIABLE
193.81	v 21 20 4 18 24 3 22 8 5 15 7 17 6 10 11 14 1 2 16 13 9 12 0 23 19 1 4 12 11 7 19 6 2 17 14 24 0 16 20 18 9 15 23 5 10 3 8 22 21 13 2 15 13 21 5 24 8 17 4 0 3 18 9 23 12 16 14 10 22 20 7 11 19 1 6 9 6 5 2 0 14 1 18 19 4 12 23 11 7 22 15 16 17 20 24 21 3 13 8 10 10 2 19 12 17 15 13 0 24 11 23 9 1 5 16 7 20 3 8 21 18 4 6 14 22 8 5 2 24 11 9 7 19 23 12 13 15 0 1 21 3 6 18 17 14 16 22 20 10 4 19 13 15 5 14 8 23 12 16 9 1 24 2 6 7 21 0 20 3 17 4 10 18 22 11 14 12 17 23 21 4 10 7 8 22 19 20 5 18 13 0 3 16 15 2 6 24 9 11 1 17 10 16 15 8 11 21 5 6 20 2 3 18 24 9 19 4 1 0 12 22 14 7 13 23 13 17 9 10 19 6 18 1 2 5 11 12 3 4 8 22 21 14 23 16 20 15 24 7 0 16 23 20 3 22 7 2 6 18 17 10 1 19 14 4 11 24 12 9 15 13 21 5 0 8 12 9 1 19 23 13 14 22 0 3 16 11 15 8 20 10 18 21 2 6 5 7 4 24 17 18 16 11 6 1 21 20 3 22 2 17 8 23 0 15 13 10 5 19 7 12 9 14 4 24 15 14 24 7 18 16 5 13 21 1 4 6 22 3 23 20 17 9 10 11 0 19 8 12 2 6 22 21 8 10 2 9 23 15 18 20 4 7 19 3 12 11 24 13 0 1 16 17 5 14 5 18 8 0 4 22 17 20 12 24 21 13 10 16 2 1 19 11 7 3 14 6 23 9 15 3 21 7 17 20 0 16 11 10 23 22 14 12 13 6 24 8 15 4 9 19 1 2 18 5 20 1 23 4 12 5 15 16 3 7 0 2 21 11 24 18 13 19 14 22 8 17 10 6 9 4 19 0 9 2 20 3 10 13 6 14 7 24 17 1 8 12 22 21 23 11 5 15 16 18 0 3 22 14 15 17 11 21 7 8 18 16 20 2 10 5 9 13 6 4 24 23 1 19 12 23 7 10 13 6 1 24 9 11 16 8 21 17 22 14 2 5 4 18 19 15 0 12 20 3 11 8 18 22 13 23 12 15 14 10 5 19 4 9 0 6 2 7 24 1 17 20 21 3 16 22 24 14 16 9 12 0 4 1 19 6 5 13 21 17 23 7 8 11 18 10 2 3 15 20 7 0 3 1 16 10 19 24 20 13 9 22 14 15 5 4 23 6 12 8 2 18 11 17 21 24 11 6 20 3 18 4 14 9 21 15 10 8 12 19 17 22 0 1 5 23 13 16 2 7
193.81	c # OUTPUT_SOL  END :  (2 seconds) [Mon Jan 29 23:17:52 2007]
193.81	c # OUTPUT_SOL  CPU : 0.210000000000016 = 0 + 0 + 0.170000000000016 + 0.04
193.81	
193.81	c # MAIN  END :  (194 seconds) [Mon Jan 29 23:17:52 2007]
193.81	c # MAIN  CPU : 189.73 = 0.01 + 0.01 + 188.61 + 1.1
193.81	

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node35/watcher-239072-1170108877 -o ROOT/results/node35/solver-239072-1170108877 -C 1800 -M 900 /tmp/evaluation/239072-1170108877/solver /tmp/evaluation/239072-1170108877 /tmp/evaluation/239072-1170108877/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 2.33 2.74 2.62 4/81 30181
/proc/meminfo: memFree=264808/2055920 swapFree=4192812/4192956
[pid=30180] ppid=30178 vsize=18540 CPUtime=0
/proc/30180/stat : 30180 (runsolver) R 30178 30180 29034 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 4651523 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 266134416679 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30180/statm: 4635 279 244 17 0 2626 0

[startup+0.108583 s]
/proc/loadavg: 2.33 2.74 2.62 4/81 30181
/proc/meminfo: memFree=264808/2055920 swapFree=4192812/4192956
[pid=30180] ppid=30178 vsize=124 CPUtime=0
/proc/30180/stat : 30180 (sugar) D 30178 30180 29034 0 -1 4194304 286 0 1 0 0 0 0 0 18 0 1 0 4651523 126976 23 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266131797481 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/30180/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.51667 s]
/proc/loadavg: 2.33 2.74 2.62 4/81 30181
/proc/meminfo: memFree=264808/2055920 swapFree=4192812/4192956
[pid=30180] ppid=30178 vsize=13724 CPUtime=0.03
/proc/30180/stat : 30180 (sugar) S 30178 30180 29034 0 -1 4194304 1108 0 4 0 3 0 0 0 18 0 1 0 4651523 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30180/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34384 s]
/proc/loadavg: 2.33 2.74 2.62 3/89 30189
/proc/meminfo: memFree=210728/2055920 swapFree=4192812/4192956
[pid=30180] ppid=30178 vsize=13724 CPUtime=0.03
/proc/30180/stat : 30180 (sugar) S 30178 30180 29034 0 -1 4194304 1117 0 4 0 3 0 0 0 15 0 1 0 4651523 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30180/statm: 3431 805 368 3 0 531 0
[pid=30182] ppid=30180 vsize=807412 CPUtime=0.81
/proc/30182/stat : 30182 (java) R 30180 30180 29034 0 -1 0 9379 0 30 0 73 8 0 0 25 0 8 0 4651558 826789888 9155 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30182/statm: 201853 9156 1694 14 0 189131 0
[pid=30182/tid=30183] ppid=30180 vsize=807412 CPUtime=0.04
/proc/30182/task/30183/stat : 30183 (java) R 30180 30180 29034 0 -1 64 2822 0 0 0 4 0 0 0 16 0 8 0 4651573 826789888 9157 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4153822953 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30182/tid=30184] ppid=30180 vsize=807412 CPUtime=0
/proc/30182/task/30184/stat : 30184 (java) S 30180 30180 29034 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 4651574 826789888 9158 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30182/tid=30185] ppid=30180 vsize=807412 CPUtime=0
/proc/30182/task/30185/stat : 30185 (java) S 30180 30180 29034 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 4651574 826789888 9160 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30182/tid=30186] ppid=30180 vsize=807412 CPUtime=0
/proc/30182/task/30186/stat : 30186 (java) S 30180 30180 29034 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 4651577 826789888 9162 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30182/tid=30187] ppid=30180 vsize=807412 CPUtime=0.14
/proc/30182/task/30187/stat : 30187 (java) S 30180 30180 29034 0 -1 64 407 0 0 0 14 0 0 0 16 0 8 0 4651577 826789888 9163 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30182/tid=30188] ppid=30180 vsize=807412 CPUtime=0
/proc/30182/task/30188/stat : 30188 (java) S 30180 30180 29034 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 4651577 826789888 9164 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30182/tid=30189] ppid=30180 vsize=807412 CPUtime=0
/proc/30182/task/30189/stat : 30189 (java) S 30180 30180 29034 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 4651577 826789888 9165 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 821136

[startup+2.98316 s]
/proc/loadavg: 2.33 2.74 2.62 3/89 30197
/proc/meminfo: memFree=192936/2055920 swapFree=4192812/4192956
[pid=30180] ppid=30178 vsize=13724 CPUtime=1.19
/proc/30180/stat : 30180 (sugar) S 30178 30180 29034 0 -1 4194304 1186 11483 4 32 3 0 105 11 15 0 1 0 4651523 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30180/statm: 3431 809 371 3 0 531 0
[pid=30190] ppid=30180 vsize=807064 CPUtime=1.25
/proc/30190/stat : 30190 (java) R 30180 30180 29034 0 -1 0 10704 0 1 0 120 5 0 0 25 0 8 0 4651693 826433536 10445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073561134 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30190/statm: 201766 10445 1494 14 0 189044 0
[pid=30190/tid=30191] ppid=30180 vsize=807064 CPUtime=0.3
/proc/30190/task/30191/stat : 30191 (java) S 30180 30180 29034 0 -1 64 4644 0 0 0 28 2 0 0 16 0 8 0 4651696 826433536 10445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30190/tid=30192] ppid=30180 vsize=807064 CPUtime=0
/proc/30190/task/30192/stat : 30192 (java) S 30180 30180 29034 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4651697 826433536 10445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30190/tid=30193] ppid=30180 vsize=807064 CPUtime=0
/proc/30190/task/30193/stat : 30193 (java) S 30180 30180 29034 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4651697 826433536 10445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30190/tid=30194] ppid=30180 vsize=807064 CPUtime=0
/proc/30190/task/30194/stat : 30194 (java) S 30180 30180 29034 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 4651700 826433536 10445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30190/tid=30195] ppid=30180 vsize=807064 CPUtime=0.04
/proc/30190/task/30195/stat : 30195 (java) S 30180 30180 29034 0 -1 64 292 0 0 0 4 0 0 0 16 0 8 0 4651700 826433536 10445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30190/tid=30196] ppid=30180 vsize=807064 CPUtime=0
/proc/30190/task/30196/stat : 30196 (java) S 30180 30180 29034 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 4651700 826433536 10445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30190/tid=30197] ppid=30180 vsize=807064 CPUtime=0
/proc/30190/task/30197/stat : 30197 (java) S 30180 30180 29034 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 4651700 826433536 10445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 820788

[startup+6.18581 s]
/proc/loadavg: 2.38 2.75 2.62 3/89 30197
/proc/meminfo: memFree=93992/2055920 swapFree=4192812/4192956
[pid=30180] ppid=30178 vsize=13724 CPUtime=1.19
/proc/30180/stat : 30180 (sugar) S 30178 30180 29034 0 -1 4194304 1186 11483 4 32 3 0 105 11 15 0 1 0 4651523 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30180/statm: 3431 809 371 3 0 531 0
[pid=30190] ppid=30180 vsize=807344 CPUtime=4.42
/proc/30190/stat : 30190 (java) R 30180 30180 29034 0 -1 0 20563 0 1 0 430 12 0 0 25 0 8 0 4651693 826720256 20275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073652755 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30190/statm: 201836 20275 1506 14 0 189114 0
[pid=30190/tid=30191] ppid=30180 vsize=807344 CPUtime=0.96
/proc/30190/task/30191/stat : 30191 (java) S 30180 30180 29034 0 -1 64 14341 0 0 0 90 6 0 0 16 0 8 0 4651696 826720256 20275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30190/tid=30192] ppid=30180 vsize=807344 CPUtime=0
/proc/30190/task/30192/stat : 30192 (java) S 30180 30180 29034 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4651697 826720256 20275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30190/tid=30193] ppid=30180 vsize=807344 CPUtime=0
/proc/30190/task/30193/stat : 30193 (java) S 30180 30180 29034 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4651697 826720256 20275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30190/tid=30194] ppid=30180 vsize=807344 CPUtime=0
/proc/30190/task/30194/stat : 30194 (java) S 30180 30180 29034 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 4651700 826720256 20275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30190/tid=30195] ppid=30180 vsize=807344 CPUtime=0.12
/proc/30190/task/30195/stat : 30195 (java) S 30180 30180 29034 0 -1 64 402 0 0 0 12 0 0 0 17 0 8 0 4651700 826720256 20275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30190/tid=30196] ppid=30180 vsize=807344 CPUtime=0
/proc/30190/task/30196/stat : 30196 (java) S 30180 30180 29034 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 4651700 826720256 20275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30190/tid=30197] ppid=30180 vsize=807344 CPUtime=0
/proc/30190/task/30197/stat : 30197 (java) S 30180 30180 29034 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 4651700 826720256 20275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 821068

[startup+12.6731 s]
/proc/loadavg: 2.35 2.73 2.62 3/82 30198
/proc/meminfo: memFree=99808/2055920 swapFree=4192812/4192956
[pid=30180] ppid=30178 vsize=14256 CPUtime=9.94
/proc/30180/stat : 30180 (sugar) S 30178 30180 29034 0 -1 4194304 1421 43828 4 34 4 1 957 32 15 0 1 0 4651523 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30180/statm: 3564 940 373 3 0 664 0
[pid=30198] ppid=30180 vsize=4768 CPUtime=2.1
/proc/30198/stat : 30198 (minisat) R 30180 30180 29034 0 -1 0 1196 0 0 0 210 0 0 0 25 0 1 0 4652577 4882432 842 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 1 0 0
/proc/30198/statm: 1192 842 51 112 0 1076 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 19024

[startup+25.5017 s]
/proc/loadavg: 2.50 2.74 2.62 3/82 30198
/proc/meminfo: memFree=15712/2055920 swapFree=4192812/4192956
[pid=30180] ppid=30178 vsize=14256 CPUtime=9.94
/proc/30180/stat : 30180 (sugar) S 30178 30180 29034 0 -1 4194304 1421 43828 4 34 4 1 957 32 16 0 1 0 4651523 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30180/statm: 3564 940 373 3 0 664 0
[pid=30198] ppid=30180 vsize=8988 CPUtime=14.8
/proc/30198/stat : 30198 (minisat) R 30180 30180 29034 0 -1 0 2235 0 0 0 1475 5 0 0 25 0 1 0 4652577 9203712 1881 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/30198/statm: 2247 1881 51 112 0 2131 0
Current children cumulated CPU time (s) 24.74
Current children cumulated vsize (KiB) 23244

[startup+51.1738 s]
/proc/loadavg: 2.67 2.76 2.63 3/82 30198
/proc/meminfo: memFree=15968/2055920 swapFree=4192812/4192956
[pid=30180] ppid=30178 vsize=14256 CPUtime=9.94
/proc/30180/stat : 30180 (sugar) S 30178 30180 29034 0 -1 4194304 1421 43828 4 34 4 1 957 32 16 0 1 0 4651523 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30180/statm: 3564 940 373 3 0 664 0
[pid=30198] ppid=30180 vsize=11840 CPUtime=40.29
/proc/30198/stat : 30198 (minisat) R 30180 30180 29034 0 -1 0 2932 0 0 0 4012 17 0 0 25 0 1 0 4652577 12124160 2578 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/30198/statm: 2960 2578 51 112 0 2844 0
Current children cumulated CPU time (s) 50.23
Current children cumulated vsize (KiB) 26096

[startup+102.422 s]
/proc/loadavg: 2.95 2.83 2.66 3/82 30198
/proc/meminfo: memFree=14816/2055920 swapFree=4192812/4192956
[pid=30180] ppid=30178 vsize=14256 CPUtime=9.94
/proc/30180/stat : 30180 (sugar) S 30178 30180 29034 0 -1 4194304 1421 43828 4 34 4 1 957 32 16 0 1 0 4651523 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30180/statm: 3564 940 373 3 0 664 0
[pid=30198] ppid=30180 vsize=15108 CPUtime=91.22
/proc/30198/stat : 30198 (minisat) R 30180 30180 29034 0 -1 0 3737 0 0 0 9081 41 0 0 25 0 1 0 4652577 15470592 3383 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/30198/statm: 3777 3383 51 112 0 3661 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 29364

[startup+162.495 s]
/proc/loadavg: 3.31 2.98 2.73 3/82 30198
/proc/meminfo: memFree=15776/2055920 swapFree=4192812/4192956
[pid=30180] ppid=30178 vsize=14256 CPUtime=9.94
/proc/30180/stat : 30180 (sugar) S 30178 30180 29034 0 -1 4194304 1421 43828 4 34 4 1 957 32 16 0 1 0 4651523 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30180/statm: 3564 940 373 3 0 664 0
[pid=30198] ppid=30180 vsize=15672 CPUtime=150.9
/proc/30198/stat : 30198 (minisat) R 30180 30180 29034 0 -1 0 3861 0 0 0 15029 61 0 0 25 0 1 0 4652577 16048128 3507 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/30198/statm: 3918 3507 51 112 0 3802 0
Current children cumulated CPU time (s) 160.84
Current children cumulated vsize (KiB) 29928

Child status: 0
Real time (s): 193.837
CPU time (s): 189.787
CPU user time (s): 188.667
CPU system time (s): 1.11983
CPU usage (%): 97.9109
Max. virtual memory (cumulated for all children) (KiB): 821260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 188.667
system time used= 1.11983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52724
page faults= 54
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2598
involuntary context switches= 8041

runsolver used 0.25996 s user time and 0.609907 s system time

The end

Launcher Data (download as text)

Begin job on node35 on Mon Jan 29 22:14:38 UTC 2007


IDJOB= 239072
IDBENCH= 7036
IDSOLVER= 86
FILE ID= node35/239072-1170108877

PBS_JOBID= 3689792

Free space on /tmp= 52580 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QCP-25/qcp-25-264-3_ext.xml
COMMAND LINE= /tmp/evaluation/239072-1170108877/solver /tmp/evaluation/239072-1170108877 /tmp/evaluation/239072-1170108877/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-239072-1170108877 -o ROOT/results/node35/solver-239072-1170108877 -C 1800 -M 900  /tmp/evaluation/239072-1170108877/solver /tmp/evaluation/239072-1170108877 /tmp/evaluation/239072-1170108877/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  4cf957988d5e3247af7e29122f8f1648

RANDOM SEED= 380120153

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.263
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.263
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:        265928 kB
Buffers:          3256 kB
Cached:        1583932 kB
SwapCached:          0 kB
Active:         147316 kB
Inactive:      1562352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        265928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          787768 kB
Writeback:         836 kB
Mapped:         139260 kB
Slab:            65440 kB
Committed_AS:   557740 kB
PageTables:       2060 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= 49425 MiB



End job on node35 on Mon Jan 29 22:17:56 UTC 2007