Trace number 2087989

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) 147.22 148.938

General information on the benchmark

Namecsp/fapp/fapp19/
normalized-fapp19-0350-2.xml
MD5SUM1825ea13215fc44c945afffc7e468e56
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.8865
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.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 10:29:59 2009
0.00/0.07	c 0	PID 24880
0.00/0.07	c 0	HOST node53.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2087989-1247387399.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-2087989-1247387399.xml' 'HOME/temp.csp'
0.06/0.92	c 1	8 domains, 350 variables, 8 predicates, 0 relations, 5873 constraints
0.06/0.96	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.96	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.94/1.03	c 1	Parsing HOME/temp.csp
1.14/1.22	c 1	parsed 6239 expressions
1.14/1.23	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.23	c 1	Converting to clausal form CSP
2.04/2.12	c 2	converted 624 (10%) expressions
3.33/3.44	c 3	converted 1248 (20%) expressions
4.43/4.54	c 4	converted 1872 (30%) expressions
5.42/5.58	c 5	converted 2496 (40%) expressions
6.42/6.55	c 6	converted 3120 (50%) expressions
7.41/7.52	c 7	converted 3744 (60%) expressions
8.40/8.57	c 8	converted 4368 (70%) expressions
9.50/9.62	c 10	converted 4992 (80%) expressions
10.59/10.74	c 11	converted 5616 (90%) expressions
11.58/11.74	c 12	converted 6239 (100%) expressions
11.58/11.74	c 12	CSP : 698 integers, 16965 booleans, 35691 clauses, largest domain size 2921
11.58/11.74	c 12	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.58/11.74	c 12	Propagation in CSP
11.99/12.15	c 12	550 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.99/12.15	c 12	CSP : 698 integers, 16965 booleans, 35691 clauses, largest domain size 2921
11.99/12.15	c 12	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.99/12.17	c 12	Simplifing CSP by introducing new Boolean variables
12.08/12.25	c 12	CSP : 698 integers, 29225 booleans, 47951 clauses, largest domain size 2921
12.08/12.25	c 12	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.28/12.41	c 12	Encoding CSP to SAT : HOME/temp.cnf
13.67/13.87	c 14	70 (10%) CSP integer variables are encoded (40772 clauses, 589472 bytes)
14.86/15.04	c 15	140 (20%) CSP integer variables are encoded (76752 clauses, 1129172 bytes)
16.16/16.40	c 16	210 (30%) CSP integer variables are encoded (116663 clauses, 1761524 bytes)
17.65/17.86	c 18	280 (40%) CSP integer variables are encoded (157839 clauses, 2461516 bytes)
19.14/19.34	c 19	349 (50%) CSP integer variables are encoded (199194 clauses, 3164551 bytes)
19.44/19.61	c 20	419 (60%) CSP integer variables are encoded (392807 clauses, 6455972 bytes)
19.63/19.95	c 20	489 (70%) CSP integer variables are encoded (584839 clauses, 9720516 bytes)
19.83/20.17	c 20	559 (80%) CSP integer variables are encoded (780835 clauses, 13052448 bytes)
20.12/20.41	c 20	629 (90%) CSP integer variables are encoded (975779 clauses, 16366496 bytes)
20.33/20.64	c 21	698 (100%) CSP integer variables are encoded (1164838 clauses, 19911452 bytes)
33.45/33.83	c 34	4796 (10%) CSP clauses are encoded (2992874 clauses, 64888640 bytes)
44.87/45.31	c 45	9591 (20%) CSP clauses are encoded (4971655 clauses, 114597931 bytes)
55.97/56.55	c 56	14386 (30%) CSP clauses are encoded (6971034 clauses, 165821478 bytes)
66.51/67.19	c 67	19181 (40%) CSP clauses are encoded (8980443 clauses, 217438322 bytes)
77.09/77.84	c 78	23976 (50%) CSP clauses are encoded (10940004 clauses, 267851097 bytes)
87.58/88.45	c 88	28771 (60%) CSP clauses are encoded (12888228 clauses, 317836905 bytes)
100.04/101.09	c 101	33566 (70%) CSP clauses are encoded (14929551 clauses, 370318533 bytes)
111.83/112.98	c 113	38361 (80%) CSP clauses are encoded (16943627 clauses, 422258505 bytes)
124.21/125.42	c 125	43156 (90%) CSP clauses are encoded (19056586 clauses, 476580285 bytes)
135.59/136.94	c 137	47951 (100%) CSP clauses are encoded (21063083 clauses, 528285443 bytes)
135.59/136.94	c 137	47951 CSP clauses encoded
135.59/136.94	c 137	Writing map file : HOME/temp.map
135.68/137.01	c 137	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
135.68/137.01	c 137	SAT : 1194761 SAT variables, 21063083 SAT clauses, 528285443 bytes
135.68/137.01	c 137	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
135.68/137.03	c 137	SOLVING HOME/temp.cnf
135.68/137.03	c 137	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
135.68/137.03	c 137	This is MiniSat 2.0 beta
135.68/137.03	c 137	WARNING: for repeatability, setting FPU to use double precision
135.68/137.03	c 137	============================[ Problem Statistics ]=============================
135.68/137.03	c 137	|                                                                             |
135.68/137.03	c 137	|  Number of variables:  1194761                                              |
135.68/137.03	c 137	|  Number of clauses:    21063083                                             |
147.11/148.81	c ERROR INTERRUPTED
147.22/148.93	s UNKNOWN
147.22/148.93	c 149	CPU 135.72 (0.05 0.02 132.06 3.59)
147.22/148.93	c 149	END Sun Jul 12 10:32:28 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-2087989-1247387399/watcher-2087989-1247387399 -o /tmp/evaluation-result-2087989-1247387399/solver-2087989-1247387399 -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-2087989-1247387399.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.02 2.00 4/84 24880
/proc/meminfo: memFree=1403136/2055920 swapFree=4192812/4192956
[pid=24880] ppid=24878 vsize=12268 CPUtime=0
/proc/24880/stat : 24880 (sugar) R 24878 24880 23641 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 25803902 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269939162110 0 0 4224 0 0 0 0 17 0 0 0
/proc/24880/statm: 3067 318 242 3 0 167 0

[startup+0.0118071 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 24880
/proc/meminfo: memFree=1403136/2055920 swapFree=4192812/4192956
[pid=24880] ppid=24878 vsize=12412 CPUtime=0
/proc/24880/stat : 24880 (sugar) R 24878 24880 23641 0 -1 4194304 455 0 0 0 0 0 0 0 18 0 1 0 25803902 12709888 423 996147200 4194304 4206940 548682068608 18446744073709551615 269930113504 0 0 4224 0 0 0 0 17 0 0 0
/proc/24880/statm: 3103 424 286 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.102813 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 24880
/proc/meminfo: memFree=1403136/2055920 swapFree=4192812/4192956
[pid=24880] ppid=24878 vsize=16868 CPUtime=0.06
/proc/24880/stat : 24880 (sugar) S 24878 24880 23641 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 25803902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24880/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302831 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 24880
/proc/meminfo: memFree=1403136/2055920 swapFree=4192812/4192956
[pid=24880] ppid=24878 vsize=16868 CPUtime=0.06
/proc/24880/stat : 24880 (sugar) S 24878 24880 23641 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 25803902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24880/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702889 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 24880
/proc/meminfo: memFree=1403136/2055920 swapFree=4192812/4192956
[pid=24880] ppid=24878 vsize=16868 CPUtime=0.06
/proc/24880/stat : 24880 (sugar) S 24878 24880 23641 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 25803902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24880/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50197 s]
/proc/loadavg: 2.00 2.02 2.00 3/91 24898
/proc/meminfo: memFree=1397000/2055920 swapFree=4192812/4192956
[pid=24880] ppid=24878 vsize=16868 CPUtime=0.92
/proc/24880/stat : 24880 (sugar) S 24878 24880 23641 0 -1 4194304 1309 7801 0 1 5 2 80 5 16 0 1 0 25803902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24880/statm: 4217 1111 409 3 0 796 0
[pid=24893] ppid=24880 vsize=5356 CPUtime=0
/proc/24893/stat : 24893 (sh) S 24880 24880 23641 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25803998 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24893/statm: 1339 233 193 169 0 50 0
[pid=24894] ppid=24893 vsize=865656 CPUtime=0.52
/proc/24894/stat : 24894 (java) S 24893 24880 23641 0 -1 0 4865 0 1 0 50 2 0 0 20 0 9 0 25803998 886431744 4307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24894/statm: 216414 4307 1742 9 0 210919 0
[pid=24894/tid=24895] ppid=24893 vsize=865656 CPUtime=0.38
/proc/24894/task/24895/stat : 24895 (java) R 24893 24880 23641 0 -1 64 2672 0 1 0 37 1 0 0 25 0 9 0 25803999 886431744 4307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24896] ppid=24893 vsize=865656 CPUtime=0.04
/proc/24894/task/24896/stat : 24896 (java) S 24893 24880 23641 0 -1 64 826 0 0 0 4 0 0 0 16 0 9 0 25804000 886431744 4309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24897] ppid=24893 vsize=865656 CPUtime=0
/proc/24894/task/24897/stat : 24897 (java) S 24893 24880 23641 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 25804001 886431744 4309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24898] ppid=24893 vsize=865656 CPUtime=0
/proc/24894/task/24898/stat : 24898 (java) S 24893 24880 23641 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 25804001 886431744 4311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887880

[startup+3.10116 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 24902
/proc/meminfo: memFree=1385256/2055920 swapFree=4192812/4192956
[pid=24880] ppid=24878 vsize=16868 CPUtime=0.92
/proc/24880/stat : 24880 (sugar) S 24878 24880 23641 0 -1 4194304 1309 7801 0 1 5 2 80 5 16 0 1 0 25803902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24880/statm: 4217 1111 409 3 0 796 0
[pid=24893] ppid=24880 vsize=5356 CPUtime=0
/proc/24893/stat : 24893 (sh) S 24880 24880 23641 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25803998 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24893/statm: 1339 233 193 169 0 50 0
[pid=24894] ppid=24893 vsize=868580 CPUtime=2.11
/proc/24894/stat : 24894 (java) S 24893 24880 23641 0 -1 0 7668 0 1 0 206 5 0 0 20 0 9 0 25803998 889425920 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24894/statm: 217145 6722 2566 9 0 211650 0
[pid=24894/tid=24895] ppid=24893 vsize=868580 CPUtime=1.74
/proc/24894/task/24895/stat : 24895 (java) R 24893 24880 23641 0 -1 64 2861 0 1 0 173 1 0 0 25 0 9 0 25803999 889425920 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4126503178 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24896] ppid=24893 vsize=868580 CPUtime=0.18
/proc/24894/task/24896/stat : 24896 (java) S 24893 24880 23641 0 -1 64 2636 0 0 0 16 2 0 0 16 0 9 0 25804000 889425920 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24897] ppid=24893 vsize=868580 CPUtime=0
/proc/24894/task/24897/stat : 24897 (java) S 24893 24880 23641 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25804001 889425920 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24898] ppid=24893 vsize=868580 CPUtime=0
/proc/24894/task/24898/stat : 24898 (java) S 24893 24880 23641 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25804001 889425920 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24899] ppid=24893 vsize=868580 CPUtime=0
/proc/24894/task/24899/stat : 24899 (java) S 24893 24880 23641 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25804003 889425920 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24900] ppid=24893 vsize=868580 CPUtime=0.15
/proc/24894/task/24900/stat : 24900 (java) S 24893 24880 23641 0 -1 64 1473 0 0 0 15 0 0 0 16 0 9 0 25804003 889425920 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24901] ppid=24893 vsize=868580 CPUtime=0
/proc/24894/task/24901/stat : 24901 (java) S 24893 24880 23641 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25804003 889425920 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24902] ppid=24893 vsize=868580 CPUtime=0
/proc/24894/task/24902/stat : 24902 (java) S 24893 24880 23641 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25804003 889425920 6722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890804

[startup+6.30254 s]
/proc/loadavg: 2.00 2.02 2.00 4/95 24902
/proc/meminfo: memFree=1378600/2055920 swapFree=4192812/4192956
[pid=24880] ppid=24878 vsize=16868 CPUtime=0.92
/proc/24880/stat : 24880 (sugar) S 24878 24880 23641 0 -1 4194304 1309 7801 0 1 5 2 80 5 16 0 1 0 25803902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24880/statm: 4217 1111 409 3 0 796 0
[pid=24893] ppid=24880 vsize=5356 CPUtime=0
/proc/24893/stat : 24893 (sh) S 24880 24880 23641 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25803998 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24893/statm: 1339 233 193 169 0 50 0
[pid=24894] ppid=24893 vsize=868580 CPUtime=5.29
/proc/24894/stat : 24894 (java) S 24893 24880 23641 0 -1 0 10600 0 1 0 520 9 0 0 20 0 9 0 25803998 889425920 8042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24894/statm: 217145 8042 2567 9 0 211650 0
[pid=24894/tid=24895] ppid=24893 vsize=868580 CPUtime=4.56
/proc/24894/task/24895/stat : 24895 (java) R 24893 24880 23641 0 -1 64 3279 0 1 0 454 2 0 0 25 0 9 0 25803999 889425920 8042 996147200 134512640 134550932 4294955936 18446744073709551615 4126506543 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24896] ppid=24893 vsize=868580 CPUtime=0.53
/proc/24894/task/24896/stat : 24896 (java) S 24893 24880 23641 0 -1 64 5145 0 0 0 48 5 0 0 16 0 9 0 25804000 889425920 8042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24897] ppid=24893 vsize=868580 CPUtime=0
/proc/24894/task/24897/stat : 24897 (java) S 24893 24880 23641 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25804001 889425920 8042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24898] ppid=24893 vsize=868580 CPUtime=0
/proc/24894/task/24898/stat : 24898 (java) S 24893 24880 23641 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25804001 889425920 8042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24899] ppid=24893 vsize=868580 CPUtime=0
/proc/24894/task/24899/stat : 24899 (java) S 24893 24880 23641 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25804003 889425920 8042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24900] ppid=24893 vsize=868580 CPUtime=0.16
/proc/24894/task/24900/stat : 24900 (java) S 24893 24880 23641 0 -1 64 1478 0 0 0 16 0 0 0 15 0 9 0 25804003 889425920 8042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24901] ppid=24893 vsize=868580 CPUtime=0
/proc/24894/task/24901/stat : 24901 (java) S 24893 24880 23641 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25804003 889425920 8042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24902] ppid=24893 vsize=868580 CPUtime=0
/proc/24894/task/24902/stat : 24902 (java) S 24893 24880 23641 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25804003 889425920 8042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 890804

[startup+12.7013 s]
/proc/loadavg: 2.07 2.04 2.00 3/95 24902
/proc/meminfo: memFree=1367784/2055920 swapFree=4192812/4192956
[pid=24880] ppid=24878 vsize=16868 CPUtime=0.92
/proc/24880/stat : 24880 (sugar) S 24878 24880 23641 0 -1 4194304 1310 7801 0 1 5 2 80 5 16 0 1 0 25803902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24880/statm: 4217 1111 409 3 0 796 0
[pid=24893] ppid=24880 vsize=5356 CPUtime=0
/proc/24893/stat : 24893 (sh) S 24880 24880 23641 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25803998 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24893/statm: 1339 233 193 169 0 50 0
[pid=24894] ppid=24893 vsize=868692 CPUtime=11.65
/proc/24894/stat : 24894 (java) S 24893 24880 23641 0 -1 0 14902 0 1 0 1148 17 0 0 20 0 9 0 25803998 889540608 11510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24894/statm: 217173 11510 2593 9 0 211650 0
[pid=24894/tid=24895] ppid=24893 vsize=868692 CPUtime=10.16
/proc/24894/task/24895/stat : 24895 (java) R 24893 24880 23641 0 -1 64 3933 0 1 0 1012 4 0 0 25 0 9 0 25803999 889540608 11510 996147200 134512640 134550932 4294955936 18446744073709551615 4126918987 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24896] ppid=24893 vsize=868692 CPUtime=1.25
/proc/24894/task/24896/stat : 24896 (java) S 24893 24880 23641 0 -1 64 8758 0 0 0 114 11 0 0 16 0 9 0 25804000 889540608 11510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24897] ppid=24893 vsize=868692 CPUtime=0
/proc/24894/task/24897/stat : 24897 (java) S 24893 24880 23641 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25804001 889540608 11510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24898] ppid=24893 vsize=868692 CPUtime=0
/proc/24894/task/24898/stat : 24898 (java) S 24893 24880 23641 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25804001 889540608 11510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24899] ppid=24893 vsize=868692 CPUtime=0
/proc/24894/task/24899/stat : 24899 (java) S 24893 24880 23641 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25804003 889540608 11510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24900] ppid=24893 vsize=868692 CPUtime=0.22
/proc/24894/task/24900/stat : 24900 (java) S 24893 24880 23641 0 -1 64 1513 0 0 0 21 1 0 0 15 0 9 0 25804003 889540608 11510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24901] ppid=24893 vsize=868692 CPUtime=0
/proc/24894/task/24901/stat : 24901 (java) S 24893 24880 23641 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25804003 889540608 11510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24902] ppid=24893 vsize=868692 CPUtime=0
/proc/24894/task/24902/stat : 24902 (java) S 24893 24880 23641 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25804003 889540608 11510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 890916

[startup+25.5028 s]
/proc/loadavg: 2.06 2.04 2.00 3/95 24902
/proc/meminfo: memFree=1328552/2055920 swapFree=4192812/4192956
[pid=24880] ppid=24878 vsize=16868 CPUtime=0.92
/proc/24880/stat : 24880 (sugar) S 24878 24880 23641 0 -1 4194304 1310 7801 0 1 5 2 80 5 16 0 1 0 25803902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24880/statm: 4217 1111 409 3 0 796 0
[pid=24893] ppid=24880 vsize=5356 CPUtime=0
/proc/24893/stat : 24893 (sh) S 24880 24880 23641 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25803998 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24893/statm: 1339 233 193 169 0 50 0
[pid=24894] ppid=24893 vsize=868692 CPUtime=24.27
/proc/24894/stat : 24894 (java) S 24893 24880 23641 0 -1 0 15349 0 1 0 2390 37 0 0 20 0 9 0 25803998 889540608 11530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24894/statm: 217173 11530 2593 9 0 211650 0
[pid=24894/tid=24895] ppid=24893 vsize=868692 CPUtime=22.57
/proc/24894/task/24895/stat : 24895 (java) R 24893 24880 23641 0 -1 64 4361 0 1 0 2235 22 0 0 25 0 9 0 25803999 889540608 11530 996147200 134512640 134550932 4294955936 18446744073709551615 4126904544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24896] ppid=24893 vsize=868692 CPUtime=1.43
/proc/24894/task/24896/stat : 24896 (java) S 24893 24880 23641 0 -1 64 8760 0 0 0 130 13 0 0 16 0 9 0 25804000 889540608 11530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24897] ppid=24893 vsize=868692 CPUtime=0
/proc/24894/task/24897/stat : 24897 (java) S 24893 24880 23641 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25804001 889540608 11530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24898] ppid=24893 vsize=868692 CPUtime=0
/proc/24894/task/24898/stat : 24898 (java) S 24893 24880 23641 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25804001 889540608 11530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24899] ppid=24893 vsize=868692 CPUtime=0
/proc/24894/task/24899/stat : 24899 (java) S 24893 24880 23641 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25804003 889540608 11530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24900] ppid=24893 vsize=868692 CPUtime=0.25
/proc/24894/task/24900/stat : 24900 (java) S 24893 24880 23641 0 -1 64 1530 0 0 0 24 1 0 0 16 0 9 0 25804003 889540608 11530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24901] ppid=24893 vsize=868692 CPUtime=0
/proc/24894/task/24901/stat : 24901 (java) S 24893 24880 23641 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25804003 889540608 11530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24902] ppid=24893 vsize=868692 CPUtime=0
/proc/24894/task/24902/stat : 24902 (java) S 24893 24880 23641 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25804003 889540608 11530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 890916

[startup+51.1028 s]
/proc/loadavg: 2.04 2.03 2.00 3/95 24902
/proc/meminfo: memFree=1226280/2055920 swapFree=4192812/4192956
[pid=24880] ppid=24878 vsize=16868 CPUtime=0.92
/proc/24880/stat : 24880 (sugar) S 24878 24880 23641 0 -1 4194304 1310 7801 0 1 5 2 80 5 16 0 1 0 25803902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24880/statm: 4217 1111 409 3 0 796 0
[pid=24893] ppid=24880 vsize=5356 CPUtime=0
/proc/24893/stat : 24893 (sh) S 24880 24880 23641 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25803998 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24893/statm: 1339 233 193 169 0 50 0
[pid=24894] ppid=24893 vsize=868692 CPUtime=49.69
/proc/24894/stat : 24894 (java) S 24893 24880 23641 0 -1 0 16558 0 1 0 4866 103 0 0 20 0 9 0 25803998 889540608 11535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24894/statm: 217173 11535 2593 9 0 211650 0
[pid=24894/tid=24895] ppid=24893 vsize=868692 CPUtime=47.53
/proc/24894/task/24895/stat : 24895 (java) R 24893 24880 23641 0 -1 64 5565 0 1 0 4671 82 0 0 25 0 9 0 25803999 889540608 11535 996147200 134512640 134550932 4294955936 18446744073709551615 4126904512 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24896] ppid=24893 vsize=868692 CPUtime=1.88
/proc/24894/task/24896/stat : 24896 (java) S 24893 24880 23641 0 -1 64 8760 0 0 0 169 19 0 0 16 0 9 0 25804000 889540608 11535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24897] ppid=24893 vsize=868692 CPUtime=0
/proc/24894/task/24897/stat : 24897 (java) S 24893 24880 23641 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25804001 889540608 11535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24898] ppid=24893 vsize=868692 CPUtime=0
/proc/24894/task/24898/stat : 24898 (java) S 24893 24880 23641 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25804001 889540608 11535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24899] ppid=24893 vsize=868692 CPUtime=0
/proc/24894/task/24899/stat : 24899 (java) S 24893 24880 23641 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25804003 889540608 11535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24900] ppid=24893 vsize=868692 CPUtime=0.25
/proc/24894/task/24900/stat : 24900 (java) S 24893 24880 23641 0 -1 64 1535 0 0 0 24 1 0 0 16 0 9 0 25804003 889540608 11535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24901] ppid=24893 vsize=868692 CPUtime=0
/proc/24894/task/24901/stat : 24901 (java) S 24893 24880 23641 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25804003 889540608 11535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24902] ppid=24893 vsize=868692 CPUtime=0
/proc/24894/task/24902/stat : 24902 (java) S 24893 24880 23641 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25804003 889540608 11535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 890916

[startup+102.308 s]
/proc/loadavg: 2.01 2.02 2.00 3/95 24902
/proc/meminfo: memFree=965928/2055920 swapFree=4192812/4192956
[pid=24880] ppid=24878 vsize=16868 CPUtime=0.92
/proc/24880/stat : 24880 (sugar) S 24878 24880 23641 0 -1 4194304 1310 7801 0 1 5 2 80 5 16 0 1 0 25803902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24880/statm: 4217 1111 409 3 0 796 0
[pid=24893] ppid=24880 vsize=5356 CPUtime=0
/proc/24893/stat : 24893 (sh) S 24880 24880 23641 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25803998 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24893/statm: 1339 233 193 169 0 50 0
[pid=24894] ppid=24893 vsize=868692 CPUtime=100.42
/proc/24894/stat : 24894 (java) S 24893 24880 23641 0 -1 0 19202 0 1 0 9787 255 0 0 20 0 9 0 25803998 889540608 11535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24894/statm: 217173 11535 2593 9 0 211650 0
[pid=24894/tid=24895] ppid=24893 vsize=868692 CPUtime=97.23
/proc/24894/task/24895/stat : 24895 (java) R 24893 24880 23641 0 -1 64 8209 0 1 0 9505 218 0 0 25 0 9 0 25803999 889540608 11535 996147200 134512640 134550932 4294955936 18446744073709551615 4126904026 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24896] ppid=24893 vsize=868692 CPUtime=2.9
/proc/24894/task/24896/stat : 24896 (java) S 24893 24880 23641 0 -1 64 8760 0 0 0 256 34 0 0 16 0 9 0 25804000 889540608 11535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24897] ppid=24893 vsize=868692 CPUtime=0
/proc/24894/task/24897/stat : 24897 (java) S 24893 24880 23641 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25804001 889540608 11535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24898] ppid=24893 vsize=868692 CPUtime=0
/proc/24894/task/24898/stat : 24898 (java) S 24893 24880 23641 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25804001 889540608 11535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24899] ppid=24893 vsize=868692 CPUtime=0
/proc/24894/task/24899/stat : 24899 (java) S 24893 24880 23641 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25804003 889540608 11535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24900] ppid=24893 vsize=868692 CPUtime=0.25
/proc/24894/task/24900/stat : 24900 (java) S 24893 24880 23641 0 -1 64 1535 0 0 0 24 1 0 0 16 0 9 0 25804003 889540608 11535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24901] ppid=24893 vsize=868692 CPUtime=0
/proc/24894/task/24901/stat : 24901 (java) S 24893 24880 23641 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25804003 889540608 11535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24894/tid=24902] ppid=24893 vsize=868692 CPUtime=0
/proc/24894/task/24902/stat : 24902 (java) S 24893 24880 23641 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25804003 889540608 11535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 890916



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+148.801 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 24904
/proc/meminfo: memFree=13544/2055920 swapFree=4192812/4192956
[pid=24880] ppid=24878 vsize=16868 CPUtime=135.71
/proc/24880/stat : 24880 (sugar) S 24878 24880 23641 0 -1 4194304 1377 29043 0 2 5 2 13206 358 16 0 1 0 25803902 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24880/statm: 4217 1114 409 3 0 796 0
[pid=24903] ppid=24880 vsize=5356 CPUtime=0
/proc/24903/stat : 24903 (sh) S 24880 24880 23641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25817605 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24903/statm: 1339 232 193 169 0 50 0
[pid=24904] ppid=24903 vsize=901728 CPUtime=11.4
/proc/24904/stat : 24904 (minisat) R 24903 24880 23641 0 -1 4194304 212829 0 0 0 986 154 0 0 24 0 1 0 25817605 923369472 212815 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/24904/statm: 225432 212815 62 150 0 225279 0
Current children cumulated CPU time (s) 147.11
Current children cumulated vsize (KiB) 923952

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

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

[startup+148.919 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 24904
/proc/meminfo: memFree=13544/2055920 swapFree=4192812/4192956
[pid=24880] ppid=24878 vsize=16868 CPUtime=135.71
/proc/24880/stat : 24880 (sugar) S 24878 24880 23641 0 -1 4194304 1399 29043 0 2 5 2 13206 358 16 0 1 0 25803902 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24880/statm: 4217 1114 409 3 0 796 0
[pid=24903] ppid=24880 vsize=0 CPUtime=0
/proc/24903/stat : 24903 (sh) Z 24880 24880 23641 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 25817605 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24903/statm: 0 0 0 0 0 0 0
[pid=24904] ppid=1 vsize=0 CPUtime=11.51
/proc/24904/stat : 24904 (minisat) R 1 24880 23641 0 -1 4195332 212829 0 0 0 986 165 0 0 25 0 1 0 25817605 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/24904/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 147.22
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24880 and gives
#  childrusage.ru_utime.tv_sec=132
#  childrusage.ru_utime.tv_usec=119914
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=620449
# CPU time returned by wait4() is 135.74
# while last known CPU time is 147.22
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 148.938
CPU time (s): 147.22
CPU user time (s): 141.97
CPU system time (s): 5.25
CPU usage (%): 98.8467
Max. virtual memory (cumulated for all children) (KiB): 923952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 132.12
system time used= 3.62045
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30803
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= 68247
involuntary context switches= 69935

runsolver used 0.180972 second user time and 0.499924 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-12 10:29:59
IDJOB=2087989
IDBENCH=58840
IDSOLVER=739
FILE ID=node53/2087989-1247387399
PBS_JOBID= 9507265
Free space on /tmp= 65976 MiB

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

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

MD5SUM BENCH= 1825ea13215fc44c945afffc7e468e56
RANDOM SEED=527423016

node53.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.232
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.232
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:       1403616 kB
Buffers:         14900 kB
Cached:          85128 kB
SwapCached:          0 kB
Active:         552644 kB
Inactive:        46524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1403616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2116 kB
Writeback:           0 kB
Mapped:         514824 kB
Slab:            37524 kB
Committed_AS:   894452 kB
PageTables:       2688 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= 65976 MiB
End job on node53 at 2009-07-12 10:32:30