Trace number 2083522

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+picosat? (MO) 554.542 811.372

General information on the benchmark

Namecsp/fapp/fapp35/
normalized-fapp35-1500-7.xml
MD5SUMf8967b949e05aa4191b080a54ba762cf
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 benchmark63.3024
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints22067
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22067
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 07:45:53 2009
0.00/0.07	c 0	PID 24234
0.06/0.07	c 0	HOST node89.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2083522-1247377546.xml TO HOME/temp.csp
0.06/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-2083522-1247377546.xml' 'HOME/temp.csp'
1.56/1.65	c 2	17 domains, 1500 variables, 8 predicates, 0 relations, 22067 constraints
1.62/1.70	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.62/1.70	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.62/1.77	c 2	Parsing HOME/temp.csp
1.62/1.99	c 2	parsed 10000 expressions
2.01/2.19	c 2	parsed 20000 expressions
2.10/2.23	c 2	parsed 23592 expressions
2.10/2.24	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.10/2.24	c 2	Converting to clausal form CSP
4.58/4.79	c 5	converted 2360 (10%) expressions
10.05/10.27	c 10	converted 4719 (20%) expressions
14.43/14.66	c 15	converted 7078 (30%) expressions
18.90/19.20	c 19	converted 9437 (40%) expressions
22.98/23.29	c 23	converted 11796 (50%) expressions
27.06/27.38	c 27	converted 14156 (60%) expressions
31.44/31.72	c 32	converted 16515 (70%) expressions
35.11/35.48	c 35	converted 18874 (80%) expressions
38.69/39.04	c 39	converted 21233 (90%) expressions
42.18/42.56	c 42	converted 23592 (100%) expressions
42.18/42.56	c 42	CSP : 3955 integers, 63184 booleans, 136596 clauses, largest domain size 2377
42.18/42.56	c 42	Heap : 99 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
42.18/42.56	c 42	Propagation in CSP
44.47/44.89	c 45	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
44.47/44.90	c 45	CSP : 3955 integers, 63184 booleans, 136596 clauses, largest domain size 2377
44.47/44.90	c 45	Heap : 95 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
44.57/44.94	c 45	Simplifing CSP by introducing new Boolean variables
45.47/45.90	c 46	CSP : 3955 integers, 110590 booleans, 184002 clauses, largest domain size 2377
45.47/45.90	c 46	Heap : 109 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
46.16/46.55	c 46	Encoding CSP to SAT : HOME/temp.cnf
53.32/53.75	c 54	396 (10%) CSP integer variables are encoded (218754 clauses, 3497059 bytes)
60.58/61.09	c 61	791 (20%) CSP integer variables are encoded (441840 clauses, 7289521 bytes)
67.83/68.37	c 68	1187 (30%) CSP integer variables are encoded (663759 clauses, 11062144 bytes)
73.88/74.48	c 74	1582 (40%) CSP integer variables are encoded (1032379 clauses, 17396577 bytes)
74.96/75.51	c 75	1978 (50%) CSP integer variables are encoded (1910269 clauses, 34076487 bytes)
75.92/76.50	c 76	2373 (60%) CSP integer variables are encoded (2753116 clauses, 50090580 bytes)
76.92/78.60	c 79	2769 (70%) CSP integer variables are encoded (3616108 clauses, 66487428 bytes)
90.25/92.01	c 79	3164 (80%) CSP integer variables are encoded (4455057 clauses, 82427459 bytes)
90.25/92.01	c 80	3560 (90%) CSP integer variables are encoded (5309065 clauses, 98653611 bytes)
90.25/92.01	c 81	3955 (100%) CSP integer variables are encoded (6153042 clauses, 114689174 bytes)
125.29/161.35	c 161	18401 (10%) CSP clauses are encoded (11971728 clauses, 266319647 bytes)
166.05/208.95	c 209	36801 (20%) CSP clauses are encoded (17862312 clauses, 422749671 bytes)
202.96/250.32	c 250	55201 (30%) CSP clauses are encoded (23553599 clauses, 574844860 bytes)
241.84/292.72	c 293	73601 (40%) CSP clauses are encoded (29693643 clauses, 739758667 bytes)
280.45/334.29	c 334	92001 (50%) CSP clauses are encoded (35572839 clauses, 897705098 bytes)
318.89/376.15	c 376	110402 (60%) CSP clauses are encoded (41800761 clauses, 1065395489 bytes)
356.27/415.15	c 415	128802 (70%) CSP clauses are encoded (47904643 clauses, 1230177359 bytes)
392.60/456.06	c 456	147202 (80%) CSP clauses are encoded (53991172 clauses, 1394067822 bytes)
429.05/495.01	c 495	165602 (90%) CSP clauses are encoded (60087271 clauses, 1558978084 bytes)
464.71/532.38	c 532	184002 (100%) CSP clauses are encoded (66108926 clauses, 1722001368 bytes)
464.71/532.38	c 532	184002 CSP clauses encoded
464.80/532.81	c 533	Writing map file : HOME/temp.map
464.98/538.55	c 538	Heap : 91 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
464.98/538.55	c 538	SAT : 6267587 SAT variables, 66108926 SAT clauses, 1722001368 bytes
464.98/538.55	c 538	Heap : 91 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
465.06/541.82	c 542	SOLVING HOME/temp.cnf
465.06/541.82	c 542	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
553.96/808.91	c ERROR INTERRUPTED
554.07/809.04	s UNKNOWN
554.07/809.04	c 809	CPU 465.09 (0.06 0.02 454.7 10.31)
554.07/809.04	c 809	END Sun Jul 12 07:59:22 2009

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083522-1247377546/watcher-2083522-1247377546 -o /tmp/evaluation-result-2083522-1247377546/solver-2083522-1247377546 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083522-1247377546.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: 4.60 4.40 3.79 4/75 24234
/proc/meminfo: memFree=941480/2055920 swapFree=4192812/4192956
[pid=24234] ppid=24232 vsize=7504 CPUtime=0
/proc/24234/stat : 24234 (sugar) R 24232 24234 19636 0 -1 4194304 66 0 0 0 0 0 0 0 20 0 1 0 24820459 7684096 51 996147200 4194304 4206940 548682068608 18446744073709551615 249067271561 0 0 4096 0 0 0 0 17 1 0 0
/proc/24234/statm: 1876 51 38 3 0 55 0

[startup+0.074972 s]
/proc/loadavg: 4.60 4.40 3.79 4/75 24234
/proc/meminfo: memFree=941480/2055920 swapFree=4192812/4192956
[pid=24234] ppid=24232 vsize=16740 CPUtime=0.06
/proc/24234/stat : 24234 (sugar) S 24232 24234 19636 0 -1 4194304 1152 0 0 0 5 1 0 0 20 0 1 0 24820459 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24234/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102523 s]
/proc/loadavg: 4.60 4.40 3.79 4/75 24234
/proc/meminfo: memFree=941480/2055920 swapFree=4192812/4192956
[pid=24234] ppid=24232 vsize=16868 CPUtime=0.06
/proc/24234/stat : 24234 (sugar) S 24232 24234 19636 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24820459 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24234/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301541 s]
/proc/loadavg: 4.60 4.40 3.79 4/75 24234
/proc/meminfo: memFree=941480/2055920 swapFree=4192812/4192956
[pid=24234] ppid=24232 vsize=16868 CPUtime=0.06
/proc/24234/stat : 24234 (sugar) S 24232 24234 19636 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24820459 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24234/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701583 s]
/proc/loadavg: 4.60 4.40 3.79 4/75 24234
/proc/meminfo: memFree=941480/2055920 swapFree=4192812/4192956
[pid=24234] ppid=24232 vsize=16868 CPUtime=0.06
/proc/24234/stat : 24234 (sugar) S 24232 24234 19636 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24820459 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24234/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50266 s]
/proc/loadavg: 4.63 4.41 3.79 3/86 24246
/proc/meminfo: memFree=907536/2055920 swapFree=4192812/4192956
[pid=24234] ppid=24232 vsize=16868 CPUtime=0.06
/proc/24234/stat : 24234 (sugar) S 24232 24234 19636 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24820459 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24234/statm: 4217 1111 409 3 0 796 0
[pid=24237] ppid=24234 vsize=5356 CPUtime=0
/proc/24237/stat : 24237 (sh) S 24234 24234 19636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24820467 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24237/statm: 1339 233 193 169 0 50 0
[pid=24238] ppid=24237 vsize=864792 CPUtime=1.39
/proc/24238/stat : 24238 (java) S 24237 24234 19636 0 -1 0 13855 0 1 0 133 6 0 0 18 0 9 0 24820467 885547008 11887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24238/statm: 216198 11887 2557 9 0 210710 0
[pid=24238/tid=24239] ppid=24237 vsize=864792 CPUtime=0.84
/proc/24238/task/24239/stat : 24239 (java) R 24237 24234 19636 0 -1 64 3060 0 1 0 83 1 0 0 25 0 9 0 24820468 885547008 11887 996147200 134512640 134550932 4294955984 18446744073709551615 4126766891 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24240] ppid=24237 vsize=864792 CPUtime=0.39
/proc/24238/task/24240/stat : 24240 (java) S 24237 24234 19636 0 -1 64 9563 0 0 0 36 3 0 0 16 0 9 0 24820469 885547008 11887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24241] ppid=24237 vsize=864792 CPUtime=0
/proc/24238/task/24241/stat : 24241 (java) S 24237 24234 19636 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24820470 885547008 11887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24242] ppid=24237 vsize=864792 CPUtime=0
/proc/24238/task/24242/stat : 24242 (java) S 24237 24234 19636 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 24820470 885547008 11887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24243] ppid=24237 vsize=864792 CPUtime=0
/proc/24238/task/24243/stat : 24243 (java) S 24237 24234 19636 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24820472 885547008 11887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24244] ppid=24237 vsize=864792 CPUtime=0.13
/proc/24238/task/24244/stat : 24244 (java) S 24237 24234 19636 0 -1 64 527 0 0 0 13 0 0 0 16 0 9 0 24820472 885547008 11887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24245] ppid=24237 vsize=864792 CPUtime=0
/proc/24238/task/24245/stat : 24245 (java) S 24237 24234 19636 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24820472 885547008 11887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24246] ppid=24237 vsize=864792 CPUtime=0
/proc/24238/task/24246/stat : 24246 (java) S 24237 24234 19636 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24820472 885547008 11887 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887016

[startup+3.10283 s]
/proc/loadavg: 4.63 4.41 3.79 4/86 24256
/proc/meminfo: memFree=916880/2055920 swapFree=4192812/4192956
[pid=24234] ppid=24232 vsize=16868 CPUtime=1.62
/proc/24234/stat : 24234 (sugar) S 24232 24234 19636 0 -1 4194304 1309 14352 0 1 5 1 148 8 16 0 1 0 24820459 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24234/statm: 4217 1111 409 3 0 796 0
[pid=24247] ppid=24234 vsize=5356 CPUtime=0
/proc/24247/stat : 24247 (sh) S 24234 24234 19636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24820630 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24247/statm: 1339 233 193 169 0 50 0
[pid=24248] ppid=24247 vsize=868684 CPUtime=1.38
/proc/24248/stat : 24248 (java) S 24247 24234 19636 0 -1 0 9057 0 1 0 134 4 0 0 20 0 9 0 24820630 889532416 8124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24248/statm: 217171 8124 2569 9 0 211676 0
[pid=24248/tid=24249] ppid=24247 vsize=868684 CPUtime=0.98
/proc/24248/task/24249/stat : 24249 (java) R 24247 24234 19636 0 -1 64 2660 0 1 0 97 1 0 0 25 0 9 0 24820631 889532416 8124 996147200 134512640 134550932 4294955936 18446744073709551615 4126509772 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24250] ppid=24247 vsize=868684 CPUtime=0.21
/proc/24248/task/24250/stat : 24250 (java) S 24247 24234 19636 0 -1 64 4222 0 0 0 20 1 0 0 16 0 9 0 24820632 889532416 8124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24251] ppid=24247 vsize=868684 CPUtime=0
/proc/24248/task/24251/stat : 24251 (java) S 24247 24234 19636 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24820632 889532416 8124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24252] ppid=24247 vsize=868684 CPUtime=0
/proc/24248/task/24252/stat : 24252 (java) S 24247 24234 19636 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24820632 889532416 8124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24253] ppid=24247 vsize=868684 CPUtime=0
/proc/24248/task/24253/stat : 24253 (java) S 24247 24234 19636 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24820634 889532416 8124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24254] ppid=24247 vsize=868684 CPUtime=0.16
/proc/24248/task/24254/stat : 24254 (java) S 24247 24234 19636 0 -1 64 1471 0 0 0 16 0 0 0 15 0 9 0 24820634 889532416 8124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24255] ppid=24247 vsize=868684 CPUtime=0
/proc/24248/task/24255/stat : 24255 (java) S 24247 24234 19636 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24820634 889532416 8124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24256] ppid=24247 vsize=868684 CPUtime=0
/proc/24248/task/24256/stat : 24256 (java) S 24247 24234 19636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24820634 889532416 8124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890908

[startup+6.30214 s]
/proc/loadavg: 4.63 4.41 3.79 3/86 24256
/proc/meminfo: memFree=888848/2055920 swapFree=4192812/4192956
[pid=24234] ppid=24232 vsize=16868 CPUtime=1.62
/proc/24234/stat : 24234 (sugar) S 24232 24234 19636 0 -1 4194304 1309 14352 0 1 5 1 148 8 16 0 1 0 24820459 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24234/statm: 4217 1111 409 3 0 796 0
[pid=24247] ppid=24234 vsize=5356 CPUtime=0
/proc/24247/stat : 24247 (sh) S 24234 24234 19636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24820630 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24247/statm: 1339 233 193 169 0 50 0
[pid=24248] ppid=24247 vsize=868684 CPUtime=4.56
/proc/24248/stat : 24248 (java) S 24247 24234 19636 0 -1 0 10977 0 1 0 448 8 0 0 20 0 9 0 24820630 889532416 9700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24248/statm: 217171 9700 2567 9 0 211676 0
[pid=24248/tid=24249] ppid=24247 vsize=868684 CPUtime=3.82
/proc/24248/task/24249/stat : 24249 (java) R 24247 24234 19636 0 -1 64 3034 0 1 0 380 2 0 0 25 0 9 0 24820631 889532416 9700 996147200 134512640 134550932 4294955936 18446744073709551615 4126485184 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24250] ppid=24247 vsize=868684 CPUtime=0.52
/proc/24248/task/24250/stat : 24250 (java) S 24247 24234 19636 0 -1 64 5756 0 0 0 49 3 0 0 16 0 9 0 24820632 889532416 9700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24251] ppid=24247 vsize=868684 CPUtime=0
/proc/24248/task/24251/stat : 24251 (java) S 24247 24234 19636 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24820632 889532416 9700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24252] ppid=24247 vsize=868684 CPUtime=0
/proc/24248/task/24252/stat : 24252 (java) S 24247 24234 19636 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24820632 889532416 9700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24253] ppid=24247 vsize=868684 CPUtime=0
/proc/24248/task/24253/stat : 24253 (java) S 24247 24234 19636 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24820634 889532416 9700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24254] ppid=24247 vsize=868684 CPUtime=0.18
/proc/24248/task/24254/stat : 24254 (java) S 24247 24234 19636 0 -1 64 1483 0 0 0 18 0 0 0 15 0 9 0 24820634 889532416 9700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24255] ppid=24247 vsize=868684 CPUtime=0
/proc/24248/task/24255/stat : 24255 (java) S 24247 24234 19636 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24820634 889532416 9700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24256] ppid=24247 vsize=868684 CPUtime=0
/proc/24248/task/24256/stat : 24256 (java) S 24247 24234 19636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24820634 889532416 9700 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) 890908

[startup+12.7018 s]
/proc/loadavg: 4.76 4.45 3.81 3/86 24256
/proc/meminfo: memFree=850384/2055920 swapFree=4192812/4192956
[pid=24234] ppid=24232 vsize=16868 CPUtime=1.62
/proc/24234/stat : 24234 (sugar) S 24232 24234 19636 0 -1 4194304 1309 14352 0 1 5 1 148 8 16 0 1 0 24820459 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24234/statm: 4217 1111 409 3 0 796 0
[pid=24247] ppid=24234 vsize=5356 CPUtime=0
/proc/24247/stat : 24247 (sh) S 24234 24234 19636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24820630 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24247/statm: 1339 233 193 169 0 50 0
[pid=24248] ppid=24247 vsize=868684 CPUtime=10.92
/proc/24248/stat : 24248 (java) S 24247 24234 19636 0 -1 0 15241 0 1 0 1079 13 0 0 20 0 9 0 24820630 889532416 12968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24248/statm: 217171 12968 2569 9 0 211676 0
[pid=24248/tid=24249] ppid=24247 vsize=868684 CPUtime=9.55
/proc/24248/task/24249/stat : 24249 (java) R 24247 24234 19636 0 -1 64 3573 0 1 0 951 4 0 0 25 0 9 0 24820631 889532416 12968 996147200 134512640 134550932 4294955936 18446744073709551615 4126512492 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24250] ppid=24247 vsize=868684 CPUtime=1.15
/proc/24248/task/24250/stat : 24250 (java) S 24247 24234 19636 0 -1 64 9477 0 0 0 108 7 0 0 16 0 9 0 24820632 889532416 12968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24251] ppid=24247 vsize=868684 CPUtime=0
/proc/24248/task/24251/stat : 24251 (java) S 24247 24234 19636 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24820632 889532416 12968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24252] ppid=24247 vsize=868684 CPUtime=0
/proc/24248/task/24252/stat : 24252 (java) S 24247 24234 19636 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24820632 889532416 12968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24253] ppid=24247 vsize=868684 CPUtime=0
/proc/24248/task/24253/stat : 24253 (java) S 24247 24234 19636 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24820634 889532416 12968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24254] ppid=24247 vsize=868684 CPUtime=0.19
/proc/24248/task/24254/stat : 24254 (java) S 24247 24234 19636 0 -1 64 1487 0 0 0 19 0 0 0 16 0 9 0 24820634 889532416 12968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24255] ppid=24247 vsize=868684 CPUtime=0
/proc/24248/task/24255/stat : 24255 (java) S 24247 24234 19636 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24820634 889532416 12968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24256] ppid=24247 vsize=868684 CPUtime=0
/proc/24248/task/24256/stat : 24256 (java) S 24247 24234 19636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24820634 889532416 12968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 890908

[startup+25.502 s]
/proc/loadavg: 4.87 4.48 3.83 3/86 24256
/proc/meminfo: memFree=769104/2055920 swapFree=4192812/4192956
[pid=24234] ppid=24232 vsize=16868 CPUtime=1.62
/proc/24234/stat : 24234 (sugar) S 24232 24234 19636 0 -1 4194304 1309 14352 0 1 5 1 148 8 16 0 1 0 24820459 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24234/statm: 4217 1111 409 3 0 796 0
[pid=24247] ppid=24234 vsize=5356 CPUtime=0
/proc/24247/stat : 24247 (sh) S 24234 24234 19636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24820630 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24247/statm: 1339 233 193 169 0 50 0
[pid=24248] ppid=24247 vsize=868684 CPUtime=23.65
/proc/24248/stat : 24248 (java) S 24247 24234 19636 0 -1 0 24297 0 1 0 2342 23 0 0 20 0 9 0 24820630 889532416 20333 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24248/statm: 217171 20333 2569 9 0 211676 0
[pid=24248/tid=24249] ppid=24247 vsize=868684 CPUtime=21.21
/proc/24248/task/24249/stat : 24249 (java) R 24247 24234 19636 0 -1 64 4237 0 1 0 2113 8 0 0 25 0 9 0 24820631 889532416 20333 996147200 134512640 134550932 4294955936 18446744073709551615 4126508376 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24250] ppid=24247 vsize=868684 CPUtime=2.21
/proc/24248/task/24250/stat : 24250 (java) S 24247 24234 19636 0 -1 64 17863 0 0 0 208 13 0 0 16 0 9 0 24820632 889532416 20333 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24251] ppid=24247 vsize=868684 CPUtime=0
/proc/24248/task/24251/stat : 24251 (java) S 24247 24234 19636 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24820632 889532416 20333 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24252] ppid=24247 vsize=868684 CPUtime=0
/proc/24248/task/24252/stat : 24252 (java) S 24247 24234 19636 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24820632 889532416 20333 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24248/tid=24253] ppid=24247 vsize=868684 CPUtime=0

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

[pid=24335] ppid=24334 vsize=44228 CPUtime=2.48
/proc/24335/stat : 24335 (picosat) D 24334 24234 19636 0 -1 4194304 8829 0 4 0 110 138 0 0 18 0 1 0 24875379 45289472 8819 996147200 134512640 134931368 4294956256 18446744073709551615 134604413 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/24335/statm: 11057 8819 40 102 0 10952 0
Current children cumulated CPU time (s) 467.57
Current children cumulated vsize (KiB) 66452

[startup+642.302 s]
/proc/loadavg: 5.25 4.73 4.17 1/74 24339
/proc/meminfo: memFree=736776/2055920 swapFree=4192812/4192956
[pid=24234] ppid=24232 vsize=16868 CPUtime=465.09
/proc/24234/stat : 24234 (sugar) S 24232 24234 19636 0 -1 4194304 1366 62388 0 2 6 2 45470 1031 16 0 1 0 24820459 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24234/statm: 4217 1114 409 3 0 796 0
[pid=24334] ppid=24234 vsize=5356 CPUtime=0
/proc/24334/stat : 24334 (sh) S 24234 24234 19636 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 24874642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24334/statm: 1339 232 193 169 0 50 0
[pid=24335] ppid=24334 vsize=162428 CPUtime=7.34
/proc/24335/stat : 24335 (picosat) D 24334 24234 19636 0 -1 4194304 25692 0 4 0 337 397 0 0 18 0 1 0 24875379 166326272 25682 996147200 134512640 134931368 4294956256 18446744073709551615 134604413 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/24335/statm: 40607 25682 40 102 0 40502 0
Current children cumulated CPU time (s) 472.43
Current children cumulated vsize (KiB) 184652
heavy processes:

[startup+702.303 s]
/proc/loadavg: 3.79 4.42 4.10 3/86 24412
/proc/meminfo: memFree=521896/2055920 swapFree=4192812/4192956
[pid=24234] ppid=24232 vsize=16868 CPUtime=465.09
/proc/24234/stat : 24234 (sugar) S 24232 24234 19636 0 -1 4194304 1366 62388 0 2 6 2 45470 1031 16 0 1 0 24820459 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24234/statm: 4217 1114 409 3 0 796 0
[pid=24334] ppid=24234 vsize=5356 CPUtime=0
/proc/24334/stat : 24334 (sh) S 24234 24234 19636 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 24874642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24334/statm: 1339 232 193 169 0 50 0
[pid=24335] ppid=24334 vsize=338508 CPUtime=17.63
/proc/24335/stat : 24335 (picosat) D 24334 24234 19636 0 -1 4194304 61796 0 4 0 803 960 0 0 20 0 1 0 24875379 346632192 61786 996147200 134512640 134931368 4294956256 18446744073709551615 134604413 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/24335/statm: 84627 61786 40 102 0 84522 0
Current children cumulated CPU time (s) 482.72
Current children cumulated vsize (KiB) 360732
heavy processes:

[startup+762.301 s]
/proc/loadavg: 3.03 4.11 4.01 3/78 24414
/proc/meminfo: memFree=15144/2055920 swapFree=4192812/4192956
[pid=24234] ppid=24232 vsize=16868 CPUtime=465.09
/proc/24234/stat : 24234 (sugar) S 24232 24234 19636 0 -1 4194304 1366 62388 0 2 6 2 45470 1031 16 0 1 0 24820459 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24234/statm: 4217 1114 409 3 0 796 0
[pid=24334] ppid=24234 vsize=5356 CPUtime=0
/proc/24334/stat : 24334 (sh) S 24234 24234 19636 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 24874642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24334/statm: 1339 232 193 169 0 50 0
[pid=24335] ppid=24334 vsize=716404 CPUtime=44.34
/proc/24335/stat : 24335 (picosat) R 24334 24234 19636 0 -1 4194304 146098 0 4 0 2019 2415 0 0 25 0 1 0 24875379 733597696 146088 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/24335/statm: 179101 146088 40 102 0 178996 0
Current children cumulated CPU time (s) 509.43
Current children cumulated vsize (KiB) 738628
heavy processes:



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+808.902 s]
/proc/loadavg: 2.48 3.81 3.92 3/78 24414
/proc/meminfo: memFree=15720/2055920 swapFree=4192812/4192956
[pid=24234] ppid=24232 vsize=16868 CPUtime=465.09
/proc/24234/stat : 24234 (sugar) S 24232 24234 19636 0 -1 4194304 1366 62388 0 2 6 2 45470 1031 16 0 1 0 24820459 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24234/statm: 4217 1114 409 3 0 796 0
[pid=24334] ppid=24234 vsize=5356 CPUtime=0
/proc/24334/stat : 24334 (sh) S 24234 24234 19636 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 24874642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24334/statm: 1339 232 193 169 0 50 0
[pid=24335] ppid=24334 vsize=899584 CPUtime=88.87
/proc/24335/stat : 24335 (picosat) R 24334 24234 19636 0 -1 4194304 188903 0 4 0 4092 4795 0 0 25 0 1 0 24875379 921174016 188893 996147200 134512640 134931368 4294956256 18446744073709551615 134560018 0 0 4096 0 0 0 0 17 0 0 0
/proc/24335/statm: 224896 188893 40 102 0 224791 0
Current children cumulated CPU time (s) 553.96
Current children cumulated vsize (KiB) 921808
heavy processes:

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

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

[startup+809.019 s]
/proc/loadavg: 2.48 3.81 3.92 3/78 24414
/proc/meminfo: memFree=15720/2055920 swapFree=4192812/4192956
[pid=24234] ppid=24232 vsize=16868 CPUtime=465.09
/proc/24234/stat : 24234 (sugar) S 24232 24234 19636 0 -1 4194304 1395 62388 0 2 6 2 45470 1031 16 0 1 0 24820459 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24234/statm: 4217 1114 409 3 0 796 0
[pid=24334] ppid=24234 vsize=0 CPUtime=0
/proc/24334/stat : 24334 (sh) Z 24234 24234 19636 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 24874642 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/24334/statm: 0 0 0 0 0 0 0
[pid=24335] ppid=1 vsize=0 CPUtime=88.98
/proc/24335/stat : 24335 (picosat) R 1 24234 19636 0 -1 4195332 188903 0 4 0 4092 4806 0 0 25 0 1 0 24875379 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/24335/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 554.07
Current children cumulated vsize (KiB) 16868

[startup+809.102 s]
/proc/loadavg: 2.48 3.81 3.92 3/77 24415
/proc/meminfo: memFree=934384/2055920 swapFree=4192812/4192956
[pid=24234] ppid=24232 vsize=16868 CPUtime=465.13
/proc/24234/stat : 24234 (sugar) R 24232 24234 19636 0 -1 4194304 1424 62664 0 3 6 6 45470 1031 16 0 1 0 24820459 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24234/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 465.13
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -24234

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

[startup+809.602 s]
/proc/loadavg: 2.48 3.81 3.92 3/77 24415
/proc/meminfo: memFree=934384/2055920 swapFree=4192812/4192956
[pid=24234] ppid=24232 vsize=16868 CPUtime=465.51
/proc/24234/stat : 24234 (sugar) D 24232 24234 19636 0 -1 4194304 1424 62664 0 3 6 44 45470 1031 18 0 1 0 24820459 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24234/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 465.51
Current children cumulated vsize (KiB) 16868

[startup+810.401 s]
/proc/loadavg: 2.48 3.81 3.92 2/77 24415
/proc/meminfo: memFree=1728496/2055920 swapFree=4192812/4192956
[pid=24234] ppid=24232 vsize=16868 CPUtime=465.53
/proc/24234/stat : 24234 (sugar) D 24232 24234 19636 0 -1 4194304 1424 62664 0 3 6 46 45470 1031 18 0 1 0 24820459 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24234/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 465.53
Current children cumulated vsize (KiB) 16868

[startup+810.801 s]
/proc/loadavg: 2.48 3.81 3.92 2/77 24415
/proc/meminfo: memFree=1728496/2055920 swapFree=4192812/4192956
[pid=24234] ppid=24232 vsize=16868 CPUtime=465.54
/proc/24234/stat : 24234 (sugar) D 24232 24234 19636 0 -1 4194304 1424 62664 0 3 6 47 45470 1031 18 0 1 0 24820459 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24234/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 465.54
Current children cumulated vsize (KiB) 16868

[startup+811.201 s]
/proc/loadavg: 2.48 3.81 3.92 2/77 24415
/proc/meminfo: memFree=1728496/2055920 swapFree=4192812/4192956
[pid=24234] ppid=24232 vsize=16868 CPUtime=465.56
/proc/24234/stat : 24234 (sugar) D 24232 24234 19636 0 -1 4194304 1424 62664 0 3 6 49 45470 1031 18 0 1 0 24820459 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 256 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24234/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 465.56
Current children cumulated vsize (KiB) 16868

[startup+811.301 s]
/proc/loadavg: 2.45 3.78 3.91 2/76 24415
/proc/meminfo: memFree=1728056/2055920 swapFree=4192812/4192956
[pid=24234] ppid=24232 vsize=16868 CPUtime=465.56
/proc/24234/stat : 24234 (sugar) R 24232 24234 19636 0 -1 4194304 1424 62664 0 3 6 49 45470 1031 18 0 1 0 24820459 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 256 0 4224 16386 0 0 0 17 1 0 0
/proc/24234/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 465.56
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): 88.94
#  lost CPU user time (s): 40.92
#  lost CPU system time (s): 48.02

Real time (s): 811.372
CPU time (s): 554.542
CPU user time (s): 495.699
CPU system time (s): 58.8434
CPU usage (%): 68.3463
Max. virtual memory (cumulated for all children) (KiB): 921808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 454.779
system time used= 10.8234
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64088
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56021
involuntary context switches= 64295

runsolver used 1.01385 second user time and 2.6516 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-12 07:45:53
IDJOB=2083522
IDBENCH=57844
IDSOLVER=738
FILE ID=node89/2083522-1247377546
PBS_JOBID= 9507094
Free space on /tmp= 65660 MiB

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

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

MD5SUM BENCH= f8967b949e05aa4191b080a54ba762cf
RANDOM SEED=1956857039

node89.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.213
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.213
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:        942024 kB
Buffers:          4740 kB
Cached:         660912 kB
SwapCached:          0 kB
Active:        1020592 kB
Inactive:         7128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        942024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          321588 kB
Writeback:           0 kB
Mapped:         373204 kB
Slab:            70628 kB
Committed_AS:   531956 kB
PageTables:       2612 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= 66200 MiB
End job on node89 at 2009-07-12 07:59:24