Trace number 252616

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.04 1809.37

General information on the benchmark

NamesocialGolfers/
socialGolfer-7-4-8.xml
MD5SUM23e58d9dc3ec1616694b4f0d92e487d3
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 variables5264
Number of constraints28552
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension28552
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/252616-1170112296/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/252616-1170112296/unknown.xml [Tue Jan 30 00:11:37 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/252616-1170112296/unknown.xml /tmp/evaluation/252616-1170112296/sugar30951.csp [Tue Jan 30 00:11:37 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/252616-1170112296/sugar-v0-40.jar -convert /tmp/evaluation/252616-1170112296/unknown.xml /tmp/evaluation/252616-1170112296/sugar30951.csp
0.17	c BEGIN convert /tmp/evaluation/252616-1170112296/unknown.xml
2.38	c END convert (2.214886 seconds)
2.43	c # CONVERT_XML  END : /tmp/evaluation/252616-1170112296/sugar30951.csp 1075060 bytes (3 seconds) [Tue Jan 30 00:11:40 2007]
2.43	c # CONVERT_XML  CPU : 0.01 = 0 + 0.01 + 0 + 0
2.43	
2.43	c # GENERATE_SAT  BEGIN : /tmp/evaluation/252616-1170112296/sugar30951.bcnf [Tue Jan 30 00:11:40 2007]
2.43	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/252616-1170112296/sugar-v0-40.jar -bcnf -map /tmp/evaluation/252616-1170112296/sugar30951.map /tmp/evaluation/252616-1170112296/sugar30951.csp /tmp/evaluation/252616-1170112296/sugar30951.bcnf
2.55	c BEGIN parse /tmp/evaluation/252616-1170112296/sugar30951.csp
6.59	c END parse (4.039754 seconds)
6.59	c BEGIN simplify
6.61	c END simplify (0.015801 seconds)
6.61	c BEGIN encode /tmp/evaluation/252616-1170112296/sugar30951.bcnf
7.00	c END encode (0.395062 seconds)
7.22	c # GENERATE_SAT  END : 27648 variables 145288 clauses 2055960 bytes (4 seconds) [Tue Jan 30 00:11:44 2007]
7.22	c # GENERATE_SAT  CPU : 4.69 = 0.15 + 0.01 + 4.41 + 0.12
7.22	
7.22	c # SOLVE_SAT  BEGIN : /tmp/evaluation/252616-1170112296/sugar30951.bcnf [Tue Jan 30 00:11:44 2007]
7.22	c # CMD : /tmp/evaluation/252616-1170112296/minisat /tmp/evaluation/252616-1170112296/sugar30951.bcnf /tmp/evaluation/252616-1170112296/sugar30951.out
7.31	c ==================================[MINISAT]===================================
7.31	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
7.31	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
7.31	c ==============================================================================
7.31	c |         0 |  119680   324064 |   39893       0        0     nan |  0.000 % |
7.37	c |       101 |  119723   324064 |   43882      58      927    16.0 | 20.313 % |
7.42	c |       251 |  119731   324064 |   48270     200     3319    16.6 | 20.313 % |
7.44	c |       476 |  119733   324064 |   53097     423     8371    19.8 | 20.313 % |
7.48	c |       815 |  119738   324064 |   58407     757    16750    22.1 | 20.313 % |
7.52	c |      1321 |  119739   324064 |   64248    1262    27481    21.8 | 20.313 % |
7.57	c |      2081 |  119745   324064 |   70672    2016    44097    21.9 | 20.313 % |
7.63	c |      3221 |  119747   324064 |   77740    3154    64238    20.4 | 20.313 % |
7.72	c |      4930 |  119755   324064 |   85514    4855   108845    22.4 | 20.313 % |
7.87	c |      7493 |  119761   324064 |   94065    7412   162057    21.9 | 20.313 % |
8.21	c |     11338 |  119765   324064 |  103472   11253   291513    25.9 | 20.313 % |
8.64	c |     17104 |  119774   324064 |  113819   17010   468221    27.5 | 20.313 % |
9.62	c |     25754 |  119793   324064 |  125201   25641   743346    29.0 | 20.313 % |
11.21	c |     38731 |  119820   324064 |  137721   38591  1174561    30.4 | 20.313 % |
13.93	c |     58192 |  119843   324064 |  151493   58029  1900574    32.8 | 20.313 % |
19.84	c |     87384 |  119934   324064 |  166642   87130  2980171    34.2 | 20.313 % |
35.31	c |    131173 |  120177   324064 |  183307  130676  4975237    38.1 | 20.313 % |
51.60	c |    196858 |  120345   324064 |  201637   20962  1210393    57.7 | 20.313 % |
86.29	c |    295384 |  120480   324064 |  221801  119353  7017845    58.8 | 20.313 % |
110.37	c |    443173 |  120664   324064 |  243981   51681  2283223    44.2 | 20.313 % |
268.50	c |    664856 |  120832   324064 |  268380   25314  5714252   225.7 | 20.313 % |
937.78	c |    997381 |  120991   324064 |  295218   99065 14208904   143.4 | 20.313 % |
1808.32	
1808.32	s UNKNOWN
1808.32	c # INTERRUPTED
1808.32	c # MAIN  END :  (1809 seconds) [Tue Jan 30 00:41:46 2007]
1808.32	c # MAIN  CPU : 4.7 = 0.15 + 0.02 + 4.41 + 0.12
1808.32	

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/node4/watcher-252616-1170112296 -o ROOT/results/node4/solver-252616-1170112296 -C 1800 -M 900 /tmp/evaluation/252616-1170112296/solver /tmp/evaluation/252616-1170112296 /tmp/evaluation/252616-1170112296/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.26 2.87 3.79 5/94 30952
/proc/meminfo: memFree=914400/2055920 swapFree=4192812/4192956
[pid=30951] ppid=30949 vsize=18540 CPUtime=0
/proc/30951/stat : 30951 (runsolver) R 30949 30951 30597 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 31184571 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30951/statm: 4635 279 244 17 0 2626 0

[startup+0.110317 s]
/proc/loadavg: 2.26 2.87 3.79 5/94 30952
/proc/meminfo: memFree=914400/2055920 swapFree=4192812/4192956
[pid=30951] ppid=30949 vsize=13724 CPUtime=0.04
/proc/30951/stat : 30951 (sugar) S 30949 30951 30597 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 31184571 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30951/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.518357 s]
/proc/loadavg: 2.26 2.87 3.79 5/94 30952
/proc/meminfo: memFree=914400/2055920 swapFree=4192812/4192956
[pid=30951] ppid=30949 vsize=13724 CPUtime=0.04
/proc/30951/stat : 30951 (sugar) S 30949 30951 30597 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 31184571 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30951/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34144 s]
/proc/loadavg: 2.26 2.87 3.79 4/102 30960
/proc/meminfo: memFree=854560/2055920 swapFree=4192812/4192956
[pid=30951] ppid=30949 vsize=13724 CPUtime=0.04
/proc/30951/stat : 30951 (sugar) S 30949 30951 30597 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 31184571 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30951/statm: 3431 805 368 3 0 531 0
[pid=30953] ppid=30951 vsize=807288 CPUtime=1.26
/proc/30953/stat : 30953 (java) R 30951 30951 30597 0 -1 0 18016 0 1 0 116 10 0 0 16 0 8 0 31184577 826662912 17761 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073690966 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30953/statm: 201822 17761 1690 14 0 189100 0
[pid=30953/tid=30954] ppid=30951 vsize=807288 CPUtime=0.27
/proc/30953/task/30954/stat : 30954 (java) S 30951 30951 30597 0 -1 64 11459 0 0 0 23 4 0 0 16 0 8 0 31184580 826662912 17761 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30953/tid=30955] ppid=30951 vsize=807288 CPUtime=0
/proc/30953/task/30955/stat : 30955 (java) S 30951 30951 30597 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 31184581 826662912 17761 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30953/tid=30956] ppid=30951 vsize=807288 CPUtime=0
/proc/30953/task/30956/stat : 30956 (java) S 30951 30951 30597 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 31184581 826662912 17761 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30953/tid=30957] ppid=30951 vsize=807288 CPUtime=0
/proc/30953/task/30957/stat : 30957 (java) S 30951 30951 30597 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 31184584 826662912 17761 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30953/tid=30958] ppid=30951 vsize=807288 CPUtime=0.13
/proc/30953/task/30958/stat : 30958 (java) R 30951 30951 30597 0 -1 64 394 0 0 0 13 0 0 0 20 0 8 0 31184584 826662912 17761 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30953/tid=30959] ppid=30951 vsize=807288 CPUtime=0
/proc/30953/task/30959/stat : 30959 (java) S 30951 30951 30597 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 31184584 826662912 17761 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30953/tid=30960] ppid=30951 vsize=807288 CPUtime=0
/proc/30953/task/30960/stat : 30960 (java) S 30951 30951 30597 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31184584 826662912 17761 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 821012

[startup+2.99459 s]
/proc/loadavg: 2.26 2.87 3.79 4/102 30960
/proc/meminfo: memFree=828960/2055920 swapFree=4192812/4192956
[pid=30951] ppid=30949 vsize=13724 CPUtime=0.04
/proc/30951/stat : 30951 (sugar) S 30949 30951 30597 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 31184571 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30951/statm: 3431 809 371 3 0 531 0
[pid=30953] ppid=30951 vsize=0 CPUtime=2.31
/proc/30953/stat : 30953 (java) Z 30951 30951 30597 0 -1 1036 20322 0 1 0 218 13 0 0 18 0 1 0 31184577 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30953/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 13724

[startup+6.28691 s]
/proc/loadavg: 2.32 2.88 3.79 3/103 30968
/proc/meminfo: memFree=833760/2055920 swapFree=4192812/4192956
[pid=30951] ppid=30949 vsize=13724 CPUtime=0.04
/proc/30951/stat : 30951 (sugar) S 30949 30951 30597 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 31184571 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30951/statm: 3431 809 371 3 0 531 0
[pid=30953] ppid=30951 vsize=0 CPUtime=2.31
/proc/30953/stat : 30953 (java) Z 30951 30951 30597 0 -1 1036 20322 0 1 0 218 13 0 0 18 0 1 0 31184577 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30953/statm: 0 0 0 0 0 0 0
[pid=30961] ppid=30951 vsize=807376 CPUtime=3.8
/proc/30961/stat : 30961 (java) R 30951 30951 30597 0 -1 0 16889 0 1 0 372 8 0 0 25 0 8 0 31184815 826753024 16613 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30961/statm: 201844 16613 1506 14 0 189122 0
[pid=30961/tid=30962] ppid=30951 vsize=807376 CPUtime=0.65
/proc/30961/task/30962/stat : 30962 (java) R 30951 30951 30597 0 -1 64 10657 0 0 0 63 2 0 0 16 0 8 0 31184818 826753024 16613 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154023827 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30961/tid=30963] ppid=30951 vsize=807376 CPUtime=0
/proc/30961/task/30963/stat : 30963 (java) S 30951 30951 30597 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 31184819 826753024 16613 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30961/tid=30964] ppid=30951 vsize=807376 CPUtime=0
/proc/30961/task/30964/stat : 30964 (java) S 30951 30951 30597 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 31184819 826753024 16613 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30961/tid=30965] ppid=30951 vsize=807376 CPUtime=0
/proc/30961/task/30965/stat : 30965 (java) S 30951 30951 30597 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 31184822 826753024 16613 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30961/tid=30966] ppid=30951 vsize=807376 CPUtime=0.14
/proc/30961/task/30966/stat : 30966 (java) S 30951 30951 30597 0 -1 64 419 0 0 0 14 0 0 0 16 0 8 0 31184822 826753024 16613 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30961/tid=30967] ppid=30951 vsize=807376 CPUtime=0
/proc/30961/task/30967/stat : 30967 (java) S 30951 30951 30597 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 31184822 826753024 16613 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30961/tid=30968] ppid=30951 vsize=807376 CPUtime=0
/proc/30961/task/30968/stat : 30968 (java) S 30951 30951 30597 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31184822 826753024 16613 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 821100

[startup+12.7696 s]
/proc/loadavg: 2.30 2.86 3.78 3/96 30969
/proc/meminfo: memFree=835672/2055920 swapFree=4192812/4192956
[pid=30951] ppid=30949 vsize=23828 CPUtime=4.73
/proc/30951/stat : 30951 (sugar) S 30949 30951 30597 0 -1 4194304 3778 19573 0 1 18 2 441 12 16 0 1 0 31184571 24399872 3292 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30951/statm: 5957 3292 373 3 0 3057 0
[pid=30953] ppid=30951 vsize=0 CPUtime=2.31
/proc/30953/stat : 30953 (java) Z 30951 30951 30597 0 -1 1036 20322 0 1 0 218 13 0 0 18 0 1 0 31184577 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30953/statm: 0 0 0 0 0 0 0
[pid=30969] ppid=30951 vsize=16252 CPUtime=5.5
/proc/30969/stat : 30969 (minisat) R 30951 30951 30597 0 -1 0 4124 0 0 0 548 2 0 0 25 0 1 0 31185294 16642048 3608 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528799 0 0 4096 3 0 0 0 17 1 0 0
/proc/30969/statm: 4063 3608 52 112 0 3947 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 40080

[startup+25.6409 s]
/proc/loadavg: 2.23 2.82 3.75 3/96 30969
/proc/meminfo: memFree=773336/2055920 swapFree=4192812/4192956
[pid=30951] ppid=30949 vsize=23828 CPUtime=4.73
/proc/30951/stat : 30951 (sugar) S 30949 30951 30597 0 -1 4194304 3778 19573 0 1 18 2 441 12 16 0 1 0 31184571 24399872 3292 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30951/statm: 5957 3292 373 3 0 3057 0
[pid=30953] ppid=30951 vsize=0 CPUtime=2.31
/proc/30953/stat : 30953 (java) Z 30951 30951 30597 0 -1 1036 20322 0 1 0 218 13 0 0 18 0 1 0 31184577 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30953/statm: 0 0 0 0 0 0 0
[pid=30969] ppid=30951 vsize=28992 CPUtime=18.31
/proc/30969/stat : 30969 (minisat) R 30951 30951 30597 0 -1 0 7283 0 0 0 1825 6 0 0 25 0 1 0 31185294 29687808 6767 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/30969/statm: 7248 6767 52 112 0 7132 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 52820

[startup+51.2972 s]
/proc/loadavg: 2.21 2.77 3.70 3/96 30969
/proc/meminfo: memFree=651224/2055920 swapFree=4192812/4192956
[pid=30951] ppid=30949 vsize=23828 CPUtime=4.73
/proc/30951/stat : 30951 (sugar) S 30949 30951 30597 0 -1 4194304 3778 19573 0 1 18 2 441 12 16 0 1 0 31184571 24399872 3292 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30951/statm: 5957 3292 373 3 0 3057 0
[pid=30953] ppid=30951 vsize=0 CPUtime=2.31
/proc/30953/stat : 30953 (java) Z 30951 30951 30597 0 -1 1036 20322 0 1 0 218 13 0 0 18 0 1 0 31184577 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30953/statm: 0 0 0 0 0 0 0
[pid=30969] ppid=30951 vsize=47792 CPUtime=43.83
/proc/30969/stat : 30969 (minisat) R 30951 30951 30597 0 -1 0 11968 0 0 0 4370 13 0 0 25 0 1 0 31185294 48939008 11452 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/30969/statm: 11948 11452 52 112 0 11832 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 71620

[startup+102.577 s]
/proc/loadavg: 2.15 2.66 3.62 3/96 30969
/proc/meminfo: memFree=429144/2055920 swapFree=4192812/4192956
[pid=30951] ppid=30949 vsize=23828 CPUtime=4.73
/proc/30951/stat : 30951 (sugar) S 30949 30951 30597 0 -1 4194304 3778 19573 0 1 18 2 441 12 16 0 1 0 31184571 24399872 3292 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30951/statm: 5957 3292 373 3 0 3057 0
[pid=30953] ppid=30951 vsize=0 CPUtime=2.31
/proc/30953/stat : 30953 (java) Z 30951 30951 30597 0 -1 1036 20322 0 1 0 218 13 0 0 18 0 1 0 31184577 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30953/statm: 0 0 0 0 0 0 0
[pid=30969] ppid=30951 vsize=70028 CPUtime=94.84
/proc/30969/stat : 30969 (minisat) R 30951 30951 30597 0 -1 0 17422 0 0 0 9460 24 0 0 25 0 1 0 31185294 71708672 16906 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528435 0 0 4096 3 0 0 0 17 1 0 0
/proc/30969/statm: 17507 16906 52 112 0 17391 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 93856

[startup+162.635 s]
/proc/loadavg: 2.09 2.55 3.52 4/96 30969
/proc/meminfo: memFree=184536/2055920 swapFree=4192812/4192956
[pid=30951] ppid=30949 vsize=23828 CPUtime=4.73
/proc/30951/stat : 30951 (sugar) S 30949 30951 30597 0 -1 4194304 3778 19573 0 1 18 2 441 12 16 0 1 0 31184571 24399872 3292 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30951/statm: 5957 3292 373 3 0 3057 0
[pid=30953] ppid=30951 vsize=0 CPUtime=2.31
/proc/30953/stat : 30953 (java) Z 30951 30951 30597 0 -1 1036 20322 0 1 0 218 13 0 0 18 0 1 0 31184577 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30953/statm: 0 0 0 0 0 0 0
[pid=30969] ppid=30951 vsize=75208 CPUtime=154.58
/proc/30969/stat : 30969 (minisat) R 30951 30951 30597 0 -1 0 18727 0 0 0 15428 30 0 0 25 0 1 0 31185294 77012992 18211 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/30969/statm: 18802 18211 52 112 0 18686 0
Current children cumulated CPU time (s) 161.62
Current children cumulated vsize (KiB) 99036

[startup+222.7 s]
/proc/loadavg: 2.12 2.48 3.43 3/96 30969
/proc/meminfo: memFree=14872/2055920 swapFree=4192812/4192956
[pid=30951] ppid=30949 vsize=23828 CPUtime=4.73
/proc/30951/stat : 30951 (sugar) S 30949 30951 30597 0 -1 4194304 3778 19573 0 1 18 2 441 12 16 0 1 0 31184571 24399872 3292 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30951/statm: 5957 3292 373 3 0 3057 0
[pid=30953] ppid=30951 vsize=0 CPUtime=2.31
/proc/30953/stat : 30953 (java) Z 30951 30951 30597 0 -1 1036 20322 0 1 0 218 13 0 0 18 0 1 0 31184577 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30953/statm: 0 0 0 0 0 0 0
[pid=30969] ppid=30951 vsize=105820 CPUtime=214.33
/proc/30969/stat : 30969 (minisat) R 30951 30951 30597 0 -1 0 26402 0 0 0 21391 42 0 0 25 0 1 0 31185294 108359680 25886 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/30969/statm: 26455 25886 52 112 0 26339 0
Current children cumulated CPU time (s) 221.37
Current children cumulated vsize (KiB) 129648

[startup+282.76 s]
/proc/loadavg: 2.07 2.40 3.34 3/96 30969
/proc/meminfo: memFree=15640/2055920 swapFree=4192812/4192956
[pid=30951] ppid=30949 vsize=23828 CPUtime=4.73
/proc/30951/stat : 30951 (sugar) S 30949 30951 30597 0 -1 4194304 3778 19573 0 1 18 2 441 12 16 0 1 0 31184571 24399872 3292 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30951/statm: 5957 3292 373 3 0 3057 0
[pid=30953] ppid=30951 vsize=0 CPUtime=2.31
/proc/30953/stat : 30953 (java) Z 30951 30951 30597 0 -1 1036 20322 0 1 0 218 13 0 0 18 0 1 0 31184577 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30953/statm: 0 0 0 0 0 0 0

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

/proc/30969/stat : 30969 (minisat) R 30951 30951 30597 0 -1 0 54577 0 0 0 122724 195 0 0 25 0 1 0 31185294 226230272 54061 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/30969/statm: 55232 54061 52 112 0 55116 0
Current children cumulated CPU time (s) 1236.23
Current children cumulated vsize (KiB) 244756

[startup+1303.55 s]
/proc/loadavg: 2.07 2.26 2.60 3/96 780
/proc/meminfo: memFree=417160/2055920 swapFree=4192812/4192956
[pid=30951] ppid=30949 vsize=23828 CPUtime=4.73
/proc/30951/stat : 30951 (sugar) S 30949 30951 30597 0 -1 4194304 3778 19573 0 1 18 2 441 12 16 0 1 0 31184571 24399872 3292 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30951/statm: 5957 3292 373 3 0 3057 0
[pid=30953] ppid=30951 vsize=0 CPUtime=2.31
/proc/30953/stat : 30953 (java) Z 30951 30951 30597 0 -1 1036 20322 0 1 0 218 13 0 0 18 0 1 0 31184577 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30953/statm: 0 0 0 0 0 0 0
[pid=30969] ppid=30951 vsize=220928 CPUtime=1288.96
/proc/30969/stat : 30969 (minisat) R 30951 30951 30597 0 -1 0 54587 0 0 0 128701 195 0 0 25 0 1 0 31185294 226230272 54071 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/30969/statm: 55232 54071 52 112 0 55116 0
Current children cumulated CPU time (s) 1296
Current children cumulated vsize (KiB) 244756

[startup+1363.59 s]
/proc/loadavg: 2.02 2.21 2.56 3/96 780
/proc/meminfo: memFree=417096/2055920 swapFree=4192812/4192956
[pid=30951] ppid=30949 vsize=23828 CPUtime=4.73
/proc/30951/stat : 30951 (sugar) S 30949 30951 30597 0 -1 4194304 3778 19573 0 1 18 2 441 12 16 0 1 0 31184571 24399872 3292 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30951/statm: 5957 3292 373 3 0 3057 0
[pid=30953] ppid=30951 vsize=0 CPUtime=2.31
/proc/30953/stat : 30953 (java) Z 30951 30951 30597 0 -1 1036 20322 0 1 0 218 13 0 0 18 0 1 0 31184577 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30953/statm: 0 0 0 0 0 0 0
[pid=30969] ppid=30951 vsize=220788 CPUtime=1348.72
/proc/30969/stat : 30969 (minisat) R 30951 30951 30597 0 -1 0 54601 0 0 0 134677 195 0 0 25 0 1 0 31185294 226086912 54080 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/30969/statm: 55197 54080 52 112 0 55081 0
Current children cumulated CPU time (s) 1355.76
Current children cumulated vsize (KiB) 244616

[startup+1423.65 s]
/proc/loadavg: 2.05 2.19 2.53 3/96 782
/proc/meminfo: memFree=416328/2055920 swapFree=4192812/4192956
[pid=30951] ppid=30949 vsize=23828 CPUtime=4.73
/proc/30951/stat : 30951 (sugar) S 30949 30951 30597 0 -1 4194304 3778 19573 0 1 18 2 441 12 16 0 1 0 31184571 24399872 3292 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30951/statm: 5957 3292 373 3 0 3057 0
[pid=30953] ppid=30951 vsize=0 CPUtime=2.31
/proc/30953/stat : 30953 (java) Z 30951 30951 30597 0 -1 1036 20322 0 1 0 218 13 0 0 18 0 1 0 31184577 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30953/statm: 0 0 0 0 0 0 0
[pid=30969] ppid=30951 vsize=220788 CPUtime=1408.49
/proc/30969/stat : 30969 (minisat) R 30951 30951 30597 0 -1 0 54601 0 0 0 140654 195 0 0 25 0 1 0 31185294 226086912 54080 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528543 0 0 4096 3 0 0 0 17 1 0 0
/proc/30969/statm: 55197 54080 52 112 0 55081 0
Current children cumulated CPU time (s) 1415.53
Current children cumulated vsize (KiB) 244616

[startup+1483.68 s]
/proc/loadavg: 1.41 1.98 2.43 2/83 790
/proc/meminfo: memFree=1147640/2055920 swapFree=4192812/4192956
[pid=30951] ppid=30949 vsize=23828 CPUtime=4.73
/proc/30951/stat : 30951 (sugar) S 30949 30951 30597 0 -1 4194304 3778 19573 0 1 18 2 441 12 16 0 1 0 31184571 24399872 3292 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30951/statm: 5957 3292 373 3 0 3057 0
[pid=30953] ppid=30951 vsize=0 CPUtime=2.31
/proc/30953/stat : 30953 (java) Z 30951 30951 30597 0 -1 1036 20322 0 1 0 218 13 0 0 18 0 1 0 31184577 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30953/statm: 0 0 0 0 0 0 0
[pid=30969] ppid=30951 vsize=220788 CPUtime=1468.45
/proc/30969/stat : 30969 (minisat) R 30951 30951 30597 0 -1 0 54604 0 0 0 146649 196 0 0 25 0 1 0 31185294 226086912 54083 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 55197 54083 52 112 0 55081 0
Current children cumulated CPU time (s) 1475.49
Current children cumulated vsize (KiB) 244616

[startup+1543.71 s]
/proc/loadavg: 1.15 1.80 2.34 2/83 791
/proc/meminfo: memFree=1234104/2055920 swapFree=4192812/4192956
[pid=30951] ppid=30949 vsize=23828 CPUtime=4.73
/proc/30951/stat : 30951 (sugar) S 30949 30951 30597 0 -1 4194304 3778 19573 0 1 18 2 441 12 16 0 1 0 31184571 24399872 3292 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30951/statm: 5957 3292 373 3 0 3057 0
[pid=30953] ppid=30951 vsize=0 CPUtime=2.31
/proc/30953/stat : 30953 (java) Z 30951 30951 30597 0 -1 1036 20322 0 1 0 218 13 0 0 18 0 1 0 31184577 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30953/statm: 0 0 0 0 0 0 0
[pid=30969] ppid=30951 vsize=220788 CPUtime=1528.44
/proc/30969/stat : 30969 (minisat) R 30951 30951 30597 0 -1 0 54609 0 0 0 152648 196 0 0 25 0 1 0 31185294 226086912 54088 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 55197 54088 52 112 0 55081 0
Current children cumulated CPU time (s) 1535.48
Current children cumulated vsize (KiB) 244616

[startup+1603.74 s]
/proc/loadavg: 1.05 1.65 2.25 2/80 798
/proc/meminfo: memFree=1239320/2055920 swapFree=4192812/4192956
[pid=30951] ppid=30949 vsize=23828 CPUtime=4.73
/proc/30951/stat : 30951 (sugar) S 30949 30951 30597 0 -1 4194304 3778 19573 0 1 18 2 441 12 16 0 1 0 31184571 24399872 3292 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30951/statm: 5957 3292 373 3 0 3057 0
[pid=30953] ppid=30951 vsize=0 CPUtime=2.31
/proc/30953/stat : 30953 (java) Z 30951 30951 30597 0 -1 1036 20322 0 1 0 218 13 0 0 18 0 1 0 31184577 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30953/statm: 0 0 0 0 0 0 0
[pid=30969] ppid=30951 vsize=220988 CPUtime=1588.45
/proc/30969/stat : 30969 (minisat) R 30951 30951 30597 0 -1 0 54641 0 0 0 158648 197 0 0 25 0 1 0 31185294 226291712 54120 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 55247 54120 52 112 0 55131 0
Current children cumulated CPU time (s) 1595.49
Current children cumulated vsize (KiB) 244816

[startup+1663.76 s]
/proc/loadavg: 1.02 1.53 2.17 2/80 798
/proc/meminfo: memFree=1239320/2055920 swapFree=4192812/4192956
[pid=30951] ppid=30949 vsize=23828 CPUtime=4.73
/proc/30951/stat : 30951 (sugar) S 30949 30951 30597 0 -1 4194304 3778 19573 0 1 18 2 441 12 16 0 1 0 31184571 24399872 3292 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30951/statm: 5957 3292 373 3 0 3057 0
[pid=30953] ppid=30951 vsize=0 CPUtime=2.31
/proc/30953/stat : 30953 (java) Z 30951 30951 30597 0 -1 1036 20322 0 1 0 218 13 0 0 18 0 1 0 31184577 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30953/statm: 0 0 0 0 0 0 0
[pid=30969] ppid=30951 vsize=220988 CPUtime=1648.45
/proc/30969/stat : 30969 (minisat) R 30951 30951 30597 0 -1 0 54642 0 0 0 164648 197 0 0 25 0 1 0 31185294 226291712 54121 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 55247 54121 52 112 0 55131 0
Current children cumulated CPU time (s) 1655.49
Current children cumulated vsize (KiB) 244816

[startup+1723.78 s]
/proc/loadavg: 1.00 1.43 2.10 2/80 798
/proc/meminfo: memFree=1239256/2055920 swapFree=4192812/4192956
[pid=30951] ppid=30949 vsize=23828 CPUtime=4.73
/proc/30951/stat : 30951 (sugar) S 30949 30951 30597 0 -1 4194304 3778 19573 0 1 18 2 441 12 16 0 1 0 31184571 24399872 3292 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30951/statm: 5957 3292 373 3 0 3057 0
[pid=30953] ppid=30951 vsize=0 CPUtime=2.31
/proc/30953/stat : 30953 (java) Z 30951 30951 30597 0 -1 1036 20322 0 1 0 218 13 0 0 18 0 1 0 31184577 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30953/statm: 0 0 0 0 0 0 0
[pid=30969] ppid=30951 vsize=220988 CPUtime=1708.46
/proc/30969/stat : 30969 (minisat) R 30951 30951 30597 0 -1 0 54646 0 0 0 170649 197 0 0 25 0 1 0 31185294 226291712 54125 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 55247 54125 52 112 0 55131 0
Current children cumulated CPU time (s) 1715.5
Current children cumulated vsize (KiB) 244816

[startup+1783.8 s]
/proc/loadavg: 1.00 1.35 2.03 2/80 798
/proc/meminfo: memFree=1239128/2055920 swapFree=4192812/4192956
[pid=30951] ppid=30949 vsize=23828 CPUtime=4.73
/proc/30951/stat : 30951 (sugar) S 30949 30951 30597 0 -1 4194304 3778 19573 0 1 18 2 441 12 16 0 1 0 31184571 24399872 3292 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30951/statm: 5957 3292 373 3 0 3057 0
[pid=30953] ppid=30951 vsize=0 CPUtime=2.31
/proc/30953/stat : 30953 (java) Z 30951 30951 30597 0 -1 1036 20322 0 1 0 218 13 0 0 18 0 1 0 31184577 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30953/statm: 0 0 0 0 0 0 0
[pid=30969] ppid=30951 vsize=220988 CPUtime=1768.45
/proc/30969/stat : 30969 (minisat) R 30951 30951 30597 0 -1 0 54650 0 0 0 176648 197 0 0 25 0 1 0 31185294 226291712 54129 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 55247 54129 52 112 0 55131 0
Current children cumulated CPU time (s) 1775.49
Current children cumulated vsize (KiB) 244816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.31 s]
/proc/loadavg: 1.00 1.32 2.00 2/80 798
/proc/meminfo: memFree=1239128/2055920 swapFree=4192812/4192956
[pid=30951] ppid=30949 vsize=23828 CPUtime=4.73
/proc/30951/stat : 30951 (sugar) S 30949 30951 30597 0 -1 4194304 3778 19573 0 1 18 2 441 12 16 0 1 0 31184571 24399872 3292 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30951/statm: 5957 3292 373 3 0 3057 0
[pid=30953] ppid=30951 vsize=0 CPUtime=2.31
/proc/30953/stat : 30953 (java) Z 30951 30951 30597 0 -1 1036 20322 0 1 0 218 13 0 0 18 0 1 0 31184577 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/30953/statm: 0 0 0 0 0 0 0
[pid=30969] ppid=30951 vsize=220988 CPUtime=1792.96
/proc/30969/stat : 30969 (minisat) R 30951 30951 30597 0 -1 0 54651 0 0 0 179099 197 0 0 25 0 1 0 31185294 226291712 54130 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 55247 54130 52 112 0 55131 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 244816

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 30951 and gives childrusage.ru_utime.tv_sec=4 childrusage.ru_utime.tv_usec=598300 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=156976
CPU time returned by wait4() is 4.75528
while last known CPU time is 1800.04

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

Real time (s): 1809.37
CPU time (s): 1800.04
CPU user time (s): 1797.76
CPU system time (s): 2.28
CPU usage (%): 99.4842
Max. virtual memory (cumulated for all children) (KiB): 821136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.5983
system time used= 0.156976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23436
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 990
involuntary context switches= 1160

runsolver used 2.03869 s user time and 5.55316 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Mon Jan 29 23:11:37 UTC 2007


IDJOB= 252616
IDBENCH= 12957
IDSOLVER= 86
FILE ID= node4/252616-1170112296

PBS_JOBID= 3690036

Free space on /tmp= 49413 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/socialGolfers/socialGolfer-7-4-8.xml
COMMAND LINE= /tmp/evaluation/252616-1170112296/solver /tmp/evaluation/252616-1170112296 /tmp/evaluation/252616-1170112296/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-252616-1170112296 -o ROOT/results/node4/solver-252616-1170112296 -C 1800 -M 900  /tmp/evaluation/252616-1170112296/solver /tmp/evaluation/252616-1170112296 /tmp/evaluation/252616-1170112296/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  23e58d9dc3ec1616694b4f0d92e487d3

RANDOM SEED= 903352684

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.231
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.231
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:        914944 kB
Buffers:         30904 kB
Cached:         938164 kB
SwapCached:          0 kB
Active:         123092 kB
Inactive:       924192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        914944 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          153132 kB
Writeback:           0 kB
Mapped:         103744 kB
Slab:            78400 kB
Committed_AS:   926396 kB
PageTables:       2256 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= 66558 MiB



End job on node4 on Mon Jan 29 23:41:47 UTC 2007