Trace number 1059633

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 v1.13+minisat? (MO) 587.561 651.358

General information on the benchmark

Namecsp/fischer/
normalized-fischer-7-12-fair.xml
MD5SUM2ccd7d2b8346972effad35a4f422e8db
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1403.18
Satisfiable
(Un)Satisfiability was proved
Number of variables21794
Number of constraints20623
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20623
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 00:32:11 2008
0.00/0.04	c 0	PID 28753
0.00/0.04	c 0	HOST node79.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1059633-1215124331.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1059633-1215124331.xml' 'HOME/temp.csp'
1.56/1.68	c 2	3 domains, 21794 variables, 9 predicates, 0 relations, 20623 constraints
1.65/1.71	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.65/1.71	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.65/1.78	c 2	Parsing HOME/temp.csp
2.04/2.20	c 2	parsed 10000 expressions
2.23/2.38	c 3	parsed 20000 expressions
2.53/2.61	c 3	parsed 30000 expressions
2.73/2.81	c 3	parsed 40000 expressions
2.84/2.94	c 3	parsed 42429 expressions
2.84/2.94	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.84/2.94	c 3	Converting to clausal form CSP
2.84/2.99	c 3	converted 4243 (10%) expressions
2.93/3.00	c 3	converted 8486 (20%) expressions
2.93/3.01	c 3	converted 12729 (30%) expressions
2.93/3.02	c 3	converted 16972 (40%) expressions
2.93/3.03	c 3	converted 21215 (50%) expressions
3.13/3.29	c 3	converted 25458 (60%) expressions
3.73/3.82	c 4	converted 29701 (70%) expressions
4.23/4.34	c 4	converted 33944 (80%) expressions
4.51/4.67	c 5	converted 38187 (90%) expressions
4.92/5.01	c 5	converted 42429 (100%) expressions
4.92/5.02	c 5	CSP : 38155 integers, 1294 booleans, 93758 clauses, largest domain size 20001
4.92/5.02	c 5	Heap : 56 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.92/5.02	c 5	Propagation in CSP
539.52/542.28	c 542	535994063 values, 0 unsatisfiable literals, and 0 valid clauses are removed
539.52/542.29	c 542	CSP : 38155 integers, 1294 booleans, 93758 clauses, largest domain size 20001
539.52/542.29	c 542	Heap : 65 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
539.61/542.32	c 542	Simplifing CSP by introducing new Boolean variables
539.81/542.52	c 543	CSP : 38155 integers, 34404 booleans, 126868 clauses, largest domain size 20001
539.81/542.52	c 543	Heap : 71 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
540.31/543.03	c 543	Encoding CSP to SAT : HOME/temp.cnf
540.60/543.35	c 544	3816 (10%) CSP integer variables are encoded (236588 clauses, 3804231 bytes)
542.69/545.47	c 546	7631 (20%) CSP integer variables are encoded (2060348 clauses, 36934140 bytes)
543.58/546.37	c 547	11447 (30%) CSP integer variables are encoded (2820248 clauses, 51372240 bytes)
543.98/546.73	c 547	15262 (40%) CSP integer variables are encoded (3120215 clauses, 57071613 bytes)
544.57/547.32	c 547	19078 (50%) CSP integer variables are encoded (3595743 clauses, 66106645 bytes)
544.57/547.32	c 547	22893 (60%) CSP integer variables are encoded (3595743 clauses, 66106645 bytes)
545.15/547.97	c 548	26709 (70%) CSP integer variables are encoded (4145633 clauses, 76554555 bytes)
545.55/548.39	c 549	30524 (80%) CSP integer variables are encoded (4505561 clauses, 83393187 bytes)
545.65/548.48	c 549	34340 (90%) CSP integer variables are encoded (4575551 clauses, 84722997 bytes)
545.95/548.73	c 549	38155 (100%) CSP integer variables are encoded (4785519 clauses, 88712389 bytes)
572.64/575.61	c 576	12687 (10%) CSP clauses are encoded (20607869 clauses, 428194610 bytes)
573.04/576.07	c 576	25374 (20%) CSP clauses are encoded (20892116 clauses, 433900833 bytes)
574.53/577.54	c 578	38061 (30%) CSP clauses are encoded (21897288 clauses, 454292936 bytes)
576.60/579.64	c 580	50748 (40%) CSP clauses are encoded (23300843 clauses, 484110165 bytes)
578.06/581.11	c 581	63434 (50%) CSP clauses are encoded (24264914 clauses, 504588865 bytes)
578.06/581.18	c 581	76121 (60%) CSP clauses are encoded (24270926 clauses, 504711195 bytes)
578.15/581.25	c 581	88808 (70%) CSP clauses are encoded (24276862 clauses, 504831831 bytes)
578.84/581.97	c 582	101495 (80%) CSP clauses are encoded (24722761 clauses, 514301690 bytes)
579.88/584.17	c 584	114182 (90%) CSP clauses are encoded (25408774 clauses, 528874000 bytes)
579.97/584.26	c 584	126868 (100%) CSP clauses are encoded (25424122 clauses, 529268034 bytes)
579.97/584.26	c 584	126868 CSP clauses encoded
579.97/584.26	c 584	Writing map file : HOME/temp.map
580.07/584.38	c 585	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
580.07/584.38	c 585	SAT : 4830737 SAT variables, 25424122 SAT clauses, 529268034 bytes
580.07/584.38	c 585	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
580.16/584.41	c 585	SOLVING HOME/temp.cnf
580.16/584.41	c 585	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
580.16/584.42	c 585	This is MiniSat 2.0 beta
580.16/584.42	c 585	WARNING: for repeatability, setting FPU to use double precision
580.16/584.42	c 585	============================[ Problem Statistics ]=============================
580.16/584.42	c 585	|                                                                             |
580.16/584.42	c 585	|  Number of variables:  4830737                                              |
580.16/584.42	c 585	|  Number of clauses:    25424122                                             |
587.44/591.72	c ERROR INTERRUPTED
587.55/591.85	s UNKNOWN
587.55/591.85	c 592	CPU 575.5 (0.05 0.01 575.45 4.7)
587.55/591.85	c 592	END Fri Jul  4 00:42:03 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059633-1215124331/watcher-1059633-1215124331 -o /tmp/evaluation-result-1059633-1215124331/solver-1059633-1215124331 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1059633-1215124331.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.16 1.03 1.09 4/73 28753
/proc/meminfo: memFree=1565648/2055920 swapFree=4180532/4192956
[pid=28753] ppid=28751 vsize=12268 CPUtime=0
/proc/28753/stat : 28753 (sugar) R 28751 28753 27724 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 635363518 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 0 0 0 0 17 0 0 0
/proc/28753/statm: 3068 324 244 3 0 168 0

[startup+0.0552369 s]
/proc/loadavg: 1.16 1.03 1.09 4/73 28753
/proc/meminfo: memFree=1565648/2055920 swapFree=4180532/4192956
[pid=28753] ppid=28751 vsize=13600 CPUtime=0.03
/proc/28753/stat : 28753 (sugar) S 28751 28753 27724 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 635363518 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28753/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10124 s]
/proc/loadavg: 1.16 1.03 1.09 4/73 28753
/proc/meminfo: memFree=1565648/2055920 swapFree=4180532/4192956
[pid=28753] ppid=28751 vsize=13600 CPUtime=0.03
/proc/28753/stat : 28753 (sugar) S 28751 28753 27724 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 635363518 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28753/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301261 s]
/proc/loadavg: 1.16 1.03 1.09 4/73 28753
/proc/meminfo: memFree=1565648/2055920 swapFree=4180532/4192956
[pid=28753] ppid=28751 vsize=13600 CPUtime=0.03
/proc/28753/stat : 28753 (sugar) S 28751 28753 27724 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 635363518 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28753/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701303 s]
/proc/loadavg: 1.16 1.03 1.09 4/73 28753
/proc/meminfo: memFree=1565648/2055920 swapFree=4180532/4192956
[pid=28753] ppid=28751 vsize=13600 CPUtime=0.03
/proc/28753/stat : 28753 (sugar) S 28751 28753 27724 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 635363518 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28753/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50239 s]
/proc/loadavg: 1.16 1.03 1.09 4/84 28765
/proc/meminfo: memFree=1531896/2055920 swapFree=4180532/4192956
[pid=28753] ppid=28751 vsize=13600 CPUtime=0.03
/proc/28753/stat : 28753 (sugar) S 28751 28753 27724 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 635363518 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28753/statm: 3400 796 370 3 0 500 0
[pid=28756] ppid=28753 vsize=5356 CPUtime=0
/proc/28756/stat : 28756 (sh) S 28753 28753 27724 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 635363522 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28756/statm: 1339 233 193 169 0 50 0
[pid=28757] ppid=28756 vsize=864660 CPUtime=1.44
/proc/28757/stat : 28757 (java) S 28756 28753 27724 0 -1 0 16134 0 1 0 135 9 0 0 21 0 9 0 635363522 885411840 14169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28757/statm: 216165 14169 2529 9 0 210747 0
[pid=28757/tid=28758] ppid=28756 vsize=864660 CPUtime=0.76
/proc/28757/task/28758/stat : 28758 (java) R 28756 28753 27724 0 -1 64 3040 0 1 0 74 2 0 0 25 0 9 0 635363523 885411840 14169 996147200 134512640 134550740 4294956016 18446744073709551615 4125979199 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28757/tid=28759] ppid=28756 vsize=864660 CPUtime=0.52
/proc/28757/task/28759/stat : 28759 (java) S 28756 28753 27724 0 -1 64 11879 0 0 0 47 5 0 0 16 0 9 0 635363524 885411840 14169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28757/tid=28760] ppid=28756 vsize=864660 CPUtime=0
/proc/28757/task/28760/stat : 28760 (java) S 28756 28753 27724 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 635363524 885411840 14169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28757/tid=28761] ppid=28756 vsize=864660 CPUtime=0
/proc/28757/task/28761/stat : 28761 (java) S 28756 28753 27724 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635363524 885411840 14169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28757/tid=28762] ppid=28756 vsize=864660 CPUtime=0
/proc/28757/task/28762/stat : 28762 (java) S 28756 28753 27724 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635363526 885411840 14169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28757/tid=28763] ppid=28756 vsize=864660 CPUtime=0.13
/proc/28757/task/28763/stat : 28763 (java) S 28756 28753 27724 0 -1 64 515 0 0 0 13 0 0 0 16 0 9 0 635363526 885411840 14169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28757/tid=28764] ppid=28756 vsize=864660 CPUtime=0
/proc/28757/task/28764/stat : 28764 (java) S 28756 28753 27724 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635363526 885411840 14169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28757/tid=28765] ppid=28756 vsize=864660 CPUtime=0
/proc/28757/task/28765/stat : 28765 (java) S 28756 28753 27724 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635363526 885411840 14169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 883616

[startup+3.10255 s]
/proc/loadavg: 1.16 1.03 1.09 3/84 28775
/proc/meminfo: memFree=1555576/2055920 swapFree=4180532/4192956
[pid=28753] ppid=28751 vsize=13600 CPUtime=1.67
/proc/28753/stat : 28753 (sugar) S 28751 28753 27724 0 -1 4194304 974 16672 0 1 3 1 153 10 15 0 1 0 635363518 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28753/statm: 3400 797 370 3 0 500 0
[pid=28766] ppid=28753 vsize=5356 CPUtime=0
/proc/28766/stat : 28766 (sh) S 28753 28753 27724 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635363689 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28766/statm: 1339 233 193 169 0 50 0
[pid=28767] ppid=28766 vsize=865636 CPUtime=1.37
/proc/28767/stat : 28767 (java) S 28766 28753 27724 0 -1 0 9355 0 1 0 130 7 0 0 19 0 9 0 635363689 886411264 8127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28767/statm: 216409 8127 2542 9 0 210984 0
[pid=28767/tid=28768] ppid=28766 vsize=865636 CPUtime=0.88
/proc/28767/task/28768/stat : 28768 (java) R 28766 28753 27724 0 -1 64 2838 0 1 0 86 2 0 0 25 0 9 0 635363690 886411264 8127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28769] ppid=28766 vsize=865636 CPUtime=0.35
/proc/28767/task/28769/stat : 28769 (java) S 28766 28753 27724 0 -1 64 5140 0 0 0 32 3 0 0 16 0 9 0 635363691 886411264 8127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28770] ppid=28766 vsize=865636 CPUtime=0
/proc/28767/task/28770/stat : 28770 (java) S 28766 28753 27724 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635363692 886411264 8127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28771] ppid=28766 vsize=865636 CPUtime=0
/proc/28767/task/28771/stat : 28771 (java) S 28766 28753 27724 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 635363692 886411264 8127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28772] ppid=28766 vsize=865636 CPUtime=0
/proc/28767/task/28772/stat : 28772 (java) S 28766 28753 27724 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 635363693 886411264 8127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28773] ppid=28766 vsize=865636 CPUtime=0.11
/proc/28767/task/28773/stat : 28773 (java) R 28766 28753 27724 0 -1 64 681 0 0 0 11 0 0 0 16 0 9 0 635363693 886411264 8127 996147200 134512640 134550740 4294955952 18446744073709551615 101583518 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28774] ppid=28766 vsize=865636 CPUtime=0
/proc/28767/task/28774/stat : 28774 (java) S 28766 28753 27724 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 635363693 886411264 8127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28775] ppid=28766 vsize=865636 CPUtime=0
/proc/28767/task/28775/stat : 28775 (java) S 28766 28753 27724 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635363693 886411264 8127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 884592

[startup+6.30189 s]
/proc/loadavg: 1.31 1.07 1.10 3/84 28775
/proc/meminfo: memFree=1489656/2055920 swapFree=4180532/4192956
[pid=28753] ppid=28751 vsize=13600 CPUtime=1.67
/proc/28753/stat : 28753 (sugar) S 28751 28753 27724 0 -1 4194304 974 16672 0 1 3 1 153 10 15 0 1 0 635363518 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28753/statm: 3400 797 370 3 0 500 0
[pid=28766] ppid=28753 vsize=5356 CPUtime=0
/proc/28766/stat : 28766 (sh) S 28753 28753 27724 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635363689 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28766/statm: 1339 233 193 169 0 50 0
[pid=28767] ppid=28766 vsize=868428 CPUtime=4.54
/proc/28767/stat : 28767 (java) S 28766 28753 27724 0 -1 0 23656 0 1 0 439 15 0 0 19 0 9 0 635363689 889270272 21467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28767/statm: 217107 21467 2540 9 0 211682 0
[pid=28767/tid=28768] ppid=28766 vsize=868428 CPUtime=2.77
/proc/28767/task/28768/stat : 28768 (java) R 28766 28753 27724 0 -1 64 3692 0 1 0 274 3 0 0 25 0 9 0 635363690 889270272 21467 996147200 134512640 134550740 4294955952 18446744073709551615 4126980548 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28769] ppid=28766 vsize=868428 CPUtime=1.54
/proc/28767/task/28769/stat : 28769 (java) S 28766 28753 27724 0 -1 64 17786 0 0 0 144 10 0 0 16 0 9 0 635363691 889270272 21467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28770] ppid=28766 vsize=868428 CPUtime=0
/proc/28767/task/28770/stat : 28770 (java) S 28766 28753 27724 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635363692 889270272 21467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28771] ppid=28766 vsize=868428 CPUtime=0
/proc/28767/task/28771/stat : 28771 (java) S 28766 28753 27724 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 635363692 889270272 21467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28772] ppid=28766 vsize=868428 CPUtime=0
/proc/28767/task/28772/stat : 28772 (java) S 28766 28753 27724 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 635363693 889270272 21467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28773] ppid=28766 vsize=868428 CPUtime=0.21
/proc/28767/task/28773/stat : 28773 (java) S 28766 28753 27724 0 -1 64 1482 0 0 0 20 1 0 0 16 0 9 0 635363693 889270272 21467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28774] ppid=28766 vsize=868428 CPUtime=0
/proc/28767/task/28774/stat : 28774 (java) S 28766 28753 27724 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 635363693 889270272 21467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28775] ppid=28766 vsize=868428 CPUtime=0
/proc/28767/task/28775/stat : 28775 (java) S 28766 28753 27724 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635363693 889270272 21467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887384

[startup+12.7026 s]
/proc/loadavg: 1.36 1.08 1.11 3/84 28775
/proc/meminfo: memFree=1485624/2055920 swapFree=4180532/4192956
[pid=28753] ppid=28751 vsize=13600 CPUtime=1.67
/proc/28753/stat : 28753 (sugar) S 28751 28753 27724 0 -1 4194304 974 16672 0 1 3 1 153 10 15 0 1 0 635363518 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28753/statm: 3400 797 370 3 0 500 0
[pid=28766] ppid=28753 vsize=5356 CPUtime=0
/proc/28766/stat : 28766 (sh) S 28753 28753 27724 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635363689 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28766/statm: 1339 233 193 169 0 50 0
[pid=28767] ppid=28766 vsize=868428 CPUtime=10.91
/proc/28767/stat : 28767 (java) S 28766 28753 27724 0 -1 0 23856 0 1 0 1075 16 0 0 19 0 9 0 635363689 889270272 21514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28767/statm: 217107 21514 2540 9 0 211682 0
[pid=28767/tid=28768] ppid=28766 vsize=868428 CPUtime=9.05
/proc/28767/task/28768/stat : 28768 (java) R 28766 28753 27724 0 -1 64 3845 0 1 0 902 3 0 0 25 0 9 0 635363690 889270272 21514 996147200 134512640 134550740 4294955952 18446744073709551615 4126981839 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28769] ppid=28766 vsize=868428 CPUtime=1.63
/proc/28767/task/28769/stat : 28769 (java) S 28766 28753 27724 0 -1 64 17833 0 0 0 152 11 0 0 16 0 9 0 635363691 889270272 21514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28770] ppid=28766 vsize=868428 CPUtime=0
/proc/28767/task/28770/stat : 28770 (java) S 28766 28753 27724 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635363692 889270272 21514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28771] ppid=28766 vsize=868428 CPUtime=0
/proc/28767/task/28771/stat : 28771 (java) S 28766 28753 27724 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 635363692 889270272 21514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28772] ppid=28766 vsize=868428 CPUtime=0
/proc/28767/task/28772/stat : 28772 (java) S 28766 28753 27724 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 635363693 889270272 21514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28773] ppid=28766 vsize=868428 CPUtime=0.21
/proc/28767/task/28773/stat : 28773 (java) S 28766 28753 27724 0 -1 64 1482 0 0 0 20 1 0 0 16 0 9 0 635363693 889270272 21514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28774] ppid=28766 vsize=868428 CPUtime=0
/proc/28767/task/28774/stat : 28774 (java) S 28766 28753 27724 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 635363693 889270272 21514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28775] ppid=28766 vsize=868428 CPUtime=0
/proc/28767/task/28775/stat : 28775 (java) S 28766 28753 27724 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635363693 889270272 21514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 887384

[startup+25.5029 s]
/proc/loadavg: 1.50 1.12 1.12 3/84 28775
/proc/meminfo: memFree=1485688/2055920 swapFree=4180532/4192956
[pid=28753] ppid=28751 vsize=13600 CPUtime=1.67
/proc/28753/stat : 28753 (sugar) S 28751 28753 27724 0 -1 4194304 974 16672 0 1 3 1 153 10 15 0 1 0 635363518 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28753/statm: 3400 797 370 3 0 500 0
[pid=28766] ppid=28753 vsize=5356 CPUtime=0
/proc/28766/stat : 28766 (sh) S 28753 28753 27724 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635363689 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28766/statm: 1339 233 193 169 0 50 0
[pid=28767] ppid=28766 vsize=868428 CPUtime=23.65
/proc/28767/stat : 28767 (java) S 28766 28753 27724 0 -1 0 24166 0 1 0 2346 19 0 0 19 0 9 0 635363689 889270272 21520 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28767/statm: 217107 21520 2540 9 0 211682 0
[pid=28767/tid=28768] ppid=28766 vsize=868428 CPUtime=21.63
/proc/28767/task/28768/stat : 28768 (java) R 28766 28753 27724 0 -1 64 4149 0 1 0 2159 4 0 0 25 0 9 0 635363690 889270272 21520 996147200 134512640 134550740 4294955952 18446744073709551615 4126583200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28769] ppid=28766 vsize=868428 CPUtime=1.77
/proc/28767/task/28769/stat : 28769 (java) S 28766 28753 27724 0 -1 64 17839 0 0 0 165 12 0 0 16 0 9 0 635363691 889270272 21520 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28770] ppid=28766 vsize=868428 CPUtime=0
/proc/28767/task/28770/stat : 28770 (java) S 28766 28753 27724 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635363692 889270272 21520 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28771] ppid=28766 vsize=868428 CPUtime=0
/proc/28767/task/28771/stat : 28771 (java) S 28766 28753 27724 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 635363692 889270272 21520 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/28767/task/28771/stat : 28771 (java) S 28766 28753 27724 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 635363692 889270272 21702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28772] ppid=28766 vsize=868428 CPUtime=0
/proc/28767/task/28772/stat : 28772 (java) S 28766 28753 27724 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 635363693 889270272 21702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28773] ppid=28766 vsize=868428 CPUtime=0.21
/proc/28767/task/28773/stat : 28773 (java) S 28766 28753 27724 0 -1 64 1482 0 0 0 20 1 0 0 16 0 9 0 635363693 889270272 21702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28774] ppid=28766 vsize=868428 CPUtime=0
/proc/28767/task/28774/stat : 28774 (java) S 28766 28753 27724 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 635363693 889270272 21702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28775] ppid=28766 vsize=868428 CPUtime=0
/proc/28767/task/28775/stat : 28775 (java) S 28766 28753 27724 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635363693 889270272 21702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.71
Current children cumulated vsize (KiB) 887384

[startup+582.303 s]
/proc/loadavg: 3.01 2.09 1.57 3/84 28776
/proc/meminfo: memFree=951608/2055920 swapFree=4180532/4192956
[pid=28753] ppid=28751 vsize=13600 CPUtime=1.67
/proc/28753/stat : 28753 (sugar) S 28751 28753 27724 0 -1 4194304 974 16672 0 1 3 1 153 10 15 0 1 0 635363518 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28753/statm: 3400 797 370 3 0 500 0
[pid=28766] ppid=28753 vsize=5356 CPUtime=0
/proc/28766/stat : 28766 (sh) S 28753 28753 27724 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635363689 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28766/statm: 1339 233 193 169 0 50 0
[pid=28767] ppid=28766 vsize=868540 CPUtime=577.57
/proc/28767/stat : 28767 (java) S 28766 28753 27724 0 -1 0 45025 0 1 0 57307 450 0 0 19 0 9 0 635363689 889384960 24108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28767/statm: 217135 24108 2565 9 0 211682 0
[pid=28767/tid=28768] ppid=28766 vsize=868540 CPUtime=567.68
/proc/28767/task/28768/stat : 28768 (java) R 28766 28753 27724 0 -1 64 18295 0 1 0 56434 334 0 0 25 0 9 0 635363690 889384960 24108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28769] ppid=28766 vsize=868540 CPUtime=9.58
/proc/28767/task/28769/stat : 28769 (java) S 28766 28753 27724 0 -1 64 24512 0 0 0 845 113 0 0 16 0 9 0 635363691 889384960 24108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28770] ppid=28766 vsize=868540 CPUtime=0
/proc/28767/task/28770/stat : 28770 (java) S 28766 28753 27724 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635363692 889384960 24108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28771] ppid=28766 vsize=868540 CPUtime=0
/proc/28767/task/28771/stat : 28771 (java) S 28766 28753 27724 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 635363692 889384960 24108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28772] ppid=28766 vsize=868540 CPUtime=0
/proc/28767/task/28772/stat : 28772 (java) S 28766 28753 27724 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 635363693 889384960 24108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28773] ppid=28766 vsize=868540 CPUtime=0.27
/proc/28767/task/28773/stat : 28773 (java) S 28766 28753 27724 0 -1 64 1522 0 0 0 26 1 0 0 17 0 9 0 635363693 889384960 24108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28774] ppid=28766 vsize=868540 CPUtime=0
/proc/28767/task/28774/stat : 28774 (java) S 28766 28753 27724 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 635363693 889384960 24108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28767/tid=28775] ppid=28766 vsize=868540 CPUtime=0
/proc/28767/task/28775/stat : 28775 (java) S 28766 28753 27724 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635363693 889384960 24108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.24
Current children cumulated vsize (KiB) 887496



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+591.702 s]
/proc/loadavg: 3.08 2.14 1.59 3/76 28778
/proc/meminfo: memFree=163064/2055920 swapFree=4180532/4192956
[pid=28753] ppid=28751 vsize=13600 CPUtime=580.2
/proc/28753/stat : 28753 (sugar) S 28751 28753 27724 0 -1 4194304 1033 62057 0 2 5 1 57545 469 16 0 1 0 635363518 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28753/statm: 3400 799 370 3 0 500 0
[pid=28777] ppid=28753 vsize=5356 CPUtime=0
/proc/28777/stat : 28777 (sh) S 28753 28753 27724 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635421960 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28777/statm: 1339 232 193 169 0 50 0
[pid=28778] ppid=28777 vsize=909108 CPUtime=7.24
/proc/28778/stat : 28778 (minisat) R 28777 28753 27724 0 -1 4194304 212503 0 0 0 574 150 0 0 25 0 1 0 635421960 930926592 212489 996147200 134512640 135127466 4294956272 18446744073709551615 134704161 0 0 4096 3 0 0 0 17 1 0 0
/proc/28778/statm: 227277 212489 62 150 0 227124 0
Current children cumulated CPU time (s) 587.44
Current children cumulated vsize (KiB) 928064

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

[startup+591.825 s]
/proc/loadavg: 3.08 2.14 1.59 3/76 28778
/proc/meminfo: memFree=163064/2055920 swapFree=4180532/4192956
[pid=28753] ppid=28751 vsize=13600 CPUtime=580.2
/proc/28753/stat : 28753 (sugar) S 28751 28753 27724 0 -1 4194304 1044 62057 0 2 5 1 57545 469 16 0 1 0 635363518 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/28753/statm: 3400 799 370 3 0 500 0
[pid=28777] ppid=28753 vsize=0 CPUtime=0
/proc/28777/stat : 28777 (sh) Z 28753 28753 27724 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 635421960 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/28777/statm: 0 0 0 0 0 0 0
[pid=28778] ppid=1 vsize=0 CPUtime=7.35
/proc/28778/stat : 28778 (minisat) R 1 28753 27724 0 -1 4195332 212503 0 0 0 574 161 0 0 25 0 1 0 635421960 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/28778/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 587.55
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (580.21 s) is less than in the last sample (587.55 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (7.33997 s) to the 'lost time'.

[startup+591.903 s]
/proc/loadavg: 3.08 2.14 1.59 3/76 28778
/proc/meminfo: memFree=163064/2055920 swapFree=4180532/4192956
[pid=28753] ppid=28751 vsize=13600 CPUtime=580.21
/proc/28753/stat : 28753 (sugar) D 28751 28753 27724 0 -1 4194304 1069 62334 0 2 5 1 57545 470 15 0 1 0 635363518 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/28753/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 580.21
Current children cumulated vsize (KiB) 13600

Sending SIGKILL to process tree (bottom up)

[startup+642.302 s]
/proc/loadavg: 3.67 2.46 1.74 2/74 28779
/proc/meminfo: memFree=1025224/2055920 swapFree=4180532/4192956
[pid=28753] ppid=28751 vsize=13600 CPUtime=580.21
/proc/28753/stat : 28753 (sugar) D 28751 28753 27724 0 -1 4194304 1069 62334 0 2 5 1 57545 470 15 0 1 0 635363518 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 256 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/28753/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 580.21
Current children cumulated vsize (KiB) 13600

Solver just ended. Dumping a history of the last processes samples

[startup+646.201 s]
/proc/loadavg: 3.67 2.46 1.74 2/74 28779
/proc/meminfo: memFree=1025672/2055920 swapFree=4180532/4192956
[pid=28753] ppid=28751 vsize=13600 CPUtime=580.21
/proc/28753/stat : 28753 (sugar) D 28751 28753 27724 0 -1 4194304 1069 62334 0 2 5 1 57545 470 15 0 1 0 635363518 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 256 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/28753/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 580.21
Current children cumulated vsize (KiB) 13600

[startup+649.402 s]
/proc/loadavg: 3.70 2.49 1.75 2/74 28779
/proc/meminfo: memFree=1026376/2055920 swapFree=4180532/4192956
[pid=28753] ppid=28751 vsize=13600 CPUtime=580.21
/proc/28753/stat : 28753 (sugar) D 28751 28753 27724 0 -1 4194304 1069 62334 0 2 5 1 57545 470 15 0 1 0 635363518 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 256 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/28753/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 580.21
Current children cumulated vsize (KiB) 13600

[startup+650.202 s]
/proc/loadavg: 3.70 2.49 1.75 2/74 28779
/proc/meminfo: memFree=1026440/2055920 swapFree=4180532/4192956
[pid=28753] ppid=28751 vsize=13600 CPUtime=580.21
/proc/28753/stat : 28753 (sugar) D 28751 28753 27724 0 -1 4194304 1069 62334 0 2 5 1 57545 470 15 0 1 0 635363518 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 256 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/28753/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 580.21
Current children cumulated vsize (KiB) 13600

[startup+651.002 s]
/proc/loadavg: 3.70 2.49 1.75 2/74 28779
/proc/meminfo: memFree=1026440/2055920 swapFree=4180532/4192956
[pid=28753] ppid=28751 vsize=13600 CPUtime=580.21
/proc/28753/stat : 28753 (sugar) D 28751 28753 27724 0 -1 4194304 1069 62334 0 2 5 1 57545 470 15 0 1 0 635363518 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 256 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/28753/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 580.21
Current children cumulated vsize (KiB) 13600

[startup+651.207 s]
/proc/loadavg: 3.70 2.49 1.75 2/74 28779
/proc/meminfo: memFree=1026696/2055920 swapFree=4180532/4192956
[pid=28753] ppid=28751 vsize=13600 CPUtime=580.21
/proc/28753/stat : 28753 (sugar) D 28751 28753 27724 0 -1 4194304 1069 62334 0 2 5 1 57545 470 15 0 1 0 635363518 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 256 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/28753/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 580.21
Current children cumulated vsize (KiB) 13600

[startup+651.302 s]
/proc/loadavg: 3.70 2.49 1.75 2/74 28779
/proc/meminfo: memFree=1026696/2055920 swapFree=4180532/4192956
[pid=28753] ppid=28751 vsize=13600 CPUtime=580.21
/proc/28753/stat : 28753 (sugar) D 28751 28753 27724 0 -1 4194304 1069 62334 0 2 5 1 57545 470 15 0 1 0 635363518 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 256 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/28753/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 580.21
Current children cumulated vsize (KiB) 13600

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 7.33997
#  lost CPU user time (s): 5.73999
#  lost CPU system time (s): 1.6

Real time (s): 651.358
CPU time (s): 587.561
CPU user time (s): 581.245
CPU system time (s): 6.31528
CPU usage (%): 90.2055
Max. virtual memory (cumulated for all children) (KiB): 928064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 575.506
system time used= 4.71528
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63403
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117141
involuntary context switches= 123373

runsolver used 0.789879 second user time and 2.17367 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-04 00:32:11
IDJOB=1059633
IDBENCH=54310
IDSOLVER=346
FILE ID=node79/1059633-1215124331
PBS_JOBID= 7877049
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-7-12-fair.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059633-1215124331/watcher-1059633-1215124331 -o /tmp/evaluation-result-1059633-1215124331/solver-1059633-1215124331 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1059633-1215124331.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2ccd7d2b8346972effad35a4f422e8db
RANDOM SEED=1304594880

node79.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1566128 kB
Buffers:         73660 kB
Cached:         259896 kB
SwapCached:       6580 kB
Active:         255272 kB
Inactive:       170868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1566128 kB
SwapTotal:     4192956 kB
SwapFree:      4180532 kB
Dirty:            5136 kB
Writeback:           0 kB
Mapped:         100208 kB
Slab:            49012 kB
Committed_AS:  1029604 kB
PageTables:       1872 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= 66020 MiB
End job on node79 at 2008-07-04 00:43:03