Trace number 213997

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.40? (TO) 1800.08 1809.75

General information on the benchmark

NamepseudoSeries/par/
par-32-2-c.xml
MD5SUMec636a8cda30e8c96a0d243ae0d25948
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2606
Number of constraints6509
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6509
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/213997-1170099818/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/213997-1170099818/unknown.xml [Mon Jan 29 20:43:43 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/213997-1170099818/unknown.xml /tmp/evaluation/213997-1170099818/sugar27336.csp [Mon Jan 29 20:43:43 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/213997-1170099818/sugar-v0-40.jar -convert /tmp/evaluation/213997-1170099818/unknown.xml /tmp/evaluation/213997-1170099818/sugar27336.csp
0.18	c BEGIN convert /tmp/evaluation/213997-1170099818/unknown.xml
1.03	c END convert (0.84925 seconds)
1.08	c # CONVERT_XML  END : /tmp/evaluation/213997-1170099818/sugar27336.csp 259516 bytes (1 seconds) [Mon Jan 29 20:43:44 2007]
1.08	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
1.08	
1.08	c # GENERATE_SAT  BEGIN : /tmp/evaluation/213997-1170099818/sugar27336.bcnf [Mon Jan 29 20:43:44 2007]
1.08	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/213997-1170099818/sugar-v0-40.jar -bcnf -map /tmp/evaluation/213997-1170099818/sugar27336.map /tmp/evaluation/213997-1170099818/sugar27336.csp /tmp/evaluation/213997-1170099818/sugar27336.bcnf
1.21	c BEGIN parse /tmp/evaluation/213997-1170099818/sugar27336.csp
2.07	c END parse (0.853731 seconds)
2.07	c BEGIN simplify
2.07	c END simplify (0.005462 seconds)
2.07	c BEGIN encode /tmp/evaluation/213997-1170099818/sugar27336.bcnf
2.17	c END encode (0.098693 seconds)
2.24	c # GENERATE_SAT  END : 2606 variables 6509 clauses 97468 bytes (1 seconds) [Mon Jan 29 20:43:45 2007]
2.24	c # GENERATE_SAT  CPU : 0.03 = 0.03 + 0 + 0 + 0
2.24	
2.24	c # SOLVE_SAT  BEGIN : /tmp/evaluation/213997-1170099818/sugar27336.bcnf [Mon Jan 29 20:43:45 2007]
2.24	c # CMD : /tmp/evaluation/213997-1170099818/minisat /tmp/evaluation/213997-1170099818/sugar27336.bcnf /tmp/evaluation/213997-1170099818/sugar27336.out
2.25	c ==================================[MINISAT]===================================
2.25	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
2.25	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
2.25	c ==============================================================================
2.25	c |         0 |    6509    17852 |    2169       0        0     nan |  0.000 % |
2.26	c |       101 |    6512    17852 |    2385      98     2581    26.3 |  0.000 % |
2.29	c |       251 |    6513    17852 |    2624     247     8265    33.5 |  0.000 % |
2.33	c |       476 |    6515    17852 |    2886     470    14636    31.1 |  0.000 % |
2.38	c |       813 |    6517    17852 |    3175     805    23492    29.2 |  0.000 % |
2.46	c |      1320 |    6518    17852 |    3493    1311    38260    29.2 |  0.000 % |
2.58	c |      2079 |    6519    17852 |    3842    2069    58980    28.5 |  0.000 % |
2.77	c |      3218 |    6519    17852 |    4226    3208    92055    28.7 |  0.000 % |
3.05	c |      4927 |    6522    17852 |    4649    2759    72991    26.5 |  0.000 % |
3.53	c |      7489 |    6523    17852 |    5114    2896    72218    24.9 |  0.000 % |
4.21	c |     11335 |    6524    17852 |    5625    4125   101083    24.5 |  0.000 % |
5.27	c |     17101 |    6534    17852 |    6188    4166    98877    23.7 |  0.000 % |
6.85	c |     25751 |    6534    17852 |    6807    6363   233790    36.7 |  0.000 % |
9.40	c |     38725 |    6542    17852 |    7487    5537   135087    24.4 |  0.000 % |
13.42	c |     58187 |    6549    17852 |    8236    6033   140407    23.3 |  0.000 % |
19.71	c |     87379 |    6562    17852 |    9060    6087   139128    22.9 |  0.000 % |
28.98	c |    131169 |    6577    17852 |    9966    8721   201265    23.1 |  0.000 % |
43.36	c |    196854 |    6591    17852 |   10963    9098   204159    22.4 |  0.000 % |
65.23	c |    295380 |    6618    17852 |   12059    8179   182956    22.4 |  0.000 % |
99.38	c |    443170 |    6633    17852 |   13265   10217   249039    24.4 |  0.000 % |
150.46	c |    664854 |    6657    17852 |   14591   11515   247846    21.5 |  0.000 % |
225.42	c |    997380 |    6681    17852 |   16051   13768   283038    20.6 |  0.000 % |
339.84	c |   1496169 |    6706    17852 |   17656   12071   250138    20.7 |  0.000 % |
521.48	c |   2244351 |    6718    17846 |   19421   14555   280635    19.3 |  0.077 % |
812.71	c |   3366626 |    6733    17846 |   21364   14971   284795    19.0 |  0.077 % |
1271.85	c |   5050037 |    6753    17846 |   23500   14499   295953    20.4 |  0.077 % |
1809.35	s UNKNOWN
1809.35	c # ERROR No such file or directory /tmp/evaluation/213997-1170099818/sugar27336.out, at /tmp/evaluation/213997-1170099818/sugar line 393.
1809.35	
1809.35	c # MAIN  END :  (1809 seconds) [Mon Jan 29 21:13:52 2007]
1809.35	c # MAIN  CPU : 1798.03 = 0.03 + 0 + 1792.11 + 5.89
1809.35	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node17/watcher-213997-1170099818 -o ROOT/results/node17/solver-213997-1170099818 -C 1800 -M 900 /tmp/evaluation/213997-1170099818/solver /tmp/evaluation/213997-1170099818 /tmp/evaluation/213997-1170099818/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.51 2.86 2.86 5/94 27337
/proc/meminfo: memFree=16208/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=18540 CPUtime=0
/proc/27336/stat : 27336 (runsolver) R 27334 27336 27271 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 29936523 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27336/statm: 4635 279 244 17 0 2626 0

[startup+0.132033 s]
/proc/loadavg: 2.51 2.86 2.86 5/94 27337
/proc/meminfo: memFree=16208/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=13724 CPUtime=0.04
/proc/27336/stat : 27336 (sugar) S 27334 27336 27271 0 -1 4194304 1112 0 0 0 4 0 0 0 20 0 1 0 29936523 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27336/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.540076 s]
/proc/loadavg: 2.51 2.86 2.86 5/94 27337
/proc/meminfo: memFree=16208/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=13724 CPUtime=0.04
/proc/27336/stat : 27336 (sugar) S 27334 27336 27271 0 -1 4194304 1121 0 0 0 4 0 0 0 15 0 1 0 29936523 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27336/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.36316 s]
/proc/loadavg: 2.63 2.87 2.87 3/99 27349
/proc/meminfo: memFree=42792/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=13724 CPUtime=0.04
/proc/27336/stat : 27336 (sugar) S 27334 27336 27271 0 -1 4194304 1188 0 0 0 4 0 0 0 15 0 1 0 29936523 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27336/statm: 3431 808 370 3 0 531 0
[pid=27338] ppid=27336 vsize=0 CPUtime=0.95
/proc/27338/stat : 27338 (java) Z 27336 27336 27271 0 -1 1036 10035 0 1 0 86 9 0 0 16 0 1 0 29936528 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27338/statm: 0 0 0 0 0 0 0
[pid=27346] ppid=27336 vsize=807064 CPUtime=0.26
/proc/27346/stat : 27346 (java) R 27336 27336 27271 0 -1 0 4020 0 1 0 23 3 0 0 17 0 8 0 29936631 826433536 3771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073481404 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27346/statm: 201766 3771 1482 14 0 189044 0
[pid=27346/tid=27347] ppid=27336 vsize=807064 CPUtime=0
/proc/27346/task/27347/stat : 27347 (java) S 27336 27336 27271 0 -1 64 5 0 0 0 0 0 0 0 19 0 8 0 29936634 826433536 3771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27346/tid=27348] ppid=27336 vsize=807064 CPUtime=0
/proc/27346/task/27348/stat : 27348 (java) S 27336 27336 27271 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 29936635 826433536 3771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27346/tid=27349] ppid=27336 vsize=807064 CPUtime=0
/proc/27346/task/27349/stat : 27349 (java) S 27336 27336 27271 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 29936635 826433536 3771 18446744073709551615 134512640 134570532 4294956464 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) 820788

[startup+3.01933 s]
/proc/loadavg: 2.63 2.87 2.87 4/98 27354
/proc/meminfo: memFree=38104/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=15756 CPUtime=0.07
/proc/27336/stat : 27336 (sugar) S 27334 27336 27271 0 -1 4194304 1811 0 0 0 7 0 0 0 15 0 1 0 29936523 16134144 1324 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27336/statm: 3939 1324 373 3 0 1039 0
[pid=27338] ppid=27336 vsize=0 CPUtime=0.95
/proc/27338/stat : 27338 (java) Z 27336 27336 27271 0 -1 1036 10035 0 1 0 86 9 0 0 16 0 1 0 29936528 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27338/statm: 0 0 0 0 0 0 0
[pid=27346] ppid=27336 vsize=0 CPUtime=1.06
/proc/27346/stat : 27346 (java) Z 27336 27336 27271 0 -1 1036 8821 0 1 0 99 7 0 0 17 0 1 0 29936631 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27346/statm: 0 0 0 0 0 0 0
[pid=27354] ppid=27336 vsize=2712 CPUtime=0.76
/proc/27354/stat : 27354 (minisat) R 27336 27336 27271 0 -1 0 374 0 0 0 76 0 0 0 24 0 1 0 29936747 2777088 335 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/27354/statm: 678 335 51 112 0 562 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 18468

[startup+6.30068 s]
/proc/loadavg: 2.66 2.88 2.87 3/97 27354
/proc/meminfo: memFree=15136/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=15756 CPUtime=0.07
/proc/27336/stat : 27336 (sugar) S 27334 27336 27271 0 -1 4194304 1811 0 0 0 7 0 0 0 16 0 1 0 29936523 16134144 1324 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27336/statm: 3939 1324 373 3 0 1039 0
[pid=27338] ppid=27336 vsize=0 CPUtime=0.95
/proc/27338/stat : 27338 (java) Z 27336 27336 27271 0 -1 1036 10035 0 1 0 86 9 0 0 16 0 1 0 29936528 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27338/statm: 0 0 0 0 0 0 0
[pid=27346] ppid=27336 vsize=0 CPUtime=1.06
/proc/27346/stat : 27346 (java) Z 27336 27336 27271 0 -1 1036 8821 0 1 0 99 7 0 0 17 0 1 0 29936631 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27346/statm: 0 0 0 0 0 0 0
[pid=27354] ppid=27336 vsize=3368 CPUtime=3.99
/proc/27354/stat : 27354 (minisat) R 27336 27336 27271 0 -1 0 531 0 0 0 397 2 0 0 25 0 1 0 29936747 3448832 492 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27354/statm: 842 492 51 112 0 726 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 19124

[startup+12.7834 s]
/proc/loadavg: 2.68 2.88 2.87 3/97 27354
/proc/meminfo: memFree=16288/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=15756 CPUtime=0.07
/proc/27336/stat : 27336 (sugar) S 27334 27336 27271 0 -1 4194304 1811 0 0 0 7 0 0 0 16 0 1 0 29936523 16134144 1324 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27336/statm: 3939 1324 373 3 0 1039 0
[pid=27338] ppid=27336 vsize=0 CPUtime=0.95
/proc/27338/stat : 27338 (java) Z 27336 27336 27271 0 -1 1036 10035 0 1 0 86 9 0 0 16 0 1 0 29936528 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27338/statm: 0 0 0 0 0 0 0
[pid=27346] ppid=27336 vsize=0 CPUtime=1.06
/proc/27346/stat : 27346 (java) Z 27336 27336 27271 0 -1 1036 8821 0 1 0 99 7 0 0 17 0 1 0 29936631 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27346/statm: 0 0 0 0 0 0 0
[pid=27354] ppid=27336 vsize=3500 CPUtime=10.41
/proc/27354/stat : 27354 (minisat) R 27336 27336 27271 0 -1 0 590 0 0 0 1039 2 0 0 25 0 1 0 29936747 3584000 551 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525915 0 0 4096 3 0 0 0 17 1 0 0
/proc/27354/statm: 875 551 51 112 0 759 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 19256

[startup+25.6172 s]
/proc/loadavg: 2.73 2.88 2.87 3/97 27354
/proc/meminfo: memFree=15840/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=15756 CPUtime=0.07
/proc/27336/stat : 27336 (sugar) S 27334 27336 27271 0 -1 4194304 1811 0 0 0 7 0 0 0 16 0 1 0 29936523 16134144 1324 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27336/statm: 3939 1324 373 3 0 1039 0
[pid=27338] ppid=27336 vsize=0 CPUtime=0.95
/proc/27338/stat : 27338 (java) Z 27336 27336 27271 0 -1 1036 10035 0 1 0 86 9 0 0 16 0 1 0 29936528 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27338/statm: 0 0 0 0 0 0 0
[pid=27346] ppid=27336 vsize=0 CPUtime=1.06
/proc/27346/stat : 27346 (java) Z 27336 27336 27271 0 -1 1036 8821 0 1 0 99 7 0 0 17 0 1 0 29936631 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27346/statm: 0 0 0 0 0 0 0
[pid=27354] ppid=27336 vsize=3668 CPUtime=23.1
/proc/27354/stat : 27354 (minisat) R 27336 27336 27271 0 -1 0 625 0 0 0 2302 8 0 0 25 0 1 0 29936747 3756032 586 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528154 0 0 4096 3 0 0 0 17 1 0 0
/proc/27354/statm: 917 586 51 112 0 801 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 19424

[startup+51.2739 s]
/proc/loadavg: 3.04 2.94 2.89 3/97 27354
/proc/meminfo: memFree=15584/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=15756 CPUtime=0.07
/proc/27336/stat : 27336 (sugar) S 27334 27336 27271 0 -1 4194304 1811 0 0 0 7 0 0 0 16 0 1 0 29936523 16134144 1324 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27336/statm: 3939 1324 373 3 0 1039 0
[pid=27338] ppid=27336 vsize=0 CPUtime=0.95
/proc/27338/stat : 27338 (java) Z 27336 27336 27271 0 -1 1036 10035 0 1 0 86 9 0 0 16 0 1 0 29936528 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27338/statm: 0 0 0 0 0 0 0
[pid=27346] ppid=27336 vsize=0 CPUtime=1.06
/proc/27346/stat : 27346 (java) Z 27336 27336 27271 0 -1 1036 8821 0 1 0 99 7 0 0 17 0 1 0 29936631 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27346/statm: 0 0 0 0 0 0 0
[pid=27354] ppid=27336 vsize=4208 CPUtime=48.47
/proc/27354/stat : 27354 (minisat) R 27336 27336 27271 0 -1 0 743 0 0 0 4829 18 0 0 25 0 1 0 29936747 4308992 704 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/27354/statm: 1052 704 51 112 0 936 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 19964

[startup+102.496 s]
/proc/loadavg: 3.80 3.18 2.97 2/90 27357
/proc/meminfo: memFree=1901984/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=15756 CPUtime=0.07
/proc/27336/stat : 27336 (sugar) S 27334 27336 27271 0 -1 4194304 1811 0 0 0 7 0 0 0 16 0 1 0 29936523 16134144 1324 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27336/statm: 3939 1324 373 3 0 1039 0
[pid=27338] ppid=27336 vsize=0 CPUtime=0.95
/proc/27338/stat : 27338 (java) Z 27336 27336 27271 0 -1 1036 10035 0 1 0 86 9 0 0 16 0 1 0 29936528 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27338/statm: 0 0 0 0 0 0 0
[pid=27346] ppid=27336 vsize=0 CPUtime=1.06
/proc/27346/stat : 27346 (java) Z 27336 27336 27271 0 -1 1036 8821 0 1 0 99 7 0 0 17 0 1 0 29936631 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27346/statm: 0 0 0 0 0 0 0
[pid=27354] ppid=27336 vsize=4792 CPUtime=99.17
/proc/27354/stat : 27354 (minisat) R 27336 27336 27271 0 -1 0 892 0 0 0 9884 33 0 0 25 0 1 0 29936747 4907008 853 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27354/statm: 1198 853 51 112 0 1082 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 20548

[startup+162.545 s]
/proc/loadavg: 2.57 2.94 2.90 3/97 27492
/proc/meminfo: memFree=1828648/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=15756 CPUtime=0.07
/proc/27336/stat : 27336 (sugar) S 27334 27336 27271 0 -1 4194304 1811 0 0 0 7 0 0 0 16 0 1 0 29936523 16134144 1324 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27336/statm: 3939 1324 373 3 0 1039 0
[pid=27338] ppid=27336 vsize=0 CPUtime=0.95
/proc/27338/stat : 27338 (java) Z 27336 27336 27271 0 -1 1036 10035 0 1 0 86 9 0 0 16 0 1 0 29936528 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27338/statm: 0 0 0 0 0 0 0
[pid=27346] ppid=27336 vsize=0 CPUtime=1.06
/proc/27346/stat : 27346 (java) Z 27336 27336 27271 0 -1 1036 8821 0 1 0 99 7 0 0 17 0 1 0 29936631 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27346/statm: 0 0 0 0 0 0 0
[pid=27354] ppid=27336 vsize=5220 CPUtime=158.39
/proc/27354/stat : 27354 (minisat) R 27336 27336 27271 0 -1 0 972 0 0 0 15795 44 0 0 25 0 1 0 29936747 5345280 933 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27354/statm: 1305 933 51 112 0 1189 0
Current children cumulated CPU time (s) 160.47
Current children cumulated vsize (KiB) 20976

[startup+222.575 s]
/proc/loadavg: 1.95 2.70 2.82 2/84 28013
/proc/meminfo: memFree=1861072/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=15756 CPUtime=0.07
/proc/27336/stat : 27336 (sugar) S 27334 27336 27271 0 -1 4194304 1811 0 0 0 7 0 0 0 16 0 1 0 29936523 16134144 1324 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27336/statm: 3939 1324 373 3 0 1039 0
[pid=27338] ppid=27336 vsize=0 CPUtime=0.95
/proc/27338/stat : 27338 (java) Z 27336 27336 27271 0 -1 1036 10035 0 1 0 86 9 0 0 16 0 1 0 29936528 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27338/statm: 0 0 0 0 0 0 0
[pid=27346] ppid=27336 vsize=0 CPUtime=1.06
/proc/27346/stat : 27346 (java) Z 27336 27336 27271 0 -1 1036 8821 0 1 0 99 7 0 0 17 0 1 0 29936631 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27346/statm: 0 0 0 0 0 0 0
[pid=27354] ppid=27336 vsize=5392 CPUtime=218.28
/proc/27354/stat : 27354 (minisat) R 27336 27336 27271 0 -1 0 1024 0 0 0 21773 55 0 0 25 0 1 0 29936747 5521408 985 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/27354/statm: 1348 985 51 112 0 1232 0
Current children cumulated CPU time (s) 220.36
Current children cumulated vsize (KiB) 21148

[startup+282.616 s]

################
# More data... #
################

/proc/27338/stat : 27338 (java) Z 27336 27336 27271 0 -1 1036 10035 0 1 0 86 9 0 0 16 0 1 0 29936528 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27338/statm: 0 0 0 0 0 0 0
[pid=27346] ppid=27336 vsize=0 CPUtime=1.06
/proc/27346/stat : 27346 (java) Z 27336 27336 27271 0 -1 1036 8821 0 1 0 99 7 0 0 17 0 1 0 29936631 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27346/statm: 0 0 0 0 0 0 0
[pid=27354] ppid=27336 vsize=8224 CPUtime=1355.71
/proc/27354/stat : 27354 (minisat) R 27336 27336 27271 0 -1 0 1693 0 0 0 135153 418 0 0 25 0 1 0 29936747 8421376 1654 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27354/statm: 2056 1654 51 112 0 1940 0
Current children cumulated CPU time (s) 1357.79
Current children cumulated vsize (KiB) 23980

[startup+1424.02 s]
/proc/loadavg: 2.66 2.74 2.77 3/98 28478
/proc/meminfo: memFree=15712/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=15756 CPUtime=0.07
/proc/27336/stat : 27336 (sugar) S 27334 27336 27271 0 -1 4194304 1811 0 0 0 7 0 0 0 16 0 1 0 29936523 16134144 1324 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27336/statm: 3939 1324 373 3 0 1039 0
[pid=27338] ppid=27336 vsize=0 CPUtime=0.95
/proc/27338/stat : 27338 (java) Z 27336 27336 27271 0 -1 1036 10035 0 1 0 86 9 0 0 16 0 1 0 29936528 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27338/statm: 0 0 0 0 0 0 0
[pid=27346] ppid=27336 vsize=0 CPUtime=1.06
/proc/27346/stat : 27346 (java) Z 27336 27336 27271 0 -1 1036 8821 0 1 0 99 7 0 0 17 0 1 0 29936631 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27346/statm: 0 0 0 0 0 0 0
[pid=27354] ppid=27336 vsize=8224 CPUtime=1415.33
/proc/27354/stat : 27354 (minisat) R 27336 27336 27271 0 -1 0 1695 0 0 0 141098 435 0 0 25 0 1 0 29936747 8421376 1656 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27354/statm: 2056 1656 51 112 0 1940 0
Current children cumulated CPU time (s) 1417.41
Current children cumulated vsize (KiB) 23980

[startup+1484.04 s]
/proc/loadavg: 2.96 2.82 2.79 3/98 28478
/proc/meminfo: memFree=16096/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=15756 CPUtime=0.07
/proc/27336/stat : 27336 (sugar) S 27334 27336 27271 0 -1 4194304 1811 0 0 0 7 0 0 0 16 0 1 0 29936523 16134144 1324 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27336/statm: 3939 1324 373 3 0 1039 0
[pid=27338] ppid=27336 vsize=0 CPUtime=0.95
/proc/27338/stat : 27338 (java) Z 27336 27336 27271 0 -1 1036 10035 0 1 0 86 9 0 0 16 0 1 0 29936528 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27338/statm: 0 0 0 0 0 0 0
[pid=27346] ppid=27336 vsize=0 CPUtime=1.06
/proc/27346/stat : 27346 (java) Z 27336 27336 27271 0 -1 1036 8821 0 1 0 99 7 0 0 17 0 1 0 29936631 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27346/statm: 0 0 0 0 0 0 0
[pid=27354] ppid=27336 vsize=8392 CPUtime=1474.92
/proc/27354/stat : 27354 (minisat) R 27336 27336 27271 0 -1 0 1730 0 0 0 147037 455 0 0 25 0 1 0 29936747 8593408 1691 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/27354/statm: 2098 1691 51 112 0 1982 0
Current children cumulated CPU time (s) 1477
Current children cumulated vsize (KiB) 24148

[startup+1544.09 s]
/proc/loadavg: 3.96 3.11 2.89 3/98 28478
/proc/meminfo: memFree=15264/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=15756 CPUtime=0.07
/proc/27336/stat : 27336 (sugar) S 27334 27336 27271 0 -1 4194304 1811 0 0 0 7 0 0 0 16 0 1 0 29936523 16134144 1324 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27336/statm: 3939 1324 373 3 0 1039 0
[pid=27338] ppid=27336 vsize=0 CPUtime=0.95
/proc/27338/stat : 27338 (java) Z 27336 27336 27271 0 -1 1036 10035 0 1 0 86 9 0 0 16 0 1 0 29936528 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27338/statm: 0 0 0 0 0 0 0
[pid=27346] ppid=27336 vsize=0 CPUtime=1.06
/proc/27346/stat : 27346 (java) Z 27336 27336 27271 0 -1 1036 8821 0 1 0 99 7 0 0 17 0 1 0 29936631 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27346/statm: 0 0 0 0 0 0 0
[pid=27354] ppid=27336 vsize=8392 CPUtime=1534.48
/proc/27354/stat : 27354 (minisat) R 27336 27336 27271 0 -1 0 1757 0 0 0 152964 484 0 0 25 0 1 0 29936747 8593408 1718 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/27354/statm: 2098 1718 51 112 0 1982 0
Current children cumulated CPU time (s) 1536.56
Current children cumulated vsize (KiB) 24148

[startup+1604.16 s]
/proc/loadavg: 3.09 3.02 2.87 3/98 28478
/proc/meminfo: memFree=14880/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=15756 CPUtime=0.07
/proc/27336/stat : 27336 (sugar) S 27334 27336 27271 0 -1 4194304 1811 0 0 0 7 0 0 0 16 0 1 0 29936523 16134144 1324 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27336/statm: 3939 1324 373 3 0 1039 0
[pid=27338] ppid=27336 vsize=0 CPUtime=0.95
/proc/27338/stat : 27338 (java) Z 27336 27336 27271 0 -1 1036 10035 0 1 0 86 9 0 0 16 0 1 0 29936528 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27338/statm: 0 0 0 0 0 0 0
[pid=27346] ppid=27336 vsize=0 CPUtime=1.06
/proc/27346/stat : 27346 (java) Z 27336 27336 27271 0 -1 1036 8821 0 1 0 99 7 0 0 17 0 1 0 29936631 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27346/statm: 0 0 0 0 0 0 0
[pid=27354] ppid=27336 vsize=8560 CPUtime=1594.15
/proc/27354/stat : 27354 (minisat) R 27336 27336 27271 0 -1 0 1769 0 0 0 158908 507 0 0 25 0 1 0 29936747 8765440 1730 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527267 0 0 4096 3 0 0 0 17 1 0 0
/proc/27354/statm: 2140 1730 51 112 0 2024 0
Current children cumulated CPU time (s) 1596.23
Current children cumulated vsize (KiB) 24316

[startup+1664.21 s]
/proc/loadavg: 2.63 2.91 2.84 3/98 28478
/proc/meminfo: memFree=15136/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=15756 CPUtime=0.07
/proc/27336/stat : 27336 (sugar) S 27334 27336 27271 0 -1 4194304 1811 0 0 0 7 0 0 0 16 0 1 0 29936523 16134144 1324 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27336/statm: 3939 1324 373 3 0 1039 0
[pid=27338] ppid=27336 vsize=0 CPUtime=0.95
/proc/27338/stat : 27338 (java) Z 27336 27336 27271 0 -1 1036 10035 0 1 0 86 9 0 0 16 0 1 0 29936528 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27338/statm: 0 0 0 0 0 0 0
[pid=27346] ppid=27336 vsize=0 CPUtime=1.06
/proc/27346/stat : 27346 (java) Z 27336 27336 27271 0 -1 1036 8821 0 1 0 99 7 0 0 17 0 1 0 29936631 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27346/statm: 0 0 0 0 0 0 0
[pid=27354] ppid=27336 vsize=8560 CPUtime=1653.81
/proc/27354/stat : 27354 (minisat) R 27336 27336 27271 0 -1 0 1782 0 0 0 164850 531 0 0 25 0 1 0 29936747 8765440 1743 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/27354/statm: 2140 1743 51 112 0 2024 0
Current children cumulated CPU time (s) 1655.89
Current children cumulated vsize (KiB) 24316

[startup+1724.26 s]
/proc/loadavg: 2.51 2.83 2.81 3/98 28478
/proc/meminfo: memFree=15200/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=15756 CPUtime=0.07
/proc/27336/stat : 27336 (sugar) S 27334 27336 27271 0 -1 4194304 1811 0 0 0 7 0 0 0 16 0 1 0 29936523 16134144 1324 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27336/statm: 3939 1324 373 3 0 1039 0
[pid=27338] ppid=27336 vsize=0 CPUtime=0.95
/proc/27338/stat : 27338 (java) Z 27336 27336 27271 0 -1 1036 10035 0 1 0 86 9 0 0 16 0 1 0 29936528 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27338/statm: 0 0 0 0 0 0 0
[pid=27346] ppid=27336 vsize=0 CPUtime=1.06
/proc/27346/stat : 27346 (java) Z 27336 27336 27271 0 -1 1036 8821 0 1 0 99 7 0 0 17 0 1 0 29936631 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27346/statm: 0 0 0 0 0 0 0
[pid=27354] ppid=27336 vsize=8864 CPUtime=1713.46
/proc/27354/stat : 27354 (minisat) R 27336 27336 27271 0 -1 0 1831 0 0 0 170794 552 0 0 25 0 1 0 29936747 9076736 1792 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27354/statm: 2216 1792 51 112 0 2100 0
Current children cumulated CPU time (s) 1715.54
Current children cumulated vsize (KiB) 24620

[startup+1784.36 s]
/proc/loadavg: 2.77 2.82 2.81 3/98 28478
/proc/meminfo: memFree=16224/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=15756 CPUtime=0.07
/proc/27336/stat : 27336 (sugar) S 27334 27336 27271 0 -1 4194304 1811 0 0 0 7 0 0 0 16 0 1 0 29936523 16134144 1324 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27336/statm: 3939 1324 373 3 0 1039 0
[pid=27338] ppid=27336 vsize=0 CPUtime=0.95
/proc/27338/stat : 27338 (java) Z 27336 27336 27271 0 -1 1036 10035 0 1 0 86 9 0 0 16 0 1 0 29936528 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27338/statm: 0 0 0 0 0 0 0
[pid=27346] ppid=27336 vsize=0 CPUtime=1.06
/proc/27346/stat : 27346 (java) Z 27336 27336 27271 0 -1 1036 8821 0 1 0 99 7 0 0 17 0 1 0 29936631 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27346/statm: 0 0 0 0 0 0 0
[pid=27354] ppid=27336 vsize=8864 CPUtime=1773.16
/proc/27354/stat : 27354 (minisat) R 27336 27336 27271 0 -1 0 1845 0 0 0 176737 579 0 0 25 0 1 0 29936747 9076736 1806 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525752 0 0 4096 3 0 0 0 17 1 0 0
/proc/27354/statm: 2216 1806 51 112 0 2100 0
Current children cumulated CPU time (s) 1775.24
Current children cumulated vsize (KiB) 24620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.34 s]
/proc/loadavg: 2.92 2.85 2.82 3/98 28478
/proc/meminfo: memFree=16032/2055920 swapFree=4192812/4192956
[pid=27336] ppid=27334 vsize=15756 CPUtime=0.07
/proc/27336/stat : 27336 (sugar) S 27334 27336 27271 0 -1 4194304 1811 0 0 0 7 0 0 0 16 0 1 0 29936523 16134144 1324 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27336/statm: 3939 1324 373 3 0 1039 0
[pid=27338] ppid=27336 vsize=0 CPUtime=0.95
/proc/27338/stat : 27338 (java) Z 27336 27336 27271 0 -1 1036 10035 0 1 0 86 9 0 0 16 0 1 0 29936528 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27338/statm: 0 0 0 0 0 0 0
[pid=27346] ppid=27336 vsize=0 CPUtime=1.06
/proc/27346/stat : 27346 (java) Z 27336 27336 27271 0 -1 1036 8821 0 1 0 99 7 0 0 17 0 1 0 29936631 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27346/statm: 0 0 0 0 0 0 0
[pid=27354] ppid=27336 vsize=9004 CPUtime=1798
/proc/27354/stat : 27354 (minisat) R 27336 27336 27271 0 -1 0 1859 0 0 0 179211 589 0 0 25 0 1 0 29936747 9220096 1820 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525599 0 0 4096 3 0 0 0 17 1 0 0
/proc/27354/statm: 2251 1820 51 112 0 2135 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 24760

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 27336 and gives childrusage.ru_utime.tv_sec=1792 childrusage.ru_utime.tv_usec=186546 childrusage.ru_stime.tv_sec=5 childrusage.ru_stime.tv_usec=906102
CPU time returned by wait4() is 1798.09
while last known CPU time is 1800.08

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1809.75
CPU time (s): 1800.08
CPU user time (s): 1794.03
CPU system time (s): 6.05
CPU usage (%): 99.4658
Max. virtual memory (cumulated for all children) (KiB): 821100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.19
system time used= 5.9061
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3760
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70
involuntary context switches= 44341

runsolver used 2.09668 s user time and 6.08707 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Mon Jan 29 19:43:40 UTC 2007


IDJOB= 213997
IDBENCH= 4890
IDSOLVER= 86
FILE ID= node17/213997-1170099818

PBS_JOBID= 3689504

Free space on /tmp= 38752 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/par/par-32-2-c.xml
COMMAND LINE= /tmp/evaluation/213997-1170099818/solver /tmp/evaluation/213997-1170099818 /tmp/evaluation/213997-1170099818/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-213997-1170099818 -o ROOT/results/node17/solver-213997-1170099818 -C 1800 -M 900  /tmp/evaluation/213997-1170099818/solver /tmp/evaluation/213997-1170099818 /tmp/evaluation/213997-1170099818/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  ec636a8cda30e8c96a0d243ae0d25948

RANDOM SEED= 950467401

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.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:         16688 kB
Buffers:          3532 kB
Cached:        1840764 kB
SwapCached:          0 kB
Active:         128248 kB
Inactive:      1814728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         16688 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          821252 kB
Writeback:           0 kB
Mapped:         124316 kB
Slab:            80848 kB
Committed_AS:   575160 kB
PageTables:       2308 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= 42792 MiB



End job on node17 on Mon Jan 29 20:13:55 UTC 2007