Trace number 208361

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.01 1801.96

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-21_ext.xml
MD5SUM60d029f939741094e4165622acf758d0
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.4898
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints332
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension332
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/208361-1170097008/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/208361-1170097008/unknown.xml [Mon Jan 29 19:56:49 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/208361-1170097008/unknown.xml /tmp/evaluation/208361-1170097008/sugar27103.csp [Mon Jan 29 19:56:49 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208361-1170097008/sugar-v0-40.jar -convert /tmp/evaluation/208361-1170097008/unknown.xml /tmp/evaluation/208361-1170097008/sugar27103.csp
0.15	c BEGIN convert /tmp/evaluation/208361-1170097008/unknown.xml
0.63	c END convert (0.473286 seconds)
0.64	c # CONVERT_XML  END : /tmp/evaluation/208361-1170097008/sugar27103.csp 1089478 bytes (0 seconds) [Mon Jan 29 19:56:49 2007]
0.64	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.64	
0.64	c # GENERATE_SAT  BEGIN : /tmp/evaluation/208361-1170097008/sugar27103.bcnf [Mon Jan 29 19:56:49 2007]
0.64	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208361-1170097008/sugar-v0-40.jar -bcnf -map /tmp/evaluation/208361-1170097008/sugar27103.map /tmp/evaluation/208361-1170097008/sugar27103.csp /tmp/evaluation/208361-1170097008/sugar27103.bcnf
0.80	c BEGIN parse /tmp/evaluation/208361-1170097008/sugar27103.csp
12.14	c END parse (11.348855 seconds)
12.14	c BEGIN simplify
12.22	c END simplify (0.071375 seconds)
12.22	c BEGIN encode /tmp/evaluation/208361-1170097008/sugar27103.bcnf
12.78	c END encode (0.560634 seconds)
12.90	c # GENERATE_SAT  END : 5818 variables 44088 clauses 4687088 bytes (13 seconds) [Mon Jan 29 19:57:02 2007]
12.90	c # GENERATE_SAT  CPU : 0.05 = 0.04 + 0.01 + 0 + 0
12.90	
12.90	c # SOLVE_SAT  BEGIN : /tmp/evaluation/208361-1170097008/sugar27103.bcnf [Mon Jan 29 19:57:02 2007]
12.90	c # CMD : /tmp/evaluation/208361-1170097008/minisat /tmp/evaluation/208361-1170097008/sugar27103.bcnf /tmp/evaluation/208361-1170097008/sugar27103.out
13.01	c ==================================[MINISAT]===================================
13.01	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
13.01	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
13.01	c ==============================================================================
13.01	c |         0 |   44088  1127676 |   14696       0        0     nan |  0.000 % |
13.03	c |       101 |   44088  1127676 |   16165     101     1266    12.5 |  0.000 % |
13.06	c |       251 |   44088  1127676 |   17782     251     2907    11.6 |  0.000 % |
13.10	c |       476 |   44092  1127676 |   19560     472     5255    11.1 |  0.000 % |
13.18	c |       814 |   44092  1127676 |   21516     810     9488    11.7 |  0.000 % |
13.33	c |      1320 |   44093  1127676 |   23668    1315    16803    12.8 |  0.000 % |
13.51	c |      2079 |   44093  1127676 |   26034    2074    29178    14.1 |  0.000 % |
13.77	c |      3220 |   44095  1127676 |   28638    3213    45578    14.2 |  0.000 % |
14.24	c |      4928 |   44095  1127676 |   31502    4921    74002    15.0 |  0.000 % |
15.02	c |      7492 |   44097  1127676 |   34652    7483   120421    16.1 |  0.000 % |
16.41	c |     11337 |   44103  1127676 |   38117   11322   201073    17.8 |  0.000 % |
18.67	c |     17103 |   44105  1127676 |   41929   17086   333525    19.5 |  0.000 % |
21.82	c |     25753 |   44110  1127676 |   46122   25731   522741    20.3 |  0.000 % |
28.20	c |     38727 |   44111  1127676 |   50734   38704   787935    20.4 |  0.000 % |
39.92	c |     58188 |   44114  1127676 |   55808   22320   507097    22.7 |  0.000 % |
58.26	c |     87381 |   44118  1127676 |   61388   51509  1121713    21.8 |  0.000 % |
90.08	c |    131170 |   44125  1127676 |   67527   48047  1554551    32.4 |  0.000 % |
141.42	c |    196854 |   44134  1127676 |   74280   61925  2215955    35.8 |  0.000 % |
216.89	c |    295381 |   44146  1127676 |   81708   46700  1779979    38.1 |  0.000 % |
315.16	c |    443171 |   44051  1127331 |   89879   35715  1101647    30.8 |  0.017 % |
492.04	c |    664856 |   44085  1127331 |   98867   42902  1335622    31.1 |  0.017 % |
774.79	c |    997381 |   44120  1127331 |  108754   55520  2521319    45.4 |  0.017 % |
1248.94	c |   1496169 |   44161  1127331 |  119629   20952   569929    27.2 |  0.017 % |
1800.95	
1800.95	s UNKNOWN
1800.95	c # INTERRUPTED
1800.95	c # MAIN  END :  (1801 seconds) [Mon Jan 29 20:26:50 2007]
1800.95	c # MAIN  CPU : 0.06 = 0.05 + 0.01 + 0 + 0
1800.95	

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/node35/watcher-208361-1170097008 -o ROOT/results/node35/solver-208361-1170097008 -C 1800 -M 900 /tmp/evaluation/208361-1170097008/solver /tmp/evaluation/208361-1170097008 /tmp/evaluation/208361-1170097008/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: 1.16 1.82 2.31 3/65 27104
/proc/meminfo: memFree=1474520/2055920 swapFree=4192956/4192956
[pid=27103] ppid=27101 vsize=5212 CPUtime=0
/proc/27103/stat : 27103 (solver) R 27101 27103 26464 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 3464593 5337088 80 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 266134268384 0 0 4096 0 0 0 0 17 1 0 0
/proc/27103/statm: 1303 94 75 169 0 14 0

[startup+0.107377 s]
/proc/loadavg: 1.16 1.82 2.31 3/65 27104
/proc/meminfo: memFree=1474520/2055920 swapFree=4192956/4192956
[pid=27103] ppid=27101 vsize=13724 CPUtime=0.03
/proc/27103/stat : 27103 (sugar) S 27101 27103 26464 0 -1 4194304 1112 0 0 0 3 0 0 0 16 0 1 0 3464593 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27103/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.518459 s]
/proc/loadavg: 1.16 1.82 2.31 3/65 27104
/proc/meminfo: memFree=1474520/2055920 swapFree=4192956/4192956
[pid=27103] ppid=27101 vsize=13724 CPUtime=0.03
/proc/27103/stat : 27103 (sugar) S 27101 27103 26464 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 3464593 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27103/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33963 s]
/proc/loadavg: 1.16 1.82 2.31 2/74 27120
/proc/meminfo: memFree=1449104/2055920 swapFree=4192956/4192956
[pid=27103] ppid=27101 vsize=13724 CPUtime=0.03
/proc/27103/stat : 27103 (sugar) S 27101 27103 26464 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 3464593 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27103/statm: 3431 808 370 3 0 531 0
[pid=27105] ppid=27103 vsize=0 CPUtime=0.59
/proc/27105/stat : 27105 (java) Z 27103 27103 26464 0 -1 1036 7499 0 1 0 54 5 0 0 16 0 1 0 3464598 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/27105/statm: 0 0 0 0 0 0 0
[pid=27113] ppid=27103 vsize=807064 CPUtime=0.63
/proc/27113/stat : 27113 (java) R 27103 27103 26464 0 -1 0 8171 0 1 0 60 3 0 0 17 0 8 0 3464658 826433536 7918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073482398 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27113/statm: 201766 7918 1494 14 0 189044 0
[pid=27113/tid=27114] ppid=27103 vsize=807064 CPUtime=0.11
/proc/27113/task/27114/stat : 27114 (java) S 27103 27103 26464 0 -1 64 2118 0 0 0 11 0 0 0 16 0 8 0 3464665 826433536 7918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27113/tid=27115] ppid=27103 vsize=807064 CPUtime=0
/proc/27113/task/27115/stat : 27115 (java) S 27103 27103 26464 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 3464666 826433536 7918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27113/tid=27116] ppid=27103 vsize=807064 CPUtime=0
/proc/27113/task/27116/stat : 27116 (java) S 27103 27103 26464 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 3464666 826433536 7918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27113/tid=27117] ppid=27103 vsize=807064 CPUtime=0
/proc/27113/task/27117/stat : 27117 (java) S 27103 27103 26464 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 3464669 826433536 7918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27113/tid=27118] ppid=27103 vsize=807064 CPUtime=0.05
/proc/27113/task/27118/stat : 27118 (java) S 27103 27103 26464 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 3464669 826433536 7918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27113/tid=27119] ppid=27103 vsize=807064 CPUtime=0
/proc/27113/task/27119/stat : 27119 (java) S 27103 27103 26464 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 3464669 826433536 7918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27113/tid=27120] ppid=27103 vsize=807064 CPUtime=0
/proc/27113/task/27120/stat : 27120 (java) S 27103 27103 26464 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 3464669 826433536 7918 18446744073709551615 134512640 134570532 4294956480 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+2.98316 s]
/proc/loadavg: 1.16 1.82 2.31 2/74 27120
/proc/meminfo: memFree=1433104/2055920 swapFree=4192956/4192956
[pid=27103] ppid=27101 vsize=13724 CPUtime=0.03
/proc/27103/stat : 27103 (sugar) S 27101 27103 26464 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 3464593 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27103/statm: 3431 808 370 3 0 531 0
[pid=27105] ppid=27103 vsize=0 CPUtime=0.59
/proc/27105/stat : 27105 (java) Z 27103 27103 26464 0 -1 1036 7499 0 1 0 54 5 0 0 16 0 1 0 3464598 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/27105/statm: 0 0 0 0 0 0 0
[pid=27113] ppid=27103 vsize=807336 CPUtime=2.28
/proc/27113/stat : 27113 (java) R 27103 27103 26464 0 -1 0 16818 0 1 0 221 7 0 0 16 0 8 0 3464658 826712064 16536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155213865 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27113/statm: 201834 16536 1506 14 0 189112 0
[pid=27113/tid=27114] ppid=27103 vsize=807336 CPUtime=0.54
/proc/27113/task/27114/stat : 27114 (java) S 27103 27103 26464 0 -1 64 10590 0 0 0 51 3 0 0 16 0 8 0 3464665 826712064 16536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27113/tid=27115] ppid=27103 vsize=807336 CPUtime=0
/proc/27113/task/27115/stat : 27115 (java) S 27103 27103 26464 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 3464666 826712064 16536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27113/tid=27116] ppid=27103 vsize=807336 CPUtime=0
/proc/27113/task/27116/stat : 27116 (java) S 27103 27103 26464 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 3464666 826712064 16536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27113/tid=27117] ppid=27103 vsize=807336 CPUtime=0
/proc/27113/task/27117/stat : 27117 (java) S 27103 27103 26464 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 3464669 826712064 16536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27113/tid=27118] ppid=27103 vsize=807336 CPUtime=0.12
/proc/27113/task/27118/stat : 27118 (java) S 27103 27103 26464 0 -1 64 400 0 0 0 12 0 0 0 16 0 8 0 3464669 826712064 16536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27113/tid=27119] ppid=27103 vsize=807336 CPUtime=0
/proc/27113/task/27119/stat : 27119 (java) S 27103 27103 26464 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 3464669 826712064 16536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27113/tid=27120] ppid=27103 vsize=807336 CPUtime=0
/proc/27113/task/27120/stat : 27120 (java) S 27103 27103 26464 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 3464669 826712064 16536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 821060

[startup+6.27682 s]
/proc/loadavg: 1.14 1.81 2.30 2/74 27120
/proc/meminfo: memFree=1341968/2055920 swapFree=4192956/4192956
[pid=27103] ppid=27101 vsize=13724 CPUtime=0.03
/proc/27103/stat : 27103 (sugar) S 27101 27103 26464 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 3464593 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27103/statm: 3431 808 370 3 0 531 0
[pid=27105] ppid=27103 vsize=0 CPUtime=0.59
/proc/27105/stat : 27105 (java) Z 27103 27103 26464 0 -1 1036 7499 0 1 0 54 5 0 0 16 0 1 0 3464598 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/27105/statm: 0 0 0 0 0 0 0
[pid=27113] ppid=27103 vsize=807336 CPUtime=5.57
/proc/27113/stat : 27113 (java) S 27103 27103 26464 0 -1 0 36071 0 1 0 542 15 0 0 17 0 8 0 3464658 826712064 35689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27113/statm: 201834 35689 1506 14 0 189112 0
[pid=27113/tid=27114] ppid=27103 vsize=807336 CPUtime=1.35
/proc/27113/task/27114/stat : 27114 (java) R 27103 27103 26464 0 -1 64 29739 0 0 0 125 10 0 0 15 0 8 0 3464665 826712064 35689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827385 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27113/tid=27115] ppid=27103 vsize=807336 CPUtime=0
/proc/27113/task/27115/stat : 27115 (java) S 27103 27103 26464 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 3464666 826712064 35689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27113/tid=27116] ppid=27103 vsize=807336 CPUtime=0
/proc/27113/task/27116/stat : 27116 (java) S 27103 27103 26464 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 3464666 826712064 35689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27113/tid=27117] ppid=27103 vsize=807336 CPUtime=0
/proc/27113/task/27117/stat : 27117 (java) S 27103 27103 26464 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 3464669 826712064 35689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27113/tid=27118] ppid=27103 vsize=807336 CPUtime=0.12
/proc/27113/task/27118/stat : 27118 (java) S 27103 27103 26464 0 -1 64 403 0 0 0 12 0 0 0 16 0 8 0 3464669 826712064 35689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27113/tid=27119] ppid=27103 vsize=807336 CPUtime=0
/proc/27113/task/27119/stat : 27119 (java) S 27103 27103 26464 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 3464669 826712064 35689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27113/tid=27120] ppid=27103 vsize=807336 CPUtime=0
/proc/27113/task/27120/stat : 27120 (java) S 27103 27103 26464 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 3464669 826712064 35689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 821060

[startup+12.7741 s]
/proc/loadavg: 1.13 1.80 2.29 2/74 27120
/proc/meminfo: memFree=1260504/2055920 swapFree=4192956/4192956
[pid=27103] ppid=27101 vsize=13724 CPUtime=0.03
/proc/27103/stat : 27103 (sugar) S 27101 27103 26464 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 3464593 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27103/statm: 3431 808 370 3 0 531 0
[pid=27105] ppid=27103 vsize=0 CPUtime=0.59
/proc/27105/stat : 27105 (java) Z 27103 27103 26464 0 -1 1036 7499 0 1 0 54 5 0 0 16 0 1 0 3464598 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/27105/statm: 0 0 0 0 0 0 0
[pid=27113] ppid=27103 vsize=807336 CPUtime=12.04
/proc/27113/stat : 27113 (java) R 27103 27103 26464 0 -1 0 54903 0 1 0 1179 25 0 0 17 0 8 0 3464658 826712064 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073772942 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27113/statm: 201834 54118 1514 14 0 189112 0
[pid=27113/tid=27114] ppid=27103 vsize=807336 CPUtime=3.15
/proc/27113/task/27114/stat : 27114 (java) S 27103 27103 26464 0 -1 64 48341 0 0 0 297 18 0 0 15 0 8 0 3464665 826712064 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27113/tid=27115] ppid=27103 vsize=807336 CPUtime=0
/proc/27113/task/27115/stat : 27115 (java) S 27103 27103 26464 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 3464666 826712064 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27113/tid=27116] ppid=27103 vsize=807336 CPUtime=0
/proc/27113/task/27116/stat : 27116 (java) S 27103 27103 26464 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 3464666 826712064 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27113/tid=27117] ppid=27103 vsize=807336 CPUtime=0
/proc/27113/task/27117/stat : 27117 (java) S 27103 27103 26464 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 3464669 826712064 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27113/tid=27118] ppid=27103 vsize=807336 CPUtime=0.14
/proc/27113/task/27118/stat : 27118 (java) S 27103 27103 26464 0 -1 64 413 0 0 0 14 0 0 0 16 0 8 0 3464669 826712064 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27113/tid=27119] ppid=27103 vsize=807336 CPUtime=0
/proc/27113/task/27119/stat : 27119 (java) S 27103 27103 26464 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 3464669 826712064 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27113/tid=27120] ppid=27103 vsize=807336 CPUtime=0
/proc/27113/task/27120/stat : 27120 (java) S 27103 27103 26464 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 3464669 826712064 54118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 821060

[startup+25.6025 s]
/proc/loadavg: 1.10 1.76 2.27 2/68 27121
/proc/meminfo: memFree=1454288/2055920 swapFree=4192956/4192956
[pid=27103] ppid=27101 vsize=16576 CPUtime=0.09
/proc/27103/stat : 27103 (sugar) S 27101 27103 26464 0 -1 4194304 2000 0 0 0 8 1 0 0 16 0 1 0 3464593 16973824 1510 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27103/statm: 4144 1510 373 3 0 1244 0
[pid=27105] ppid=27103 vsize=0 CPUtime=0.59
/proc/27105/stat : 27105 (java) Z 27103 27103 26464 0 -1 1036 7499 0 1 0 54 5 0 0 16 0 1 0 3464598 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/27105/statm: 0 0 0 0 0 0 0
[pid=27113] ppid=27103 vsize=0 CPUtime=12.08
/proc/27113/stat : 27113 (java) Z 27103 27103 26464 0 -1 1036 54911 0 1 0 1180 28 0 0 16 0 1 0 3464658 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27113/statm: 0 0 0 0 0 0 0
[pid=27121] ppid=27103 vsize=11588 CPUtime=12.67
/proc/27121/stat : 27121 (minisat) R 27103 27103 26464 0 -1 0 3577 0 0 0 1265 2 0 0 25 0 1 0 3465884 11866112 2537 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527092 0 0 4096 3 0 0 0 17 1 0 0
/proc/27121/statm: 2897 2537 52 112 0 2781 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 28164

[startup+51.2567 s]
/proc/loadavg: 1.07 1.69 2.24 2/68 27121
/proc/meminfo: memFree=1451664/2055920 swapFree=4192956/4192956
[pid=27103] ppid=27101 vsize=16576 CPUtime=0.09
/proc/27103/stat : 27103 (sugar) S 27101 27103 26464 0 -1 4194304 2000 0 0 0 8 1 0 0 16 0 1 0 3464593 16973824 1510 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27103/statm: 4144 1510 373 3 0 1244 0
[pid=27105] ppid=27103 vsize=0 CPUtime=0.59
/proc/27105/stat : 27105 (java) Z 27103 27103 26464 0 -1 1036 7499 0 1 0 54 5 0 0 16 0 1 0 3464598 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/27105/statm: 0 0 0 0 0 0 0
[pid=27113] ppid=27103 vsize=0 CPUtime=12.08
/proc/27113/stat : 27113 (java) Z 27103 27103 26464 0 -1 1036 54911 0 1 0 1180 28 0 0 16 0 1 0 3464658 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27113/statm: 0 0 0 0 0 0 0
[pid=27121] ppid=27103 vsize=14156 CPUtime=38.31
/proc/27121/stat : 27121 (minisat) R 27103 27103 26464 0 -1 0 4202 0 0 0 3828 3 0 0 25 0 1 0 3465884 14495744 3162 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 1 0 0
/proc/27121/statm: 3539 3162 52 112 0 3423 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 30732

[startup+102.553 s]
/proc/loadavg: 1.03 1.59 2.17 2/68 27121
/proc/meminfo: memFree=1447184/2055920 swapFree=4192956/4192956
[pid=27103] ppid=27101 vsize=16576 CPUtime=0.09
/proc/27103/stat : 27103 (sugar) S 27101 27103 26464 0 -1 4194304 2000 0 0 0 8 1 0 0 16 0 1 0 3464593 16973824 1510 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27103/statm: 4144 1510 373 3 0 1244 0
[pid=27105] ppid=27103 vsize=0 CPUtime=0.59
/proc/27105/stat : 27105 (java) Z 27103 27103 26464 0 -1 1036 7499 0 1 0 54 5 0 0 16 0 1 0 3464598 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/27105/statm: 0 0 0 0 0 0 0
[pid=27113] ppid=27103 vsize=0 CPUtime=12.08
/proc/27113/stat : 27113 (java) Z 27103 27103 26464 0 -1 1036 54911 0 1 0 1180 28 0 0 16 0 1 0 3464658 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27113/statm: 0 0 0 0 0 0 0
[pid=27121] ppid=27103 vsize=18964 CPUtime=89.59
/proc/27121/stat : 27121 (minisat) R 27103 27103 26464 0 -1 0 5392 0 0 0 8954 5 0 0 25 0 1 0 3465884 19419136 4352 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/27105/stat : 27105 (java) Z 27103 27103 26464 0 -1 1036 7499 0 1 0 54 5 0 0 16 0 1 0 3464598 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/27105/statm: 0 0 0 0 0 0 0
[pid=27113] ppid=27103 vsize=0 CPUtime=12.08
/proc/27113/stat : 27113 (java) Z 27103 27103 26464 0 -1 1036 54911 0 1 0 1180 28 0 0 16 0 1 0 3464658 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27113/statm: 0 0 0 0 0 0 0
[pid=27121] ppid=27103 vsize=35828 CPUtime=1349.5
/proc/27121/stat : 27121 (minisat) R 27103 27103 26464 0 -1 0 9533 0 0 0 134938 12 0 0 25 0 1 0 3465884 36687872 8493 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528554 0 0 4096 3 0 0 0 17 1 0 0
/proc/27121/statm: 8957 8493 52 112 0 8841 0
Current children cumulated CPU time (s) 1362.26
Current children cumulated vsize (KiB) 52404

[startup+1423.06 s]
/proc/loadavg: 1.00 1.00 1.25 2/68 27321
/proc/meminfo: memFree=1429768/2055920 swapFree=4192956/4192956
[pid=27103] ppid=27101 vsize=16576 CPUtime=0.09
/proc/27103/stat : 27103 (sugar) S 27101 27103 26464 0 -1 4194304 2000 0 0 0 8 1 0 0 16 0 1 0 3464593 16973824 1510 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27103/statm: 4144 1510 373 3 0 1244 0
[pid=27105] ppid=27103 vsize=0 CPUtime=0.59
/proc/27105/stat : 27105 (java) Z 27103 27103 26464 0 -1 1036 7499 0 1 0 54 5 0 0 16 0 1 0 3464598 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/27105/statm: 0 0 0 0 0 0 0
[pid=27113] ppid=27103 vsize=0 CPUtime=12.08
/proc/27113/stat : 27113 (java) Z 27103 27103 26464 0 -1 1036 54911 0 1 0 1180 28 0 0 16 0 1 0 3464658 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27113/statm: 0 0 0 0 0 0 0
[pid=27121] ppid=27103 vsize=36084 CPUtime=1409.5
/proc/27121/stat : 27121 (minisat) R 27103 27103 26464 0 -1 0 9598 0 0 0 140938 12 0 0 25 0 1 0 3465884 36950016 8558 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528572 0 0 4096 3 0 0 0 17 1 0 0
/proc/27121/statm: 9021 8558 52 112 0 8905 0
Current children cumulated CPU time (s) 1422.26
Current children cumulated vsize (KiB) 52660

[startup+1483.08 s]
/proc/loadavg: 1.00 1.00 1.24 2/68 27321
/proc/meminfo: memFree=1428368/2055920 swapFree=4192956/4192956
[pid=27103] ppid=27101 vsize=16576 CPUtime=0.09
/proc/27103/stat : 27103 (sugar) S 27101 27103 26464 0 -1 4194304 2000 0 0 0 8 1 0 0 16 0 1 0 3464593 16973824 1510 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27103/statm: 4144 1510 373 3 0 1244 0
[pid=27105] ppid=27103 vsize=0 CPUtime=0.59
/proc/27105/stat : 27105 (java) Z 27103 27103 26464 0 -1 1036 7499 0 1 0 54 5 0 0 16 0 1 0 3464598 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/27105/statm: 0 0 0 0 0 0 0
[pid=27113] ppid=27103 vsize=0 CPUtime=12.08
/proc/27113/stat : 27113 (java) Z 27103 27103 26464 0 -1 1036 54911 0 1 0 1180 28 0 0 16 0 1 0 3464658 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27113/statm: 0 0 0 0 0 0 0
[pid=27121] ppid=27103 vsize=37536 CPUtime=1469.5
/proc/27121/stat : 27121 (minisat) R 27103 27103 26464 0 -1 0 9955 0 0 0 146937 13 0 0 25 0 1 0 3465884 38436864 8915 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528458 0 0 4096 3 0 0 0 17 1 0 0
/proc/27121/statm: 9384 8915 52 112 0 9268 0
Current children cumulated CPU time (s) 1482.26
Current children cumulated vsize (KiB) 54112

[startup+1543.1 s]
/proc/loadavg: 1.00 1.00 1.22 2/68 27321
/proc/meminfo: memFree=1428304/2055920 swapFree=4192956/4192956
[pid=27103] ppid=27101 vsize=16576 CPUtime=0.09
/proc/27103/stat : 27103 (sugar) S 27101 27103 26464 0 -1 4194304 2000 0 0 0 8 1 0 0 16 0 1 0 3464593 16973824 1510 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27103/statm: 4144 1510 373 3 0 1244 0
[pid=27105] ppid=27103 vsize=0 CPUtime=0.59
/proc/27105/stat : 27105 (java) Z 27103 27103 26464 0 -1 1036 7499 0 1 0 54 5 0 0 16 0 1 0 3464598 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/27105/statm: 0 0 0 0 0 0 0
[pid=27113] ppid=27103 vsize=0 CPUtime=12.08
/proc/27113/stat : 27113 (java) Z 27103 27103 26464 0 -1 1036 54911 0 1 0 1180 28 0 0 16 0 1 0 3464658 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27113/statm: 0 0 0 0 0 0 0
[pid=27121] ppid=27103 vsize=37536 CPUtime=1529.49
/proc/27121/stat : 27121 (minisat) R 27103 27103 26464 0 -1 0 9957 0 0 0 152936 13 0 0 25 0 1 0 3465884 38436864 8917 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/27121/statm: 9384 8917 52 112 0 9268 0
Current children cumulated CPU time (s) 1542.25
Current children cumulated vsize (KiB) 54112

[startup+1603.12 s]
/proc/loadavg: 1.00 1.00 1.20 2/68 27321
/proc/meminfo: memFree=1428240/2055920 swapFree=4192956/4192956
[pid=27103] ppid=27101 vsize=16576 CPUtime=0.09
/proc/27103/stat : 27103 (sugar) S 27101 27103 26464 0 -1 4194304 2000 0 0 0 8 1 0 0 16 0 1 0 3464593 16973824 1510 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27103/statm: 4144 1510 373 3 0 1244 0
[pid=27105] ppid=27103 vsize=0 CPUtime=0.59
/proc/27105/stat : 27105 (java) Z 27103 27103 26464 0 -1 1036 7499 0 1 0 54 5 0 0 16 0 1 0 3464598 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/27105/statm: 0 0 0 0 0 0 0
[pid=27113] ppid=27103 vsize=0 CPUtime=12.08
/proc/27113/stat : 27113 (java) Z 27103 27103 26464 0 -1 1036 54911 0 1 0 1180 28 0 0 16 0 1 0 3464658 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27113/statm: 0 0 0 0 0 0 0
[pid=27121] ppid=27103 vsize=37536 CPUtime=1589.5
/proc/27121/stat : 27121 (minisat) R 27103 27103 26464 0 -1 0 9957 0 0 0 158937 13 0 0 25 0 1 0 3465884 38436864 8917 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27121/statm: 9384 8917 52 112 0 9268 0
Current children cumulated CPU time (s) 1602.26
Current children cumulated vsize (KiB) 54112

[startup+1663.15 s]
/proc/loadavg: 1.00 1.00 1.18 2/68 27321
/proc/meminfo: memFree=1428304/2055920 swapFree=4192956/4192956
[pid=27103] ppid=27101 vsize=16576 CPUtime=0.09
/proc/27103/stat : 27103 (sugar) S 27101 27103 26464 0 -1 4194304 2000 0 0 0 8 1 0 0 16 0 1 0 3464593 16973824 1510 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27103/statm: 4144 1510 373 3 0 1244 0
[pid=27105] ppid=27103 vsize=0 CPUtime=0.59
/proc/27105/stat : 27105 (java) Z 27103 27103 26464 0 -1 1036 7499 0 1 0 54 5 0 0 16 0 1 0 3464598 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/27105/statm: 0 0 0 0 0 0 0
[pid=27113] ppid=27103 vsize=0 CPUtime=12.08
/proc/27113/stat : 27113 (java) Z 27103 27103 26464 0 -1 1036 54911 0 1 0 1180 28 0 0 16 0 1 0 3464658 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27113/statm: 0 0 0 0 0 0 0
[pid=27121] ppid=27103 vsize=37536 CPUtime=1649.5
/proc/27121/stat : 27121 (minisat) R 27103 27103 26464 0 -1 0 9957 0 0 0 164937 13 0 0 25 0 1 0 3465884 38436864 8917 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27121/statm: 9384 8917 52 112 0 9268 0
Current children cumulated CPU time (s) 1662.26
Current children cumulated vsize (KiB) 54112

[startup+1723.17 s]
/proc/loadavg: 1.00 1.00 1.17 2/68 27321
/proc/meminfo: memFree=1423568/2055920 swapFree=4192956/4192956
[pid=27103] ppid=27101 vsize=16576 CPUtime=0.09
/proc/27103/stat : 27103 (sugar) S 27101 27103 26464 0 -1 4194304 2000 0 0 0 8 1 0 0 16 0 1 0 3464593 16973824 1510 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27103/statm: 4144 1510 373 3 0 1244 0
[pid=27105] ppid=27103 vsize=0 CPUtime=0.59
/proc/27105/stat : 27105 (java) Z 27103 27103 26464 0 -1 1036 7499 0 1 0 54 5 0 0 16 0 1 0 3464598 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/27105/statm: 0 0 0 0 0 0 0
[pid=27113] ppid=27103 vsize=0 CPUtime=12.08
/proc/27113/stat : 27113 (java) Z 27103 27103 26464 0 -1 1036 54911 0 1 0 1180 28 0 0 16 0 1 0 3464658 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27113/statm: 0 0 0 0 0 0 0
[pid=27121] ppid=27103 vsize=42336 CPUtime=1709.5
/proc/27121/stat : 27121 (minisat) R 27103 27103 26464 0 -1 0 11131 0 0 0 170935 15 0 0 25 0 1 0 3465884 43352064 10091 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 1 0 0
/proc/27121/statm: 10584 10091 52 112 0 10468 0
Current children cumulated CPU time (s) 1722.26
Current children cumulated vsize (KiB) 58912

[startup+1783.2 s]
/proc/loadavg: 1.00 1.00 1.16 2/68 27321
/proc/meminfo: memFree=1423440/2055920 swapFree=4192956/4192956
[pid=27103] ppid=27101 vsize=16576 CPUtime=0.09
/proc/27103/stat : 27103 (sugar) S 27101 27103 26464 0 -1 4194304 2000 0 0 0 8 1 0 0 16 0 1 0 3464593 16973824 1510 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27103/statm: 4144 1510 373 3 0 1244 0
[pid=27105] ppid=27103 vsize=0 CPUtime=0.59
/proc/27105/stat : 27105 (java) Z 27103 27103 26464 0 -1 1036 7499 0 1 0 54 5 0 0 16 0 1 0 3464598 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/27105/statm: 0 0 0 0 0 0 0
[pid=27113] ppid=27103 vsize=0 CPUtime=12.08
/proc/27113/stat : 27113 (java) Z 27103 27103 26464 0 -1 1036 54911 0 1 0 1180 28 0 0 16 0 1 0 3464658 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27113/statm: 0 0 0 0 0 0 0
[pid=27121] ppid=27103 vsize=42468 CPUtime=1769.5
/proc/27121/stat : 27121 (minisat) R 27103 27103 26464 0 -1 0 11159 0 0 0 176935 15 0 0 25 0 1 0 3465884 43487232 10119 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27121/statm: 10617 10119 52 112 0 10501 0
Current children cumulated CPU time (s) 1782.26
Current children cumulated vsize (KiB) 59044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.94 s]
/proc/loadavg: 1.08 1.02 1.16 2/68 27321
/proc/meminfo: memFree=1423376/2055920 swapFree=4192956/4192956
[pid=27103] ppid=27101 vsize=16576 CPUtime=0.09
/proc/27103/stat : 27103 (sugar) S 27101 27103 26464 0 -1 4194304 2000 0 0 0 8 1 0 0 16 0 1 0 3464593 16973824 1510 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27103/statm: 4144 1510 373 3 0 1244 0
[pid=27105] ppid=27103 vsize=0 CPUtime=0.59
/proc/27105/stat : 27105 (java) Z 27103 27103 26464 0 -1 1036 7499 0 1 0 54 5 0 0 16 0 1 0 3464598 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/27105/statm: 0 0 0 0 0 0 0
[pid=27113] ppid=27103 vsize=0 CPUtime=12.08
/proc/27113/stat : 27113 (java) Z 27103 27103 26464 0 -1 1036 54911 0 1 0 1180 28 0 0 16 0 1 0 3464658 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27113/statm: 0 0 0 0 0 0 0
[pid=27121] ppid=27103 vsize=42612 CPUtime=1787.24
/proc/27121/stat : 27121 (minisat) R 27103 27103 26464 0 -1 0 11178 0 0 0 178709 15 0 0 25 0 1 0 3465884 43634688 10138 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27121/statm: 10653 10138 52 112 0 10537 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 59188

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 27103 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=80987 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=17997
CPU time returned by wait4() is 0.098984
while last known CPU time is 1800.01

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

Real time (s): 1801.96
CPU time (s): 1800.01
CPU user time (s): 1799.51
CPU system time (s): 0.5
CPU usage (%): 99.8917
Max. virtual memory (cumulated for all children) (KiB): 821312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.080987
system time used= 0.017997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2085
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= 48
involuntary context switches= 10

runsolver used 2.19067 s user time and 4.21436 s system time

The end

Launcher Data (download as text)

Begin job on node35 on Mon Jan 29 18:56:49 UTC 2007


IDJOB= 208361
IDBENCH= 4375
IDSOLVER= 86
FILE ID= node35/208361-1170097008

PBS_JOBID= 3689673

Free space on /tmp= 66564 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19-fcd/rand-2-40-19-443-230-fcd-21_ext.xml
COMMAND LINE= /tmp/evaluation/208361-1170097008/solver /tmp/evaluation/208361-1170097008 /tmp/evaluation/208361-1170097008/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-208361-1170097008 -o ROOT/results/node35/solver-208361-1170097008 -C 1800 -M 900  /tmp/evaluation/208361-1170097008/solver /tmp/evaluation/208361-1170097008 /tmp/evaluation/208361-1170097008/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  60d029f939741094e4165622acf758d0

RANDOM SEED= 35813873

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1475000 kB
Buffers:         35652 kB
Cached:         459252 kB
SwapCached:          0 kB
Active:         142264 kB
Inactive:       368256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1475000 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1068 kB
Writeback:           0 kB
Mapped:          25784 kB
Slab:            56468 kB
Committed_AS:   145308 kB
PageTables:       1412 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= 66564 MiB



End job on node35 on Mon Jan 29 19:26:51 UTC 2007