Trace number 2083182

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.14.6+minisat? (MO) 193.144 727.031

General information on the benchmark

Namecsp/fapp/fapp13/
normalized-fapp13-2000-7.xml
MD5SUM84133ea5ae34af4b55008c1b033d164e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark198.569
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints25652
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25652
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 07:33:49 2009
0.00/0.07	c 0	PID 24700
0.00/0.07	c 0	HOST node85.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2083182-1247376827.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083182-1247376827.xml' 'HOME/temp.csp'
1.67/1.76	c 2	49 domains, 2000 variables, 8 predicates, 0 relations, 25652 constraints
1.74/1.80	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.74/1.80	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.74/1.87	c 2	Parsing HOME/temp.csp
1.74/2.09	c 2	parsed 10000 expressions
2.13/2.24	c 2	parsed 20000 expressions
2.23/2.38	c 2	parsed 27709 expressions
2.23/2.39	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.23/2.39	c 2	Converting to clausal form CSP
3.61/3.71	c 4	converted 2771 (10%) expressions
6.58/6.78	c 7	converted 5542 (20%) expressions
9.74/9.94	c 10	converted 8313 (30%) expressions
12.81/13.08	c 13	converted 11084 (40%) expressions
15.28/15.58	c 15	converted 13855 (50%) expressions
18.55/18.83	c 19	converted 16626 (60%) expressions
20.82/21.12	c 21	converted 19397 (70%) expressions
23.20/23.52	c 23	converted 22168 (80%) expressions
25.19/25.56	c 25	converted 24939 (90%) expressions
26.87/27.24	c 27	converted 27709 (100%) expressions
26.87/27.25	c 27	CSP : 7373 integers, 73503 booleans, 166353 clauses, largest domain size 2657
26.87/27.25	c 27	Heap : 178 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
26.87/27.25	c 27	Propagation in CSP
29.86/30.26	c 30	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
29.86/30.27	c 30	CSP : 7373 integers, 73503 booleans, 166353 clauses, largest domain size 2657
29.86/30.27	c 30	Heap : 183 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
29.96/30.33	c 30	Simplifing CSP by introducing new Boolean variables
30.25/30.61	c 31	CSP : 7373 integers, 134139 booleans, 226989 clauses, largest domain size 2657
30.25/30.61	c 31	Heap : 194 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
31.45/31.82	c 32	Encoding CSP to SAT : HOME/temp.cnf
33.33/33.78	c 34	738 (10%) CSP integer variables are encoded (117562 clauses, 1777793 bytes)
35.22/35.65	c 36	1475 (20%) CSP integer variables are encoded (233325 clauses, 3745764 bytes)
37.01/37.50	c 37	2212 (30%) CSP integer variables are encoded (740018 clauses, 12359545 bytes)
38.90/39.31	c 39	2950 (40%) CSP integer variables are encoded (2301554 clauses, 41513438 bytes)
40.68/41.14	c 41	3687 (50%) CSP integer variables are encoded (3849825 clauses, 70930587 bytes)
42.44/42.93	c 43	4424 (60%) CSP integer variables are encoded (5344932 clauses, 99337620 bytes)
44.23/44.77	c 45	5162 (70%) CSP integer variables are encoded (6898164 clauses, 128849028 bytes)
46.13/46.67	c 47	5899 (80%) CSP integer variables are encoded (8457255 clauses, 158471757 bytes)
47.94/53.53	c 53	6636 (90%) CSP integer variables are encoded (9926800 clauses, 186393112 bytes)
49.82/55.41	c 55	7373 (100%) CSP integer variables are encoded (11430017 clauses, 217827608 bytes)
63.26/71.35	c 71	22699 (10%) CSP clauses are encoded (16638962 clauses, 358676337 bytes)
77.48/89.11	c 89	45398 (20%) CSP clauses are encoded (22308309 clauses, 515750733 bytes)
89.95/104.11	c 104	68097 (30%) CSP clauses are encoded (27218502 clauses, 652352536 bytes)
103.84/122.32	c 122	90796 (40%) CSP clauses are encoded (32780777 clauses, 806989855 bytes)
118.15/141.84	c 142	113495 (50%) CSP clauses are encoded (38545165 clauses, 967722199 bytes)
132.23/160.84	c 161	136194 (60%) CSP clauses are encoded (44249597 clauses, 1127020670 bytes)
146.89/435.20	c 435	158893 (70%) CSP clauses are encoded (50104574 clauses, 1290799204 bytes)
159.55/449.81	c 450	181592 (80%) CSP clauses are encoded (55384083 clauses, 1442936156 bytes)
173.31/469.05	c 469	204291 (90%) CSP clauses are encoded (61268300 clauses, 1614691349 bytes)
187.20/492.59	c 492	226989 (100%) CSP clauses are encoded (67360757 clauses, 1793724097 bytes)
187.20/492.59	c 492	226989 CSP clauses encoded
187.29/495.13	c 495	Writing map file : HOME/temp.map
187.35/495.24	c 495	Heap : 194 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
187.35/495.24	c 495	SAT : 11571529 SAT variables, 67360757 SAT clauses, 1793724097 bytes
187.35/495.24	c 495	Heap : 194 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
187.43/495.31	c 495	SOLVING HOME/temp.cnf
187.43/495.31	c 495	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
187.46/504.64	c 505	This is MiniSat 2.0 beta
187.46/504.64	c 505	WARNING: for repeatability, setting FPU to use double precision
187.46/504.75	c 505	============================[ Problem Statistics ]=============================
187.46/504.75	c 505	|                                                                             |
187.46/507.87	c 508	|  Number of variables:  11571529                                             |
187.46/507.87	c 508	|  Number of clauses:    67360757                                             |
192.87/725.02	c ERROR INTERRUPTED

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083182-1247376827/watcher-2083182-1247376827 -o /tmp/evaluation-result-2083182-1247376827/solver-2083182-1247376827 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083182-1247376827.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): 2000 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


[startup+0 s]
/proc/loadavg: 1.95 1.98 2.29 4/83 24700
/proc/meminfo: memFree=1784224/2055920 swapFree=4192812/4192956
[pid=24700] ppid=24698 vsize=7504 CPUtime=0
/proc/24700/stat : 24700 (sugar) R 24698 24700 18930 0 -1 4194304 66 0 0 0 0 0 0 0 20 0 1 0 24748212 7684096 51 996147200 4194304 4206940 548682068608 18446744073709551615 214942414217 0 0 4096 0 0 0 0 17 1 0 0
/proc/24700/statm: 1876 51 38 3 0 55 0

[startup+0.1056 s]
/proc/loadavg: 1.95 1.98 2.29 4/83 24700
/proc/meminfo: memFree=1784224/2055920 swapFree=4192812/4192956
[pid=24700] ppid=24698 vsize=16868 CPUtime=0.06
/proc/24700/stat : 24700 (sugar) S 24698 24700 18930 0 -1 4194304 1227 128 0 0 4 2 0 0 18 0 1 0 24748212 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24700/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.202606 s]
/proc/loadavg: 1.95 1.98 2.29 4/83 24700
/proc/meminfo: memFree=1784224/2055920 swapFree=4192812/4192956
[pid=24700] ppid=24698 vsize=16868 CPUtime=0.06
/proc/24700/stat : 24700 (sugar) S 24698 24700 18930 0 -1 4194304 1227 128 0 0 4 2 0 0 18 0 1 0 24748212 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24700/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302618 s]
/proc/loadavg: 1.95 1.98 2.29 4/83 24700
/proc/meminfo: memFree=1784224/2055920 swapFree=4192812/4192956
[pid=24700] ppid=24698 vsize=16868 CPUtime=0.06
/proc/24700/stat : 24700 (sugar) S 24698 24700 18930 0 -1 4194304 1227 128 0 0 4 2 0 0 18 0 1 0 24748212 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24700/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702671 s]
/proc/loadavg: 1.95 1.98 2.29 4/83 24700
/proc/meminfo: memFree=1784224/2055920 swapFree=4192812/4192956
[pid=24700] ppid=24698 vsize=16868 CPUtime=0.06
/proc/24700/stat : 24700 (sugar) S 24698 24700 18930 0 -1 4194304 1227 128 0 0 4 2 0 0 18 0 1 0 24748212 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24700/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50176 s]
/proc/loadavg: 1.95 1.98 2.29 4/94 24712
/proc/meminfo: memFree=1748296/2055920 swapFree=4192812/4192956
[pid=24700] ppid=24698 vsize=16868 CPUtime=0.06
/proc/24700/stat : 24700 (sugar) S 24698 24700 18930 0 -1 4194304 1227 128 0 0 4 2 0 0 18 0 1 0 24748212 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24700/statm: 4217 1111 409 3 0 796 0
[pid=24703] ppid=24700 vsize=5356 CPUtime=0
/proc/24703/stat : 24703 (sh) S 24700 24700 18930 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24748220 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24703/statm: 1339 233 193 169 0 50 0
[pid=24704] ppid=24703 vsize=864776 CPUtime=1.41
/proc/24704/stat : 24704 (java) S 24703 24700 18930 0 -1 0 15163 0 1 0 132 9 0 0 18 0 9 0 24748220 885530624 13194 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24704/statm: 216194 13194 2557 9 0 210706 0
[pid=24704/tid=24705] ppid=24703 vsize=864776 CPUtime=0.8
/proc/24704/task/24705/stat : 24705 (java) R 24703 24700 18930 0 -1 64 3077 0 1 0 77 3 0 0 24 0 9 0 24748221 885530624 13194 996147200 134512640 134550932 4294955984 18446744073709551615 4126095896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24704/tid=24706] ppid=24703 vsize=864776 CPUtime=0.44
/proc/24704/task/24706/stat : 24706 (java) S 24703 24700 18930 0 -1 64 10850 0 0 0 41 3 0 0 16 0 9 0 24748223 885530624 13194 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24704/tid=24707] ppid=24703 vsize=864776 CPUtime=0
/proc/24704/task/24707/stat : 24707 (java) S 24703 24700 18930 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24748223 885530624 13194 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24704/tid=24708] ppid=24703 vsize=864776 CPUtime=0
/proc/24704/task/24708/stat : 24708 (java) S 24703 24700 18930 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24748223 885530624 13194 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24704/tid=24709] ppid=24703 vsize=864776 CPUtime=0
/proc/24704/task/24709/stat : 24709 (java) S 24703 24700 18930 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24748225 885530624 13194 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24704/tid=24710] ppid=24703 vsize=864776 CPUtime=0.13
/proc/24704/task/24710/stat : 24710 (java) S 24703 24700 18930 0 -1 64 530 0 0 0 12 1 0 0 16 0 9 0 24748225 885530624 13194 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24704/tid=24711] ppid=24703 vsize=864776 CPUtime=0
/proc/24704/task/24711/stat : 24711 (java) S 24703 24700 18930 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24748225 885530624 13194 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24704/tid=24712] ppid=24703 vsize=864776 CPUtime=0
/proc/24704/task/24712/stat : 24712 (java) S 24703 24700 18930 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24748225 885530624 13194 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 887000

[startup+3.10193 s]
/proc/loadavg: 1.95 1.98 2.29 3/94 24722
/proc/meminfo: memFree=1767744/2055920 swapFree=4192812/4192956
[pid=24700] ppid=24698 vsize=16868 CPUtime=1.74
/proc/24700/stat : 24700 (sugar) S 24698 24700 18930 0 -1 4194304 1309 15707 0 1 4 2 158 10 16 0 1 0 24748212 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24700/statm: 4217 1111 409 3 0 796 0
[pid=24713] ppid=24700 vsize=5356 CPUtime=0
/proc/24713/stat : 24713 (sh) S 24700 24700 18930 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24748392 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24713/statm: 1339 233 193 169 0 50 0
[pid=24714] ppid=24713 vsize=868656 CPUtime=1.27
/proc/24714/stat : 24714 (java) S 24713 24700 18930 0 -1 0 9870 0 1 0 121 6 0 0 20 0 9 0 24748393 889503744 8899 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24714/statm: 217164 8899 2567 9 0 211669 0
[pid=24714/tid=24715] ppid=24713 vsize=868656 CPUtime=0.77
/proc/24714/task/24715/stat : 24715 (java) R 24713 24700 18930 0 -1 64 2716 0 1 0 76 1 0 0 25 0 9 0 24748394 889503744 8899 996147200 134512640 134550932 4294955936 18446744073709551615 4126509622 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24716] ppid=24713 vsize=868656 CPUtime=0.31
/proc/24714/task/24716/stat : 24716 (java) S 24713 24700 18930 0 -1 64 4986 0 0 0 29 2 0 0 16 0 9 0 24748395 889503744 8899 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24717] ppid=24713 vsize=868656 CPUtime=0
/proc/24714/task/24717/stat : 24717 (java) S 24713 24700 18930 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24748395 889503744 8899 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24718] ppid=24713 vsize=868656 CPUtime=0
/proc/24714/task/24718/stat : 24718 (java) S 24713 24700 18930 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24748395 889503744 8899 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24719] ppid=24713 vsize=868656 CPUtime=0
/proc/24714/task/24719/stat : 24719 (java) S 24713 24700 18930 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24748397 889503744 8899 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24720] ppid=24713 vsize=868656 CPUtime=0.17
/proc/24714/task/24720/stat : 24720 (java) S 24713 24700 18930 0 -1 64 1465 0 0 0 16 1 0 0 15 0 9 0 24748397 889503744 8899 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24721] ppid=24713 vsize=868656 CPUtime=0
/proc/24714/task/24721/stat : 24721 (java) S 24713 24700 18930 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24748397 889503744 8899 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24722] ppid=24713 vsize=868656 CPUtime=0
/proc/24714/task/24722/stat : 24722 (java) S 24713 24700 18930 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24748397 889503744 8899 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890880

[startup+6.3023 s]
/proc/loadavg: 1.95 1.98 2.29 3/94 24722
/proc/meminfo: memFree=1739968/2055920 swapFree=4192812/4192956
[pid=24700] ppid=24698 vsize=16868 CPUtime=1.74
/proc/24700/stat : 24700 (sugar) S 24698 24700 18930 0 -1 4194304 1309 15707 0 1 4 2 158 10 16 0 1 0 24748212 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24700/statm: 4217 1111 409 3 0 796 0
[pid=24713] ppid=24700 vsize=5356 CPUtime=0
/proc/24713/stat : 24713 (sh) S 24700 24700 18930 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24748392 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24713/statm: 1339 233 193 169 0 50 0
[pid=24714] ppid=24713 vsize=868656 CPUtime=4.44
/proc/24714/stat : 24714 (java) S 24713 24700 18930 0 -1 0 14879 0 1 0 434 10 0 0 20 0 9 0 24748393 889503744 13687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24714/statm: 217164 13687 2567 9 0 211669 0
[pid=24714/tid=24715] ppid=24713 vsize=868656 CPUtime=3.46
/proc/24714/task/24715/stat : 24715 (java) R 24713 24700 18930 0 -1 64 3049 0 1 0 344 2 0 0 25 0 9 0 24748394 889503744 13687 996147200 134512640 134550932 4294955936 18446744073709551615 4126583889 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24716] ppid=24713 vsize=868656 CPUtime=0.75
/proc/24714/task/24716/stat : 24716 (java) S 24713 24700 18930 0 -1 64 9649 0 0 0 70 5 0 0 16 0 9 0 24748395 889503744 13687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24717] ppid=24713 vsize=868656 CPUtime=0
/proc/24714/task/24717/stat : 24717 (java) S 24713 24700 18930 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24748395 889503744 13687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24718] ppid=24713 vsize=868656 CPUtime=0
/proc/24714/task/24718/stat : 24718 (java) S 24713 24700 18930 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24748395 889503744 13687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24719] ppid=24713 vsize=868656 CPUtime=0
/proc/24714/task/24719/stat : 24719 (java) S 24713 24700 18930 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24748397 889503744 13687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24720] ppid=24713 vsize=868656 CPUtime=0.19
/proc/24714/task/24720/stat : 24720 (java) S 24713 24700 18930 0 -1 64 1478 0 0 0 18 1 0 0 15 0 9 0 24748397 889503744 13687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24721] ppid=24713 vsize=868656 CPUtime=0
/proc/24714/task/24721/stat : 24721 (java) S 24713 24700 18930 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24748397 889503744 13687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24722] ppid=24713 vsize=868656 CPUtime=0
/proc/24714/task/24722/stat : 24722 (java) S 24713 24700 18930 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24748397 889503744 13687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890880

[startup+12.703 s]
/proc/loadavg: 2.04 2.00 2.29 3/94 24722
/proc/meminfo: memFree=1695872/2055920 swapFree=4192812/4192956
[pid=24700] ppid=24698 vsize=16868 CPUtime=1.74
/proc/24700/stat : 24700 (sugar) S 24698 24700 18930 0 -1 4194304 1309 15707 0 1 4 2 158 10 16 0 1 0 24748212 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24700/statm: 4217 1111 409 3 0 796 0
[pid=24713] ppid=24700 vsize=5356 CPUtime=0
/proc/24713/stat : 24713 (sh) S 24700 24700 18930 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24748392 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24713/statm: 1339 233 193 169 0 50 0
[pid=24714] ppid=24713 vsize=868656 CPUtime=10.77
/proc/24714/stat : 24714 (java) S 24713 24700 18930 0 -1 0 33428 0 1 0 1057 20 0 0 20 0 9 0 24748393 889503744 24412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24714/statm: 217164 24412 2568 9 0 211669 0
[pid=24714/tid=24715] ppid=24713 vsize=868656 CPUtime=8.36
/proc/24714/task/24715/stat : 24715 (java) R 24713 24700 18930 0 -1 64 3904 0 1 0 833 3 0 0 25 0 9 0 24748394 889503744 24412 996147200 134512640 134550932 4294955936 18446744073709551615 4126508352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24716] ppid=24713 vsize=868656 CPUtime=2.18
/proc/24714/task/24716/stat : 24716 (java) S 24713 24700 18930 0 -1 64 27335 0 0 0 204 14 0 0 16 0 9 0 24748395 889503744 24412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24717] ppid=24713 vsize=868656 CPUtime=0
/proc/24714/task/24717/stat : 24717 (java) S 24713 24700 18930 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24748395 889503744 24412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24718] ppid=24713 vsize=868656 CPUtime=0
/proc/24714/task/24718/stat : 24718 (java) S 24713 24700 18930 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24748395 889503744 24412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24719] ppid=24713 vsize=868656 CPUtime=0
/proc/24714/task/24719/stat : 24719 (java) S 24713 24700 18930 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24748397 889503744 24412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24720] ppid=24713 vsize=868656 CPUtime=0.2
/proc/24714/task/24720/stat : 24720 (java) S 24713 24700 18930 0 -1 64 1486 0 0 0 19 1 0 0 15 0 9 0 24748397 889503744 24412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24721] ppid=24713 vsize=868656 CPUtime=0
/proc/24714/task/24721/stat : 24721 (java) S 24713 24700 18930 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24748397 889503744 24412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24722] ppid=24713 vsize=868656 CPUtime=0
/proc/24714/task/24722/stat : 24722 (java) S 24713 24700 18930 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24748397 889503744 24412 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890880

[startup+25.5025 s]
/proc/loadavg: 2.03 2.00 2.29 3/94 24722
/proc/meminfo: memFree=1598144/2055920 swapFree=4192812/4192956
[pid=24700] ppid=24698 vsize=16868 CPUtime=1.75
/proc/24700/stat : 24700 (sugar) S 24698 24700 18930 0 -1 4194304 1309 15707 0 1 5 2 158 10 16 0 1 0 24748212 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24700/statm: 4217 1111 409 3 0 796 0
[pid=24713] ppid=24700 vsize=5356 CPUtime=0
/proc/24713/stat : 24713 (sh) S 24700 24700 18930 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24748392 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24713/statm: 1339 233 193 169 0 50 0
[pid=24714] ppid=24713 vsize=868656 CPUtime=23.44
/proc/24714/stat : 24714 (java) S 24713 24700 18930 0 -1 0 61644 0 1 0 2308 36 0 0 20 0 9 0 24748393 889503744 48010 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24714/statm: 217164 48010 2568 9 0 211669 0
[pid=24714/tid=24715] ppid=24713 vsize=868656 CPUtime=19
/proc/24714/task/24715/stat : 24715 (java) R 24713 24700 18930 0 -1 64 4772 0 1 0 1896 4 0 0 25 0 9 0 24748394 889503744 48010 996147200 134512640 134550932 4294955936 18446744073709551615 4126585331 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24716] ppid=24713 vsize=868656 CPUtime=4.2
/proc/24714/task/24716/stat : 24716 (java) S 24713 24700 18930 0 -1 64 54681 0 0 0 391 29 0 0 16 0 9 0 24748395 889503744 48010 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24717] ppid=24713 vsize=868656 CPUtime=0
/proc/24714/task/24717/stat : 24717 (java) S 24713 24700 18930 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24748395 889503744 48010 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24718] ppid=24713 vsize=868656 CPUtime=0
/proc/24714/task/24718/stat : 24718 (java) S 24713 24700 18930 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24748395 889503744 48010 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24714/tid=24719] ppid=24713 vsize=868656 CPUtime=0

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

[pid=24700] ppid=24698 vsize=16868 CPUtime=187.46
/proc/24700/stat : 24700 (sugar) S 24698 24700 18930 0 -1 4194304 1377 95211 0 2 6 2 17652 1086 16 0 1 0 24748212 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24700/statm: 4217 1114 409 3 0 796 0
[pid=24776] ppid=24700 vsize=5356 CPUtime=0
/proc/24776/stat : 24776 (sh) S 24700 24700 18930 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24797743 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24776/statm: 1339 232 193 169 0 50 0
[pid=24777] ppid=24776 vsize=33916 CPUtime=0.17
/proc/24777/stat : 24777 (minisat) D 24776 24700 18930 0 -1 4194304 7468 0 6 0 13 4 0 0 18 0 1 0 24798098 34729984 7460 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 18446744071563479169 0 0 17 1 0 0
/proc/24777/statm: 8479 7460 62 150 0 8326 0
Current children cumulated CPU time (s) 187.63
Current children cumulated vsize (KiB) 56140
heavy processes:

[startup+642.302 s]
/proc/loadavg: 4.68 5.09 3.93 2/76 24811
/proc/meminfo: memFree=448728/2055920 swapFree=4192812/4192956
[pid=24700] ppid=24698 vsize=16868 CPUtime=187.46
/proc/24700/stat : 24700 (sugar) S 24698 24700 18930 0 -1 4194304 1377 95211 0 2 6 2 17652 1086 16 0 1 0 24748212 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24700/statm: 4217 1114 409 3 0 796 0
[pid=24776] ppid=24700 vsize=5356 CPUtime=0
/proc/24776/stat : 24776 (sh) S 24700 24700 18930 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24797743 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24776/statm: 1339 232 193 169 0 50 0
[pid=24777] ppid=24776 vsize=33916 CPUtime=0.17
/proc/24777/stat : 24777 (minisat) D 24776 24700 18930 0 -1 4194304 7468 0 6 0 13 4 0 0 18 0 1 0 24798098 34729984 7460 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 18446744071563479169 0 0 17 1 0 0
/proc/24777/statm: 8479 7460 62 150 0 8326 0
Current children cumulated CPU time (s) 187.63
Current children cumulated vsize (KiB) 56140
heavy processes:

[startup+702.301 s]
/proc/loadavg: 4.14 4.84 3.92 2/76 24811
/proc/meminfo: memFree=365208/2055920 swapFree=4192812/4192956
[pid=24700] ppid=24698 vsize=16868 CPUtime=187.46
/proc/24700/stat : 24700 (sugar) S 24698 24700 18930 0 -1 4194304 1377 95211 0 2 6 2 17652 1086 16 0 1 0 24748212 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24700/statm: 4217 1114 409 3 0 796 0
[pid=24776] ppid=24700 vsize=5356 CPUtime=0
/proc/24776/stat : 24776 (sh) S 24700 24700 18930 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24797743 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24776/statm: 1339 232 193 169 0 50 0
[pid=24777] ppid=24776 vsize=139356 CPUtime=0.73
/proc/24777/stat : 24777 (minisat) D 24776 24700 18930 0 -1 4194304 30730 0 6 0 56 17 0 0 18 0 1 0 24798098 142700544 30722 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 18446744071563479169 0 0 17 1 0 0
/proc/24777/statm: 34839 30722 62 150 0 34686 0
Current children cumulated CPU time (s) 188.19
Current children cumulated vsize (KiB) 161580
heavy processes:



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+725.002 s]
/proc/loadavg: 3.74 4.71 3.89 3/76 24811
/proc/meminfo: memFree=15128/2055920 swapFree=4192812/4192956
[pid=24700] ppid=24698 vsize=16868 CPUtime=187.46
/proc/24700/stat : 24700 (sugar) S 24698 24700 18930 0 -1 4194304 1377 95211 0 2 6 2 17652 1086 16 0 1 0 24748212 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24700/statm: 4217 1114 409 3 0 796 0
[pid=24776] ppid=24700 vsize=5356 CPUtime=0
/proc/24776/stat : 24776 (sh) S 24700 24700 18930 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24797743 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24776/statm: 1339 232 193 169 0 50 0
[pid=24777] ppid=24776 vsize=970792 CPUtime=5.41
/proc/24777/stat : 24777 (minisat) R 24776 24700 18930 0 -1 4195840 218264 0 6 0 420 121 0 0 18 0 1 0 24798098 994091008 218252 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 1 0 0
/proc/24777/statm: 242698 218252 62 150 0 242545 0
Current children cumulated CPU time (s) 192.87
Current children cumulated vsize (KiB) 993016
heavy processes:

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

############
# WARNING:
# current cumulated CPU time (187.46 s) is less than in the last sample (193.13 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (5.67 s) to the 'lost time'.

[startup+725.302 s]
/proc/loadavg: 3.74 4.71 3.89 3/76 24811
/proc/meminfo: memFree=15128/2055920 swapFree=4192812/4192956
[pid=24700] ppid=24698 vsize=16868 CPUtime=187.46
/proc/24700/stat : 24700 (sugar) S 24698 24700 18930 0 -1 4194304 1399 95211 0 2 6 2 17652 1086 16 0 1 0 24748212 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24700/statm: 4217 1114 409 3 0 796 0
[pid=24776] ppid=24700 vsize=0 CPUtime=0
/proc/24776/stat : 24776 (sh) Z 24700 24700 18930 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24797743 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24776/statm: 0 0 0 0 0 0 0
[pid=24777] ppid=1 vsize=970792 CPUtime=5.67
/proc/24777/stat : 24777 (minisat) R 1 24700 18930 0 -1 4195840 218264 0 6 0 420 147 0 0 20 0 1 0 24798098 994091008 218252 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 1 0 0
/proc/24777/statm: 242698 218252 62 150 0 242545 0
Current children cumulated CPU time (s) 193.13
Current children cumulated vsize (KiB) 987660

[startup+725.402 s]
/proc/loadavg: 3.74 4.71 3.89 3/77 24812
/proc/meminfo: memFree=16144/2055920 swapFree=4192812/4192956
[pid=24700] ppid=24698 vsize=16868 CPUtime=187.46
/proc/24700/stat : 24700 (sugar) S 24698 24700 18930 0 -1 4194304 1399 95211 0 2 6 2 17652 1086 16 0 1 0 24748212 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24700/statm: 4217 1114 409 3 0 796 0
[pid=24776] ppid=24700 vsize=0 CPUtime=0
/proc/24776/stat : 24776 (sh) Z 24700 24700 18930 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24797743 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24776/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 187.46
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -24700

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

[startup+725.203 s]
/proc/loadavg: 3.74 4.71 3.89 3/76 24811
/proc/meminfo: memFree=15128/2055920 swapFree=4192812/4192956
[pid=24700] ppid=24698 vsize=16868 CPUtime=187.46
/proc/24700/stat : 24700 (sugar) S 24698 24700 18930 0 -1 4194304 1399 95211 0 2 6 2 17652 1086 16 0 1 0 24748212 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24700/statm: 4217 1114 409 3 0 796 0
[pid=24776] ppid=24700 vsize=0 CPUtime=0
/proc/24776/stat : 24776 (sh) Z 24700 24700 18930 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24797743 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24776/statm: 0 0 0 0 0 0 0
[pid=24777] ppid=1 vsize=970792 CPUtime=5.58
/proc/24777/stat : 24777 (minisat) R 1 24700 18930 0 -1 4195840 218264 0 6 0 420 138 0 0 19 0 1 0 24798098 994091008 218252 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 1 0 0
/proc/24777/statm: 242698 218252 62 150 0 242545 0
Current children cumulated CPU time (s) 193.04
Current children cumulated vsize (KiB) 987660

[startup+726.002 s]
/proc/loadavg: 3.74 4.71 3.89 3/77 24812
/proc/meminfo: memFree=16144/2055920 swapFree=4192812/4192956
[pid=24700] ppid=24698 vsize=16868 CPUtime=187.46
/proc/24700/stat : 24700 (sugar) S 24698 24700 18930 0 -1 4194304 1399 95211 0 2 6 2 17652 1086 16 0 1 0 24748212 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24700/statm: 4217 1114 409 3 0 796 0
[pid=24776] ppid=24700 vsize=0 CPUtime=0
/proc/24776/stat : 24776 (sh) Z 24700 24700 18930 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24797743 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24776/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 187.46
Current children cumulated vsize (KiB) 16868

[startup+726.802 s]
/proc/loadavg: 3.74 4.71 3.89 2/77 24812
/proc/meminfo: memFree=16208/2055920 swapFree=4192812/4192956
[pid=24700] ppid=24698 vsize=16868 CPUtime=187.46
/proc/24700/stat : 24700 (sugar) S 24698 24700 18930 0 -1 4194304 1399 95211 0 2 6 2 17652 1086 16 0 1 0 24748212 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24700/statm: 4217 1114 409 3 0 796 0
[pid=24776] ppid=24700 vsize=0 CPUtime=0
/proc/24776/stat : 24776 (sh) Z 24700 24700 18930 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24797743 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24776/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 187.46
Current children cumulated vsize (KiB) 16868

[startup+727.002 s]
/proc/loadavg: 3.74 4.71 3.89 2/77 24812
/proc/meminfo: memFree=16208/2055920 swapFree=4192812/4192956
[pid=24700] ppid=24698 vsize=16868 CPUtime=187.46
/proc/24700/stat : 24700 (sugar) S 24698 24700 18930 0 -1 4194304 1399 95211 0 2 6 2 17652 1086 16 0 1 0 24748212 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24700/statm: 4217 1114 409 3 0 796 0
[pid=24776] ppid=24700 vsize=0 CPUtime=0
/proc/24776/stat : 24776 (sh) Z 24700 24700 18930 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24797743 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24776/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 187.46
Current children cumulated vsize (KiB) 16868

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): 5.67
#  lost CPU user time (s): 4.2
#  lost CPU system time (s): 1.47

Real time (s): 727.031
CPU time (s): 193.144
CPU user time (s): 180.783
CPU system time (s): 12.3613
CPU usage (%): 26.5662
Max. virtual memory (cumulated for all children) (KiB): 993016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 176.583
system time used= 10.8913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96610
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= 31163
involuntary context switches= 29845

runsolver used 0.92086 second user time and 2.32465 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 07:33:49
IDJOB=2083182
IDBENCH=57728
IDSOLVER=739
FILE ID=node85/2083182-1247376827
PBS_JOBID= 9507011
Free space on /tmp= 126548 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp13/normalized-fapp13-2000-7.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083182-1247376827/watcher-2083182-1247376827 -o /tmp/evaluation-result-2083182-1247376827/solver-2083182-1247376827 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2083182-1247376827.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 84133ea5ae34af4b55008c1b033d164e
RANDOM SEED=131892005

node85.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.220
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.220
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:       1784704 kB
Buffers:          7780 kB
Cached:          67836 kB
SwapCached:          0 kB
Active:         189504 kB
Inactive:        29456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784704 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5000 kB
Writeback:           0 kB
Mapped:         163732 kB
Slab:            37200 kB
Committed_AS:   367460 kB
PageTables:       2072 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= 124520 MiB
End job on node85 at 2009-07-12 07:45:56