Trace number 2088011

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) 167.1 169.453

General information on the benchmark

Namecsp/fapp/fapp19/
normalized-fapp19-0350-8.xml
MD5SUMce0f620893af5adfeaa49fc84af7b2cb
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 benchmark26.342
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints5873
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5873
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 10:30:29 2009
0.00/0.08	c 0	PID 23049
0.06/0.08	c 0	HOST node20.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2088011-1247387429.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2088011-1247387429.xml' 'HOME/temp.csp'
0.07/0.97	c 1	8 domains, 350 variables, 8 predicates, 0 relations, 5873 constraints
0.07/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.98	c 1	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'
0.95/1.07	c 1	Parsing HOME/temp.csp
1.24/1.35	c 1	parsed 6239 expressions
1.24/1.36	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.36	c 1	Converting to clausal form CSP
2.22/2.36	c 2	converted 624 (10%) expressions
3.71/3.81	c 4	converted 1248 (20%) expressions
4.90/5.04	c 5	converted 1872 (30%) expressions
5.99/6.19	c 6	converted 2496 (40%) expressions
7.08/7.27	c 7	converted 3120 (50%) expressions
8.16/8.34	c 8	converted 3744 (60%) expressions
9.35/9.51	c 10	converted 4368 (70%) expressions
10.44/10.67	c 11	converted 4992 (80%) expressions
11.72/11.95	c 12	converted 5616 (90%) expressions
12.82/13.08	c 13	converted 6239 (100%) expressions
12.82/13.08	c 13	CSP : 698 integers, 16965 booleans, 35691 clauses, largest domain size 2921
12.82/13.08	c 13	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.82/13.08	c 13	Propagation in CSP
13.30/13.55	c 14	550 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.30/13.55	c 14	CSP : 698 integers, 16965 booleans, 35691 clauses, largest domain size 2921
13.30/13.55	c 14	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.30/13.57	c 14	Simplifing CSP by introducing new Boolean variables
13.40/13.65	c 14	CSP : 698 integers, 29225 booleans, 47951 clauses, largest domain size 2921
13.40/13.65	c 14	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.61/13.86	c 14	Encoding CSP to SAT : HOME/temp.cnf
15.29/15.53	c 16	70 (10%) CSP integer variables are encoded (40772 clauses, 589472 bytes)
16.57/16.84	c 17	140 (20%) CSP integer variables are encoded (76752 clauses, 1129172 bytes)
18.06/18.39	c 18	210 (30%) CSP integer variables are encoded (116663 clauses, 1761524 bytes)
19.74/20.05	c 20	280 (40%) CSP integer variables are encoded (157839 clauses, 2461516 bytes)
21.43/21.72	c 22	349 (50%) CSP integer variables are encoded (199194 clauses, 3164551 bytes)
21.72/22.03	c 22	419 (60%) CSP integer variables are encoded (392807 clauses, 6455972 bytes)
21.92/22.29	c 22	489 (70%) CSP integer variables are encoded (584839 clauses, 9720516 bytes)
22.22/22.55	c 23	559 (80%) CSP integer variables are encoded (780835 clauses, 13052448 bytes)
22.51/22.81	c 23	629 (90%) CSP integer variables are encoded (975779 clauses, 16366496 bytes)
22.71/23.07	c 23	698 (100%) CSP integer variables are encoded (1164838 clauses, 19911452 bytes)
37.64/38.19	c 38	4796 (10%) CSP clauses are encoded (2993665 clauses, 64908501 bytes)
50.68/51.32	c 51	9591 (20%) CSP clauses are encoded (4973769 clauses, 114651432 bytes)
63.43/64.22	c 64	14386 (30%) CSP clauses are encoded (6974557 clauses, 165911792 bytes)
75.37/76.36	c 76	19181 (40%) CSP clauses are encoded (8985260 clauses, 217561958 bytes)
87.29/88.42	c 88	23976 (50%) CSP clauses are encoded (10945931 clauses, 268003417 bytes)
99.11/100.40	c 100	28771 (60%) CSP clauses are encoded (12895154 clauses, 318014993 bytes)
113.18/114.77	c 115	33566 (70%) CSP clauses are encoded (14938189 clauses, 370540618 bytes)
126.58/128.31	c 128	38361 (80%) CSP clauses are encoded (16953247 clauses, 422506182 bytes)
140.57/142.55	c 143	43156 (90%) CSP clauses are encoded (19067251 clauses, 476855502 bytes)
153.57/155.72	c 156	47951 (100%) CSP clauses are encoded (21074724 clauses, 528586335 bytes)
153.57/155.72	c 156	47951 CSP clauses encoded
153.57/155.72	c 156	Writing map file : HOME/temp.map
153.67/155.80	c 156	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
153.67/155.80	c 156	SAT : 1194761 SAT variables, 21074724 SAT clauses, 528586335 bytes
153.67/155.80	c 156	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
153.67/155.85	c 156	SOLVING HOME/temp.cnf
153.67/155.85	c 156	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
153.67/155.86	c 156	This is MiniSat 2.0 beta
153.67/155.86	c 156	WARNING: for repeatability, setting FPU to use double precision
153.67/155.86	c 156	============================[ Problem Statistics ]=============================
153.67/155.86	c 156	|                                                                             |
153.67/155.86	c 156	|  Number of variables:  1194761                                              |
153.67/155.86	c 156	|  Number of clauses:    21074724                                             |
166.98/169.32	c ERROR INTERRUPTED
167.10/169.45	s UNKNOWN
167.10/169.45	c 169	CPU 153.7 (0.06 0.01 149.43 4.2)
167.10/169.45	c 169	END Sun Jul 12 10:33:18 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-2088011-1247387429/watcher-2088011-1247387429 -o /tmp/evaluation-result-2088011-1247387429/solver-2088011-1247387429 -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-2088011-1247387429.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: 2.00 2.00 2.00 4/72 23049
/proc/meminfo: memFree=1509320/2055920 swapFree=4192812/4192956
[pid=23049] ppid=23047 vsize=18576 CPUtime=0
/proc/23049/stat : 23049 (runsolver) R 23047 23049 22344 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25809483 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 273952599335 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23049/statm: 4644 284 249 26 0 2626 0

[startup+0.084866 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 23049
/proc/meminfo: memFree=1509320/2055920 swapFree=4192812/4192956
[pid=23049] ppid=23047 vsize=16740 CPUtime=0.06
/proc/23049/stat : 23049 (sugar) S 23047 23049 22344 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 25809483 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23049/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101849 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 23049
/proc/meminfo: memFree=1509320/2055920 swapFree=4192812/4192956
[pid=23049] ppid=23047 vsize=16868 CPUtime=0.07
/proc/23049/stat : 23049 (sugar) S 23047 23049 22344 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25809483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23049/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301865 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 23049
/proc/meminfo: memFree=1509320/2055920 swapFree=4192812/4192956
[pid=23049] ppid=23047 vsize=16868 CPUtime=0.07
/proc/23049/stat : 23049 (sugar) S 23047 23049 22344 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25809483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23049/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702917 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 23049
/proc/meminfo: memFree=1509320/2055920 swapFree=4192812/4192956
[pid=23049] ppid=23047 vsize=16868 CPUtime=0.07
/proc/23049/stat : 23049 (sugar) S 23047 23049 22344 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25809483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23049/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23064
/proc/meminfo: memFree=1504360/2055920 swapFree=4192812/4192956
[pid=23049] ppid=23047 vsize=16868 CPUtime=0.94
/proc/23049/stat : 23049 (sugar) S 23047 23049 22344 0 -1 4194304 1309 7802 0 1 6 1 81 6 16 0 1 0 25809483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23049/statm: 4217 1111 409 3 0 796 0
[pid=23062] ppid=23049 vsize=5356 CPUtime=0
/proc/23062/stat : 23062 (sh) S 23049 23049 22344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25809581 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23062/statm: 1339 233 193 169 0 50 0
[pid=23063] ppid=23062 vsize=864256 CPUtime=0.5
/proc/23063/stat : 23063 (java) S 23062 23049 22344 0 -1 0 4462 0 1 0 47 3 0 0 18 0 9 0 25809582 884998144 3921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23063/statm: 216064 3921 1742 9 0 210569 0
[pid=23063/tid=23064] ppid=23062 vsize=864256 CPUtime=0.38
/proc/23063/task/23064/stat : 23064 (java) R 23062 23049 22344 0 -1 64 2662 0 1 0 37 1 0 0 18 0 9 0 25809583 884998144 3921 996147200 134512640 134550932 4294955936 18446744073709551615 4126513003 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886480

[startup+3.10181 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23071
/proc/meminfo: memFree=1491568/2055920 swapFree=4192812/4192956
[pid=23049] ppid=23047 vsize=16868 CPUtime=0.94
/proc/23049/stat : 23049 (sugar) S 23047 23049 22344 0 -1 4194304 1309 7802 0 1 6 1 81 6 16 0 1 0 25809483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23049/statm: 4217 1111 409 3 0 796 0
[pid=23062] ppid=23049 vsize=5356 CPUtime=0
/proc/23062/stat : 23062 (sh) S 23049 23049 22344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25809581 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23062/statm: 1339 233 193 169 0 50 0
[pid=23063] ppid=23062 vsize=868600 CPUtime=2.08
/proc/23063/stat : 23063 (java) S 23062 23049 22344 0 -1 0 7458 0 1 0 201 7 0 0 18 0 9 0 25809582 889446400 6557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23063/statm: 217150 6557 2566 9 0 211655 0
[pid=23063/tid=23064] ppid=23062 vsize=868600 CPUtime=1.69
/proc/23063/task/23064/stat : 23064 (java) R 23062 23049 22344 0 -1 64 2823 0 1 0 167 2 0 0 25 0 9 0 25809583 889446400 6557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23065] ppid=23062 vsize=868600 CPUtime=0.18
/proc/23063/task/23065/stat : 23065 (java) S 23062 23049 22344 0 -1 64 2468 0 0 0 16 2 0 0 15 0 9 0 25809584 889446400 6557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23066] ppid=23062 vsize=868600 CPUtime=0
/proc/23063/task/23066/stat : 23066 (java) S 23062 23049 22344 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25809585 889446400 6557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23067] ppid=23062 vsize=868600 CPUtime=0
/proc/23063/task/23067/stat : 23067 (java) S 23062 23049 22344 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25809585 889446400 6557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23068] ppid=23062 vsize=868600 CPUtime=0
/proc/23063/task/23068/stat : 23068 (java) S 23062 23049 22344 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25809587 889446400 6557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23069] ppid=23062 vsize=868600 CPUtime=0.18
/proc/23063/task/23069/stat : 23069 (java) S 23062 23049 22344 0 -1 64 1469 0 0 0 17 1 0 0 15 0 9 0 25809587 889446400 6557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23070] ppid=23062 vsize=868600 CPUtime=0
/proc/23063/task/23070/stat : 23070 (java) S 23062 23049 22344 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25809587 889446400 6557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23071] ppid=23062 vsize=868600 CPUtime=0
/proc/23063/task/23071/stat : 23071 (java) S 23062 23049 22344 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25809587 889446400 6557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890824

[startup+6.30256 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23071
/proc/meminfo: memFree=1485616/2055920 swapFree=4192812/4192956
[pid=23049] ppid=23047 vsize=16868 CPUtime=0.94
/proc/23049/stat : 23049 (sugar) S 23047 23049 22344 0 -1 4194304 1309 7802 0 1 6 1 81 6 16 0 1 0 25809483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23049/statm: 4217 1111 409 3 0 796 0
[pid=23062] ppid=23049 vsize=5356 CPUtime=0
/proc/23062/stat : 23062 (sh) S 23049 23049 22344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25809581 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23062/statm: 1339 233 193 169 0 50 0
[pid=23063] ppid=23062 vsize=868600 CPUtime=5.24
/proc/23063/stat : 23063 (java) S 23062 23049 22344 0 -1 0 9137 0 1 0 512 12 0 0 18 0 9 0 25809582 889446400 7866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23063/statm: 217150 7866 2566 9 0 211655 0
[pid=23063/tid=23064] ppid=23062 vsize=868600 CPUtime=4.54
/proc/23063/task/23064/stat : 23064 (java) R 23062 23049 22344 0 -1 64 3193 0 1 0 450 4 0 0 25 0 9 0 25809583 889446400 7866 996147200 134512640 134550932 4294955936 18446744073709551615 4126545463 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23065] ppid=23062 vsize=868600 CPUtime=0.48
/proc/23063/task/23065/stat : 23065 (java) S 23062 23049 22344 0 -1 64 3770 0 0 0 42 6 0 0 16 0 9 0 25809584 889446400 7866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23066] ppid=23062 vsize=868600 CPUtime=0
/proc/23063/task/23066/stat : 23066 (java) S 23062 23049 22344 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25809585 889446400 7866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23067] ppid=23062 vsize=868600 CPUtime=0
/proc/23063/task/23067/stat : 23067 (java) S 23062 23049 22344 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25809585 889446400 7866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23068] ppid=23062 vsize=868600 CPUtime=0
/proc/23063/task/23068/stat : 23068 (java) S 23062 23049 22344 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25809587 889446400 7866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23069] ppid=23062 vsize=868600 CPUtime=0.19
/proc/23063/task/23069/stat : 23069 (java) S 23062 23049 22344 0 -1 64 1476 0 0 0 18 1 0 0 15 0 9 0 25809587 889446400 7866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23070] ppid=23062 vsize=868600 CPUtime=0
/proc/23063/task/23070/stat : 23070 (java) S 23062 23049 22344 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25809587 889446400 7866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23071] ppid=23062 vsize=868600 CPUtime=0
/proc/23063/task/23071/stat : 23071 (java) S 23062 23049 22344 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25809587 889446400 7866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890824

[startup+12.7023 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23071
/proc/meminfo: memFree=1475632/2055920 swapFree=4192812/4192956
[pid=23049] ppid=23047 vsize=16868 CPUtime=0.94
/proc/23049/stat : 23049 (sugar) S 23047 23049 22344 0 -1 4194304 1309 7802 0 1 6 1 81 6 16 0 1 0 25809483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23049/statm: 4217 1111 409 3 0 796 0
[pid=23062] ppid=23049 vsize=5356 CPUtime=0
/proc/23062/stat : 23062 (sh) S 23049 23049 22344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25809581 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23062/statm: 1339 233 193 169 0 50 0
[pid=23063] ppid=23062 vsize=868600 CPUtime=11.58
/proc/23063/stat : 23063 (java) S 23062 23049 22344 0 -1 0 12229 0 1 0 1140 18 0 0 18 0 9 0 25809582 889446400 10144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23063/statm: 217150 10144 2569 9 0 211655 0
[pid=23063/tid=23064] ppid=23062 vsize=868600 CPUtime=10.14
/proc/23063/task/23064/stat : 23064 (java) R 23062 23049 22344 0 -1 64 3837 0 1 0 1009 5 0 0 25 0 9 0 25809583 889446400 10144 996147200 134512640 134550932 4294955936 18446744073709551615 4126508720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23065] ppid=23062 vsize=868600 CPUtime=1.2
/proc/23063/task/23065/stat : 23065 (java) S 23062 23049 22344 0 -1 64 6214 0 0 0 110 10 0 0 16 0 9 0 25809584 889446400 10144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23066] ppid=23062 vsize=868600 CPUtime=0
/proc/23063/task/23066/stat : 23066 (java) S 23062 23049 22344 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25809585 889446400 10144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23067] ppid=23062 vsize=868600 CPUtime=0
/proc/23063/task/23067/stat : 23067 (java) S 23062 23049 22344 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25809585 889446400 10144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23068] ppid=23062 vsize=868600 CPUtime=0
/proc/23063/task/23068/stat : 23068 (java) S 23062 23049 22344 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25809587 889446400 10144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23069] ppid=23062 vsize=868600 CPUtime=0.2
/proc/23063/task/23069/stat : 23069 (java) S 23062 23049 22344 0 -1 64 1480 0 0 0 19 1 0 0 15 0 9 0 25809587 889446400 10144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23070] ppid=23062 vsize=868600 CPUtime=0
/proc/23063/task/23070/stat : 23070 (java) S 23062 23049 22344 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25809587 889446400 10144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23071] ppid=23062 vsize=868600 CPUtime=0
/proc/23063/task/23071/stat : 23071 (java) S 23062 23049 22344 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25809587 889446400 10144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 890824

[startup+25.5028 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23071
/proc/meminfo: memFree=1441904/2055920 swapFree=4192812/4192956
[pid=23049] ppid=23047 vsize=16868 CPUtime=0.94
/proc/23049/stat : 23049 (sugar) S 23047 23049 22344 0 -1 4194304 1310 7802 0 1 6 1 81 6 16 0 1 0 25809483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23049/statm: 4217 1111 409 3 0 796 0
[pid=23062] ppid=23049 vsize=5356 CPUtime=0
/proc/23062/stat : 23062 (sh) S 23049 23049 22344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25809581 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23062/statm: 1339 233 193 169 0 50 0
[pid=23063] ppid=23062 vsize=868712 CPUtime=24.25
/proc/23063/stat : 23063 (java) S 23062 23049 22344 0 -1 0 13767 0 1 0 2383 42 0 0 18 0 9 0 25809582 889561088 11266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23063/statm: 217178 11266 2593 9 0 211655 0
[pid=23063/tid=23064] ppid=23062 vsize=868712 CPUtime=22.29
/proc/23063/task/23064/stat : 23064 (java) R 23062 23049 22344 0 -1 64 4292 0 1 0 2205 24 0 0 25 0 9 0 25809583 889561088 11266 996147200 134512640 134550932 4294955936 18446744073709551615 4126540982 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23065] ppid=23062 vsize=868712 CPUtime=1.64
/proc/23063/task/23065/stat : 23065 (java) S 23062 23049 22344 0 -1 64 7251 0 0 0 149 15 0 0 16 0 9 0 25809584 889561088 11266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23066] ppid=23062 vsize=868712 CPUtime=0
/proc/23063/task/23066/stat : 23066 (java) S 23062 23049 22344 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25809585 889561088 11266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23067] ppid=23062 vsize=868712 CPUtime=0
/proc/23063/task/23067/stat : 23067 (java) S 23062 23049 22344 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25809585 889561088 11266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23068] ppid=23062 vsize=868712 CPUtime=0
/proc/23063/task/23068/stat : 23068 (java) S 23062 23049 22344 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25809587 889561088 11266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23069] ppid=23062 vsize=868712 CPUtime=0.28
/proc/23063/task/23069/stat : 23069 (java) S 23062 23049 22344 0 -1 64 1526 0 0 0 27 1 0 0 16 0 9 0 25809587 889561088 11266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23070] ppid=23062 vsize=868712 CPUtime=0
/proc/23063/task/23070/stat : 23070 (java) S 23062 23049 22344 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25809587 889561088 11266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23071] ppid=23062 vsize=868712 CPUtime=0
/proc/23063/task/23071/stat : 23071 (java) S 23062 23049 22344 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25809587 889561088 11266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 890936

[startup+51.1028 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23071
/proc/meminfo: memFree=1359792/2055920 swapFree=4192812/4192956
[pid=23049] ppid=23047 vsize=16868 CPUtime=0.94
/proc/23049/stat : 23049 (sugar) S 23047 23049 22344 0 -1 4194304 1310 7802 0 1 6 1 81 6 16 0 1 0 25809483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23049/statm: 4217 1111 409 3 0 796 0
[pid=23062] ppid=23049 vsize=5356 CPUtime=0
/proc/23062/stat : 23062 (sh) S 23049 23049 22344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25809581 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23062/statm: 1339 233 193 169 0 50 0
[pid=23063] ppid=23062 vsize=868712 CPUtime=49.54
/proc/23063/stat : 23063 (java) S 23062 23049 22344 0 -1 0 14758 0 1 0 4846 108 0 0 18 0 9 0 25809582 889561088 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23063/statm: 217178 11272 2593 9 0 211655 0
[pid=23063/tid=23064] ppid=23062 vsize=868712 CPUtime=47.11
/proc/23063/task/23064/stat : 23064 (java) R 23062 23049 22344 0 -1 64 5277 0 1 0 4629 82 0 0 25 0 9 0 25809583 889561088 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4126893413 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23065] ppid=23062 vsize=868712 CPUtime=2.11
/proc/23063/task/23065/stat : 23065 (java) S 23062 23049 22344 0 -1 64 7251 0 0 0 188 23 0 0 16 0 9 0 25809584 889561088 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23066] ppid=23062 vsize=868712 CPUtime=0
/proc/23063/task/23066/stat : 23066 (java) S 23062 23049 22344 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25809585 889561088 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23067] ppid=23062 vsize=868712 CPUtime=0
/proc/23063/task/23067/stat : 23067 (java) S 23062 23049 22344 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25809585 889561088 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23068] ppid=23062 vsize=868712 CPUtime=0
/proc/23063/task/23068/stat : 23068 (java) S 23062 23049 22344 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25809587 889561088 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23069] ppid=23062 vsize=868712 CPUtime=0.29
/proc/23063/task/23069/stat : 23069 (java) S 23062 23049 22344 0 -1 64 1532 0 0 0 28 1 0 0 16 0 9 0 25809587 889561088 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23070] ppid=23062 vsize=868712 CPUtime=0
/proc/23063/task/23070/stat : 23070 (java) S 23062 23049 22344 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25809587 889561088 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23071] ppid=23062 vsize=868712 CPUtime=0
/proc/23063/task/23071/stat : 23071 (java) S 23062 23049 22344 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25809587 889561088 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 890936

[startup+102.308 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23071
/proc/meminfo: memFree=1145264/2055920 swapFree=4192812/4192956
[pid=23049] ppid=23047 vsize=16868 CPUtime=0.94
/proc/23049/stat : 23049 (sugar) S 23047 23049 22344 0 -1 4194304 1310 7802 0 1 6 1 81 6 16 0 1 0 25809483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23049/statm: 4217 1111 409 3 0 796 0
[pid=23062] ppid=23049 vsize=5356 CPUtime=0
/proc/23062/stat : 23062 (sh) S 23049 23049 22344 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25809581 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23062/statm: 1339 233 193 169 0 50 0
[pid=23063] ppid=23062 vsize=868712 CPUtime=100.04
/proc/23063/stat : 23063 (java) S 23062 23049 22344 0 -1 0 17122 0 1 0 9741 263 0 0 18 0 9 0 25809582 889561088 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23063/statm: 217178 11272 2593 9 0 211655 0
[pid=23063/tid=23064] ppid=23062 vsize=868712 CPUtime=96.49
/proc/23063/task/23064/stat : 23064 (java) R 23062 23049 22344 0 -1 64 7641 0 1 0 9427 222 0 0 25 0 9 0 25809583 889561088 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4126540944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23065] ppid=23062 vsize=868712 CPUtime=3.22
/proc/23063/task/23065/stat : 23065 (java) S 23062 23049 22344 0 -1 64 7251 0 0 0 284 38 0 0 16 0 9 0 25809584 889561088 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23066] ppid=23062 vsize=868712 CPUtime=0
/proc/23063/task/23066/stat : 23066 (java) S 23062 23049 22344 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25809585 889561088 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23067] ppid=23062 vsize=868712 CPUtime=0
/proc/23063/task/23067/stat : 23067 (java) S 23062 23049 22344 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25809585 889561088 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23068] ppid=23062 vsize=868712 CPUtime=0
/proc/23063/task/23068/stat : 23068 (java) S 23062 23049 22344 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25809587 889561088 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23069] ppid=23062 vsize=868712 CPUtime=0.29
/proc/23063/task/23069/stat : 23069 (java) S 23062 23049 22344 0 -1 64 1532 0 0 0 28 1 0 0 16 0 9 0 25809587 889561088 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23070] ppid=23062 vsize=868712 CPUtime=0
/proc/23063/task/23070/stat : 23070 (java) S 23062 23049 22344 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25809587 889561088 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23063/tid=23071] ppid=23062 vsize=868712 CPUtime=0
/proc/23063/task/23071/stat : 23071 (java) S 23062 23049 22344 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25809587 889561088 11272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.98
Current children cumulated vsize (KiB) 890936

[startup+162.303 s]
/proc/loadavg: 2.07 2.03 2.01 3/75 23073
/proc/meminfo: memFree=574448/2055920 swapFree=4192812/4192956
[pid=23049] ppid=23047 vsize=16868 CPUtime=153.69
/proc/23049/stat : 23049 (sugar) S 23047 23049 22344 0 -1 4194304 1377 27546 0 2 6 1 14943 419 16 0 1 0 25809483 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23049/statm: 4217 1114 409 3 0 796 0
[pid=23072] ppid=23049 vsize=5356 CPUtime=0
/proc/23072/stat : 23072 (sh) S 23049 23049 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25825068 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23072/statm: 1339 232 193 169 0 50 0
[pid=23073] ppid=23072 vsize=474088 CPUtime=6.36
/proc/23073/stat : 23073 (minisat) R 23072 23049 22344 0 -1 4194304 110032 0 0 0 531 105 0 0 25 0 1 0 25825069 485466112 110018 996147200 134512640 135127466 4294956256 18446744073709551615 134514148 0 0 4096 3 0 0 0 17 1 0 0
/proc/23073/statm: 118522 110018 62 150 0 118369 0
Current children cumulated CPU time (s) 160.05
Current children cumulated vsize (KiB) 496312



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+169.302 s]
/proc/loadavg: 2.07 2.03 2.01 3/75 23073
/proc/meminfo: memFree=123504/2055920 swapFree=4192812/4192956
[pid=23049] ppid=23047 vsize=16868 CPUtime=153.69
/proc/23049/stat : 23049 (sugar) S 23047 23049 22344 0 -1 4194304 1377 27546 0 2 6 1 14943 419 16 0 1 0 25809483 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23049/statm: 4217 1114 409 3 0 796 0
[pid=23072] ppid=23049 vsize=5356 CPUtime=0
/proc/23072/stat : 23072 (sh) S 23049 23049 22344 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25825068 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23072/statm: 1339 232 193 169 0 50 0
[pid=23073] ppid=23072 vsize=900188 CPUtime=13.29
/proc/23073/stat : 23073 (minisat) R 23072 23049 22344 0 -1 4194304 212415 0 0 0 1119 210 0 0 25 0 1 0 25825069 921792512 212401 996147200 134512640 135127466 4294956256 18446744073709551615 134532763 0 0 4096 3 0 0 0 17 1 0 0
/proc/23073/statm: 225047 212401 62 150 0 224894 0
Current children cumulated CPU time (s) 166.98
Current children cumulated vsize (KiB) 922412

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

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

[startup+169.425 s]
/proc/loadavg: 2.07 2.03 2.01 3/75 23073
/proc/meminfo: memFree=123504/2055920 swapFree=4192812/4192956
[pid=23049] ppid=23047 vsize=16868 CPUtime=153.69
/proc/23049/stat : 23049 (sugar) S 23047 23049 22344 0 -1 4194304 1399 27546 0 2 6 1 14943 419 16 0 1 0 25809483 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23049/statm: 4217 1114 409 3 0 796 0
[pid=23072] ppid=23049 vsize=0 CPUtime=0
/proc/23072/stat : 23072 (sh) Z 23049 23049 22344 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 25825068 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23072/statm: 0 0 0 0 0 0 0
[pid=23073] ppid=1 vsize=0 CPUtime=13.41
/proc/23073/stat : 23073 (minisat) R 1 23049 22344 0 -1 4195332 212415 0 0 0 1119 222 0 0 25 0 1 0 25825069 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/23073/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 167.1
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23049 and gives
#  childrusage.ru_utime.tv_sec=149
#  childrusage.ru_utime.tv_usec=504271
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=224357
# CPU time returned by wait4() is 153.729
# while last known CPU time is 167.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 169.453
CPU time (s): 167.1
CPU user time (s): 160.68
CPU system time (s): 6.42
CPU usage (%): 98.6114
Max. virtual memory (cumulated for all children) (KiB): 922412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 149.504
system time used= 4.22436
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29306
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= 68531
involuntary context switches= 71645

runsolver used 0.25796 second user time and 0.610907 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-12 10:30:29
IDJOB=2088011
IDBENCH=58844
IDSOLVER=739
FILE ID=node20/2088011-1247387429
PBS_JOBID= 9507239
Free space on /tmp= 66236 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp19/normalized-fapp19-0350-8.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-2088011-1247387429/watcher-2088011-1247387429 -o /tmp/evaluation-result-2088011-1247387429/solver-2088011-1247387429 -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-2088011-1247387429.xml

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

MD5SUM BENCH= ce0f620893af5adfeaa49fc84af7b2cb
RANDOM SEED=736124261

node20.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.236
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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1509800 kB
Buffers:         13952 kB
Cached:         161216 kB
SwapCached:          0 kB
Active:         442196 kB
Inactive:        56840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1509800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2100 kB
Writeback:           0 kB
Mapped:         335392 kB
Slab:            31928 kB
Committed_AS:   522336 kB
PageTables:       2432 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= 66236 MiB
End job on node20 at 2009-07-12 10:33:20