Trace number 215700

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 339.182 347.405

General information on the benchmark

NamepseudoSeries/
mps/mps-cracpb1.xml
MD5SUM467d227e8abed75ae8ce50faa143473e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.187971
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables572
Number of constraints215
Maximum constraint arity518
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension215
Global constraints used (with number of constraints)

Solver Data (download as text)

0.10	c # Sugar v0-40 (/tmp/evaluation/215700-1170100098/sugar-v0-40.jar)
0.10	
0.10	c # MAIN  BEGIN : /tmp/evaluation/215700-1170100098/unknown.xml [Mon Jan 29 20:48:20 2007]
0.10	c # CONVERT_XML  BEGIN : /tmp/evaluation/215700-1170100098/unknown.xml /tmp/evaluation/215700-1170100098/sugar18814.csp [Mon Jan 29 20:48:20 2007]
0.10	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/215700-1170100098/sugar-v0-40.jar -convert /tmp/evaluation/215700-1170100098/unknown.xml /tmp/evaluation/215700-1170100098/sugar18814.csp
0.21	c BEGIN convert /tmp/evaluation/215700-1170100098/unknown.xml
1.37	c END convert (1.156005 seconds)
1.42	c # CONVERT_XML  END : /tmp/evaluation/215700-1170100098/sugar18814.csp 89201 bytes (1 seconds) [Mon Jan 29 20:48:21 2007]
1.42	c # CONVERT_XML  CPU : 1.26 = 0 + 0 + 1.21 + 0.05
1.42	
1.42	c # GENERATE_SAT  BEGIN : /tmp/evaluation/215700-1170100098/sugar18814.bcnf [Mon Jan 29 20:48:21 2007]
1.42	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/215700-1170100098/sugar-v0-40.jar -bcnf -map /tmp/evaluation/215700-1170100098/sugar18814.map /tmp/evaluation/215700-1170100098/sugar18814.csp /tmp/evaluation/215700-1170100098/sugar18814.bcnf
1.54	c BEGIN parse /tmp/evaluation/215700-1170100098/sugar18814.csp
25.69	c END parse (24.152771 seconds)
25.69	c BEGIN simplify
25.70	c END simplify (0.006521 seconds)
25.70	c BEGIN encode /tmp/evaluation/215700-1170100098/sugar18814.bcnf
40.08	c END encode (14.378918 seconds)
40.18	c # GENERATE_SAT  END : 98202 variables 14888340 clauses 237037592 bytes (39 seconds) [Mon Jan 29 20:49:00 2007]
40.18	c # GENERATE_SAT  CPU : 37.58 = 0.06 + 0.01 + 36.52 + 0.99
40.18	
40.18	c # SOLVE_SAT  BEGIN : /tmp/evaluation/215700-1170100098/sugar18814.bcnf [Mon Jan 29 20:49:00 2007]
40.18	c # CMD : /tmp/evaluation/215700-1170100098/minisat /tmp/evaluation/215700-1170100098/sugar18814.bcnf /tmp/evaluation/215700-1170100098/sugar18814.out
48.64	c ==================================[MINISAT]===================================
48.64	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
48.64	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
48.64	c ==============================================================================
48.64	c |         0 | 14416015 42948498 | 4805338       0        0     nan |  0.000 % |
53.34	c |       101 | 14416031 42948498 | 5285871      72     1034    14.4 |  3.799 % |
62.21	c |       251 | 14416058 42948498 | 5814458     154     2289    14.9 |  5.593 % |
70.20	c |       476 | 14416089 42948498 | 6395904     327     5710    17.5 |  6.626 % |
79.91	c |       814 | 14416126 42948498 | 7035495     608    11737    19.3 |  7.022 % |
95.46	c |      1322 | 14416171 42948498 | 7739044    1044    20529    19.7 |  7.840 % |
114.03	c |      2081 | 14416261 42948498 | 8512949    1696    36330    21.4 |  8.177 % |
145.87	c |      3221 | 14416313 42948498 | 9364244    2773    63821    23.0 |  8.788 % |
181.93	c |      4932 | 14416377 42948498 | 10300668    4412   113251    25.7 |  9.096 % |
256.55	c |      7494 | 13210344 39385947 | 11330735    6874   219597    31.9 |  9.391 % |
341.58	c ==============================================================================
341.83	c restarts              : 10
341.83	c conflicts             : 11098          (37 /sec)
341.83	c decisions             : 29548          (99 /sec)
341.83	c propagations          : 76025632       (255036 /sec)
341.83	c conflict literals     : 383677         (16.77 % deleted)
341.83	c Memory used           : 595.10 MB
341.83	c CPU time              : 298.098 s
341.83	c 
341.83	c SATISFIABLE
341.98	c # SOLVE_SAT  END : SATISFIABLE (302 seconds) [Mon Jan 29 20:54:02 2007]
341.98	c # SOLVE_SAT  CPU : 299.86 = 0 + 0 + 298.14 + 1.72
341.98	
341.98	c # RESULT : SATISFIABLE
341.98	
341.98	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 20:54:02 2007]
346.64	c BEGIN read SAT output /tmp/evaluation/215700-1170100098/sugar18814.out
346.73	c END read SAT output (0.094167 seconds)
346.73	c BEGIN write solution /tmp/evaluation/215700-1170100098/sugar18814.sol
347.31	c END write solution (0.581218 seconds)
347.37	s SATISFIABLE
347.37	v 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 1 0 0 0 0 0 0 1 1 0 1 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
347.40	c # OUTPUT_SOL  END :  (5 seconds) [Mon Jan 29 20:54:07 2007]
347.40	c # OUTPUT_SOL  CPU : 0.419999999999975 = 0.02 + 0.01 + 0.339999999999975 + 0.0500000000000003
347.40	
347.40	c # MAIN  END :  (347 seconds) [Mon Jan 29 20:54:07 2007]
347.40	c # MAIN  CPU : 339.12 = 0.08 + 0.02 + 336.21 + 2.81
347.40	

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/node72/watcher-215700-1170100098 -o ROOT/results/node72/solver-215700-1170100098 -C 1800 -M 900 /tmp/evaluation/215700-1170100098/solver /tmp/evaluation/215700-1170100098 /tmp/evaluation/215700-1170100098/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: 12.84 6.27 3.51 4/102 18815
/proc/meminfo: memFree=400216/2055920 swapFree=4191880/4192956
[pid=18814] ppid=18812 vsize=12268 CPUtime=0
/proc/18814/stat : 18814 (sugar) R 18812 18814 18387 0 -1 4194304 597 0 0 0 0 0 0 0 18 0 1 0 29977791 12562432 316 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234517920357 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/18814/statm: 3067 316 241 3 0 167 0

[startup+0.103588 s]
/proc/loadavg: 12.84 6.27 3.51 4/102 18815
/proc/meminfo: memFree=400216/2055920 swapFree=4191880/4192956
[pid=18814] ppid=18812 vsize=13592 CPUtime=0.03
/proc/18814/stat : 18814 (sugar) R 18812 18814 18387 0 -1 4194304 1025 0 0 0 3 0 0 0 18 0 1 0 29977791 13918208 744 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234531212830 0 0 4224 0 0 0 0 17 1 0 0
/proc/18814/statm: 3398 744 338 3 0 498 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13592

[startup+0.511621 s]
/proc/loadavg: 12.84 6.27 3.51 4/102 18815
/proc/meminfo: memFree=400216/2055920 swapFree=4191880/4192956
[pid=18814] ppid=18812 vsize=13724 CPUtime=0.03
/proc/18814/stat : 18814 (sugar) S 18812 18814 18387 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 29977791 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18814/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.3337 s]
/proc/loadavg: 12.84 6.27 3.51 2/110 18823
/proc/meminfo: memFree=376344/2055920 swapFree=4191880/4192956
[pid=18814] ppid=18812 vsize=13724 CPUtime=0.03
/proc/18814/stat : 18814 (sugar) S 18812 18814 18387 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 29977791 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18814/statm: 3431 805 368 3 0 531 0
[pid=18816] ppid=18814 vsize=807136 CPUtime=1.22
/proc/18816/stat : 18816 (java) R 18814 18814 18387 0 -1 0 7675 0 2 0 117 5 0 0 16 0 8 0 29977802 826507264 7416 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073707926 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18816/statm: 201784 7416 1697 14 0 189062 0
[pid=18816/tid=18817] ppid=18814 vsize=807136 CPUtime=0.03
/proc/18816/task/18817/stat : 18817 (java) S 18814 18814 18387 0 -1 64 1113 0 1 0 3 0 0 0 16 0 8 0 29977804 826507264 7416 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18816/tid=18818] ppid=18814 vsize=807136 CPUtime=0
/proc/18816/task/18818/stat : 18818 (java) S 18814 18814 18387 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 29977805 826507264 7416 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18816/tid=18819] ppid=18814 vsize=807136 CPUtime=0
/proc/18816/task/18819/stat : 18819 (java) S 18814 18814 18387 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 29977805 826507264 7416 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18816/tid=18820] ppid=18814 vsize=807136 CPUtime=0
/proc/18816/task/18820/stat : 18820 (java) S 18814 18814 18387 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29977808 826507264 7416 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18816/tid=18821] ppid=18814 vsize=807136 CPUtime=0.14
/proc/18816/task/18821/stat : 18821 (java) S 18814 18814 18387 0 -1 64 364 0 0 0 14 0 0 0 16 0 8 0 29977808 826507264 7416 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18816/tid=18822] ppid=18814 vsize=807136 CPUtime=0
/proc/18816/task/18822/stat : 18822 (java) S 18814 18814 18387 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29977808 826507264 7416 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18816/tid=18823] ppid=18814 vsize=807136 CPUtime=0
/proc/18816/task/18823/stat : 18823 (java) S 18814 18814 18387 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29977808 826507264 7416 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 820860

[startup+2.97883 s]
/proc/loadavg: 12.84 6.27 3.51 2/110 18831
/proc/meminfo: memFree=376152/2055920 swapFree=4191880/4192956
[pid=18814] ppid=18812 vsize=13724 CPUtime=1.3
/proc/18814/stat : 18814 (sugar) S 18812 18814 18387 0 -1 4194304 1190 7688 0 2 3 1 121 5 15 0 1 0 29977791 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18814/statm: 3431 809 371 3 0 531 0
[pid=18824] ppid=18814 vsize=807372 CPUtime=1.54
/proc/18824/stat : 18824 (java) R 18814 18814 18387 0 -1 0 8413 0 1 0 149 5 0 0 17 0 8 0 29977934 826748928 8156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073590767 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18824/statm: 201843 8156 1506 14 0 189121 0
[pid=18824/tid=18825] ppid=18814 vsize=807372 CPUtime=0.1
/proc/18824/task/18825/stat : 18825 (java) S 18814 18814 18387 0 -1 64 2115 0 0 0 9 1 0 0 17 0 8 0 29977937 826748928 8156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18824/tid=18826] ppid=18814 vsize=807372 CPUtime=0
/proc/18824/task/18826/stat : 18826 (java) S 18814 18814 18387 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 29977937 826748928 8156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18824/tid=18827] ppid=18814 vsize=807372 CPUtime=0
/proc/18824/task/18827/stat : 18827 (java) S 18814 18814 18387 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29977937 826748928 8156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18824/tid=18828] ppid=18814 vsize=807372 CPUtime=0
/proc/18824/task/18828/stat : 18828 (java) S 18814 18814 18387 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29977940 826748928 8156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18824/tid=18829] ppid=18814 vsize=807372 CPUtime=0.13
/proc/18824/task/18829/stat : 18829 (java) S 18814 18814 18387 0 -1 64 412 0 0 0 13 0 0 0 16 0 8 0 29977940 826748928 8156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18824/tid=18830] ppid=18814 vsize=807372 CPUtime=0
/proc/18824/task/18830/stat : 18830 (java) S 18814 18814 18387 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29977940 826748928 8156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18824/tid=18831] ppid=18814 vsize=807372 CPUtime=0
/proc/18824/task/18831/stat : 18831 (java) S 18814 18814 18387 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29977940 826748928 8156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 821096

[startup+6.18712 s]
/proc/loadavg: 12.93 6.40 3.56 2/110 18831
/proc/meminfo: memFree=372120/2055920 swapFree=4191880/4192956
[pid=18814] ppid=18812 vsize=13724 CPUtime=1.3
/proc/18814/stat : 18814 (sugar) S 18812 18814 18387 0 -1 4194304 1190 7688 0 2 3 1 121 5 15 0 1 0 29977791 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18814/statm: 3431 809 371 3 0 531 0
[pid=18824] ppid=18814 vsize=807372 CPUtime=4.74
/proc/18824/stat : 18824 (java) R 18814 18814 18387 0 -1 0 8575 0 1 0 469 5 0 0 21 0 8 0 29977934 826748928 8315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073591874 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18824/statm: 201843 8315 1506 14 0 189121 0
[pid=18824/tid=18825] ppid=18814 vsize=807372 CPUtime=0.12
/proc/18824/task/18825/stat : 18825 (java) S 18814 18814 18387 0 -1 64 2274 0 0 0 11 1 0 0 16 0 8 0 29977937 826748928 8315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18824/tid=18826] ppid=18814 vsize=807372 CPUtime=0
/proc/18824/task/18826/stat : 18826 (java) S 18814 18814 18387 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 29977937 826748928 8315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18824/tid=18827] ppid=18814 vsize=807372 CPUtime=0
/proc/18824/task/18827/stat : 18827 (java) S 18814 18814 18387 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29977937 826748928 8315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18824/tid=18828] ppid=18814 vsize=807372 CPUtime=0
/proc/18824/task/18828/stat : 18828 (java) S 18814 18814 18387 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29977940 826748928 8315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18824/tid=18829] ppid=18814 vsize=807372 CPUtime=0.13
/proc/18824/task/18829/stat : 18829 (java) S 18814 18814 18387 0 -1 64 412 0 0 0 13 0 0 0 16 0 8 0 29977940 826748928 8315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18824/tid=18830] ppid=18814 vsize=807372 CPUtime=0
/proc/18824/task/18830/stat : 18830 (java) S 18814 18814 18387 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29977940 826748928 8315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18824/tid=18831] ppid=18814 vsize=807372 CPUtime=0
/proc/18824/task/18831/stat : 18831 (java) S 18814 18814 18387 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29977940 826748928 8315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 821096

[startup+12.6625 s]
/proc/loadavg: 12.93 6.51 3.61 2/110 18831
/proc/meminfo: memFree=372760/2055920 swapFree=4191880/4192956
[pid=18814] ppid=18812 vsize=13724 CPUtime=1.3
/proc/18814/stat : 18814 (sugar) S 18812 18814 18387 0 -1 4194304 1190 7688 0 2 3 1 121 5 15 0 1 0 29977791 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18814/statm: 3431 809 371 3 0 531 0
[pid=18824] ppid=18814 vsize=807372 CPUtime=11.17
/proc/18824/stat : 18824 (java) R 18814 18814 18387 0 -1 0 9172 0 1 0 1111 6 0 0 17 0 8 0 29977934 826748928 8901 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073590607 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18824/statm: 201843 8901 1506 14 0 189121 0
[pid=18824/tid=18825] ppid=18814 vsize=807372 CPUtime=0.17
/proc/18824/task/18825/stat : 18825 (java) S 18814 18814 18387 0 -1 64 2860 0 0 0 16 1 0 0 16 0 8 0 29977937 826748928 8901 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18824/tid=18826] ppid=18814 vsize=807372 CPUtime=0
/proc/18824/task/18826/stat : 18826 (java) S 18814 18814 18387 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 29977937 826748928 8901 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18824/tid=18827] ppid=18814 vsize=807372 CPUtime=0
/proc/18824/task/18827/stat : 18827 (java) S 18814 18814 18387 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29977937 826748928 8901 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18824/tid=18828] ppid=18814 vsize=807372 CPUtime=0
/proc/18824/task/18828/stat : 18828 (java) S 18814 18814 18387 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29977940 826748928 8901 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18824/tid=18829] ppid=18814 vsize=807372 CPUtime=0.13
/proc/18824/task/18829/stat : 18829 (java) S 18814 18814 18387 0 -1 64 412 0 0 0 13 0 0 0 16 0 8 0 29977940 826748928 8901 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18824/tid=18830] ppid=18814 vsize=807372 CPUtime=0
/proc/18824/task/18830/stat : 18830 (java) S 18814 18814 18387 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29977940 826748928 8901 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18824/tid=18831] ppid=18814 vsize=807372 CPUtime=0
/proc/18824/task/18831/stat : 18831 (java) S 18814 18814 18387 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29977940 826748928 8901 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 821096

[startup+25.5497 s]
/proc/loadavg: 12.79 6.79 3.75 2/109 18831
/proc/meminfo: memFree=1338720/2055920 swapFree=4191880/4192956
[pid=18814] ppid=18812 vsize=13724 CPUtime=1.3
/proc/18814/stat : 18814 (sugar) S 18812 18814 18387 0 -1 4194304 1190 7688 0 2 3 1 121 5 15 0 1 0 29977791 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18814/statm: 3431 809 371 3 0 531 0
[pid=18824] ppid=18814 vsize=807372 CPUtime=24.01
/proc/18824/stat : 18824 (java) R 18814 18814 18387 0 -1 0 9558 0 1 0 2391 10 0 0 17 0 8 0 29977934 826748928 9265 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073592461 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18824/statm: 201843 9265 1506 14 0 189121 0
[pid=18824/tid=18825] ppid=18814 vsize=807372 CPUtime=0.26
/proc/18824/task/18825/stat : 18825 (java) S 18814 18814 18387 0 -1 64 3224 0 0 0 25 1 0 0 16 0 8 0 29977937 826748928 9265 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18824/tid=18826] ppid=18814 vsize=807372 CPUtime=0
/proc/18824/task/18826/stat : 18826 (java) S 18814 18814 18387 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 29977937 826748928 9265 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18824/tid=18827] ppid=18814 vsize=807372 CPUtime=0
/proc/18824/task/18827/stat : 18827 (java) S 18814 18814 18387 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29977937 826748928 9265 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18824/tid=18828] ppid=18814 vsize=807372 CPUtime=0
/proc/18824/task/18828/stat : 18828 (java) S 18814 18814 18387 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29977940 826748928 9265 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18824/tid=18829] ppid=18814 vsize=807372 CPUtime=0.13
/proc/18824/task/18829/stat : 18829 (java) S 18814 18814 18387 0 -1 64 412 0 0 0 13 0 0 0 16 0 8 0 29977940 826748928 9265 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18824/tid=18830] ppid=18814 vsize=807372 CPUtime=0
/proc/18824/task/18830/stat : 18830 (java) S 18814 18814 18387 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29977940 826748928 9265 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18824/tid=18831] ppid=18814 vsize=807372 CPUtime=0
/proc/18824/task/18831/stat : 18831 (java) S 18814 18814 18387 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29977940 826748928 9265 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 821096

[startup+51.167 s]
/proc/loadavg: 11.18 6.90 3.87 3/96 18832
/proc/meminfo: memFree=465160/2055920 swapFree=4191880/4192956
[pid=18814] ppid=18812 vsize=18160 CPUtime=38.87
/proc/18814/stat : 18814 (sugar) S 18812 18814 18387 0 -1 4194304 2386 18395 0 3 9 1 3773 104 16 0 1 0 29977791 18595840 1900 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18814/statm: 4540 1900 373 3 0 1640 0
[pid=18832] ppid=18814 vsize=598740 CPUtime=10.9
/proc/18832/stat : 18832 (minisat) R 18814 18814 18387 0 -1 0 146853 0 0 0 1001 89 0 0 25 0 1 0 29981809 613109760 145723 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18832/statm: 149685 145723 49 112 0 149569 0
Current children cumulated CPU time (s) 49.77
Current children cumulated vsize (KiB) 616900

[startup+102.399 s]
/proc/loadavg: 7.30 6.50 3.89 3/95 18839
/proc/meminfo: memFree=16152/2055920 swapFree=4191880/4192956
[pid=18814] ppid=18812 vsize=18160 CPUtime=38.87
/proc/18814/stat : 18814 (sugar) S 18812 18814 18387 0 -1 4194304 2386 18395 0 3 9 1 3773 104 16 0 1 0 29977791 18595840 1900 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18814/statm: 4540 1900 373 3 0 1640 0
[pid=18832] ppid=18814 vsize=607112 CPUtime=61.71
/proc/18832/stat : 18832 (minisat) R 18814 18814 18387 0 -1 0 148938 0 0 0 6066 105 0 0 25 0 1 0 29981809 621682688 147808 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18832/statm: 151778 147808 51 112 0 151662 0
Current children cumulated CPU time (s) 100.58
Current children cumulated vsize (KiB) 625272

[startup+162.428 s]
/proc/loadavg: 5.18 6.03 3.89 2/95 18840
/proc/meminfo: memFree=16472/2055920 swapFree=4191880/4192956
[pid=18814] ppid=18812 vsize=18160 CPUtime=38.87
/proc/18814/stat : 18814 (sugar) S 18812 18814 18387 0 -1 4194304 2386 18395 0 3 9 1 3773 104 16 0 1 0 29977791 18595840 1900 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18814/statm: 4540 1900 373 3 0 1640 0
[pid=18832] ppid=18814 vsize=609116 CPUtime=121.47
/proc/18832/stat : 18832 (minisat) R 18814 18814 18387 0 -1 0 149414 0 0 0 12025 122 0 0 25 0 1 0 29981809 623734784 148284 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18832/statm: 152279 148284 51 112 0 152163 0
Current children cumulated CPU time (s) 160.34
Current children cumulated vsize (KiB) 627276

[startup+222.431 s]
/proc/loadavg: 4.76 5.75 3.93 3/95 18842
/proc/meminfo: memFree=15448/2055920 swapFree=4191880/4192956
[pid=18814] ppid=18812 vsize=18160 CPUtime=38.87
/proc/18814/stat : 18814 (sugar) S 18812 18814 18387 0 -1 4194304 2386 18395 0 3 9 1 3773 104 16 0 1 0 29977791 18595840 1900 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18814/statm: 4540 1900 373 3 0 1640 0
[pid=18832] ppid=18814 vsize=609380 CPUtime=181.2
/proc/18832/stat : 18832 (minisat) R 18814 18814 18387 0 -1 0 149507 0 0 0 17986 134 0 0 25 0 1 0 29981809 624005120 148377 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18832/statm: 152345 148377 51 112 0 152229 0
Current children cumulated CPU time (s) 220.07
Current children cumulated vsize (KiB) 627540

[startup+282.457 s]
/proc/loadavg: 4.90 5.61 3.99 2/95 18843
/proc/meminfo: memFree=19800/2055920 swapFree=4191880/4192956
[pid=18814] ppid=18812 vsize=18160 CPUtime=38.87
/proc/18814/stat : 18814 (sugar) S 18812 18814 18387 0 -1 4194304 2386 18395 0 3 9 1 3773 104 16 0 1 0 29977791 18595840 1900 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18814/statm: 4540 1900 373 3 0 1640 0
[pid=18832] ppid=18814 vsize=609380 CPUtime=240.59
/proc/18832/stat : 18832 (minisat) R 18814 18814 18387 0 -1 0 149507 0 1 0 23912 147 0 0 25 0 1 0 29981809 624005120 148378 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18832/statm: 152345 148378 52 112 0 152229 0
Current children cumulated CPU time (s) 279.46
Current children cumulated vsize (KiB) 627540

[startup+342.503 s]
/proc/loadavg: 4.92 5.53 4.07 2/95 18846
/proc/meminfo: memFree=605976/2055920 swapFree=4191880/4192956
[pid=18814] ppid=18812 vsize=18160 CPUtime=338.73
/proc/18814/stat : 18814 (sugar) S 18812 18814 18387 0 -1 4194304 2427 167909 0 5 9 1 33587 276 15 0 1 0 29977791 18595840 1900 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18814/statm: 4540 1900 373 3 0 1640 0
[pid=18846] ppid=18814 vsize=18160 CPUtime=0
/proc/18846/stat : 18846 (sugar) D 18814 18814 18387 0 -1 4194368 14 0 0 0 0 0 0 0 18 0 1 0 30011989 18595840 1900 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234517753127 0 0 4096 16386 18446744071563608240 0 0 17 1 0 0
/proc/18846/statm: 4540 1900 373 3 0 1640 0
Current children cumulated CPU time (s) 338.73
Current children cumulated vsize (KiB) 36320

Child status: 0
Real time (s): 347.405
CPU time (s): 339.182
CPU user time (s): 336.332
CPU system time (s): 2.85057
CPU usage (%): 97.633
Max. virtual memory (cumulated for all children) (KiB): 825324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 336.332
system time used= 2.85057
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176580
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2525
involuntary context switches= 10800

runsolver used 0.335948 s user time and 0.91786 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Mon Jan 29 19:48:20 UTC 2007


IDJOB= 215700
IDBENCH= 5021
IDSOLVER= 86
FILE ID= node72/215700-1170100098

PBS_JOBID= 3689735

Free space on /tmp= 64563 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/mps/mps-cracpb1.xml
COMMAND LINE= /tmp/evaluation/215700-1170100098/solver /tmp/evaluation/215700-1170100098 /tmp/evaluation/215700-1170100098/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-215700-1170100098 -o ROOT/results/node72/solver-215700-1170100098 -C 1800 -M 900  /tmp/evaluation/215700-1170100098/solver /tmp/evaluation/215700-1170100098 /tmp/evaluation/215700-1170100098/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  467d227e8abed75ae8ce50faa143473e

RANDOM SEED= 337239152

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.236
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.236
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:        400824 kB
Buffers:          2960 kB
Cached:         448832 kB
SwapCached:          0 kB
Active:        1161064 kB
Inactive:       415452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        400824 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           45648 kB
Writeback:      292404 kB
Mapped:        1148948 kB
Slab:            61264 kB
Committed_AS:  1502968 kB
PageTables:       4252 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= 63125 MiB



End job on node72 on Mon Jan 29 19:54:10 UTC 2007