Trace number 2083192

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) 250.811 266.924

General information on the benchmark

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

Solver Data

0.05/0.21	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.23	c 0	BEGIN Sun Jul 12 07:34:23 2009
0.05/0.23	c 0	PID 26421
0.05/0.24	c 0	HOST node35.alineos.net
0.05/0.24	c 0	CONVERTING HOME/instance-2083192-1247376862.xml TO HOME/temp.csp
0.05/0.24	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083192-1247376862.xml' 'HOME/temp.csp'
1.52/1.86	c 2	49 domains, 2000 variables, 8 predicates, 0 relations, 25652 constraints
1.52/1.88	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.52/1.88	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.60/1.96	c 2	Parsing HOME/temp.csp
1.91/2.28	c 2	parsed 10000 expressions
2.09/2.43	c 2	parsed 20000 expressions
2.20/2.58	c 2	parsed 27709 expressions
2.20/2.59	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.20/2.59	c 2	Converting to clausal form CSP
3.58/4.00	c 4	converted 2771 (10%) expressions
6.86/7.20	c 7	converted 5542 (20%) expressions
10.14/10.56	c 10	converted 8313 (30%) expressions
13.42/13.89	c 14	converted 11084 (40%) expressions
15.89/16.34	c 16	converted 13855 (50%) expressions
19.06/19.57	c 19	converted 16626 (60%) expressions
21.36/21.84	c 22	converted 19397 (70%) expressions
23.73/24.23	c 24	converted 22168 (80%) expressions
25.70/26.27	c 26	converted 24939 (90%) expressions
27.39/27.98	c 28	converted 27709 (100%) expressions
27.39/27.98	c 28	CSP : 7373 integers, 73503 booleans, 166407 clauses, largest domain size 2657
27.39/27.98	c 28	Heap : 179 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
27.39/27.98	c 28	Propagation in CSP
30.35/30.97	c 31	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
30.35/30.97	c 31	CSP : 7373 integers, 73503 booleans, 166407 clauses, largest domain size 2657
30.35/30.97	c 31	Heap : 183 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
30.45/31.04	c 31	Simplifing CSP by introducing new Boolean variables
30.75/31.31	c 31	CSP : 7373 integers, 134077 booleans, 226981 clauses, largest domain size 2657
30.75/31.31	c 31	Heap : 194 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
31.94/32.51	c 32	Encoding CSP to SAT : HOME/temp.cnf
33.91/34.54	c 34	738 (10%) CSP integer variables are encoded (117562 clauses, 1777793 bytes)
35.80/36.45	c 36	1475 (20%) CSP integer variables are encoded (233325 clauses, 3745764 bytes)
37.77/38.40	c 38	2212 (30%) CSP integer variables are encoded (740018 clauses, 12359545 bytes)
39.70/40.45	c 40	2950 (40%) CSP integer variables are encoded (2301554 clauses, 41513438 bytes)
41.64/42.46	c 42	3687 (50%) CSP integer variables are encoded (3849825 clauses, 70930587 bytes)
43.59/44.44	c 44	4424 (60%) CSP integer variables are encoded (5344932 clauses, 99337620 bytes)
45.63/46.50	c 46	5162 (70%) CSP integer variables are encoded (6898164 clauses, 128849028 bytes)
47.59/48.67	c 48	5899 (80%) CSP integer variables are encoded (8457255 clauses, 158471757 bytes)
49.43/50.58	c 50	6636 (90%) CSP integer variables are encoded (9926800 clauses, 186393112 bytes)
51.38/52.59	c 52	7373 (100%) CSP integer variables are encoded (11430017 clauses, 217827608 bytes)
64.88/66.48	c 66	22699 (10%) CSP clauses are encoded (16631467 clauses, 358471900 bytes)
79.03/80.95	c 81	45397 (20%) CSP clauses are encoded (22293341 clauses, 515336180 bytes)
92.13/94.48	c 94	68095 (30%) CSP clauses are encoded (27197547 clauses, 651768089 bytes)
105.87/108.68	c 108	90793 (40%) CSP clauses are encoded (32750235 clauses, 806135555 bytes)
120.06/123.07	c 123	113491 (50%) CSP clauses are encoded (38506773 clauses, 966643478 bytes)
135.14/138.58	c 138	136189 (60%) CSP clauses are encoded (44208541 clauses, 1125871275 bytes)
150.31/154.02	c 154	158887 (70%) CSP clauses are encoded (50052575 clauses, 1289335672 bytes)
164.07/168.29	c 168	181585 (80%) CSP clauses are encoded (55325265 clauses, 1441277046 bytes)
178.85/183.54	c 183	204283 (90%) CSP clauses are encoded (61195278 clauses, 1612613110 bytes)
194.24/199.51	c 199	226981 (100%) CSP clauses are encoded (67279421 clauses, 1791400077 bytes)
194.24/199.52	c 199	226981 CSP clauses encoded
194.24/199.57	c 199	Writing map file : HOME/temp.map
194.29/199.88	c 200	Heap : 184 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
194.29/199.88	c 200	SAT : 11571467 SAT variables, 67279421 SAT clauses, 1791400077 bytes
194.29/199.88	c 200	Heap : 184 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
194.40/200.23	c 200	SOLVING HOME/temp.cnf
194.40/200.23	c 200	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
250.53/262.53	c 262	*** picosat: out of memory in 'realloc'
250.65/262.80	c ERROR INTERRUPTED

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083192-1247376862/watcher-2083192-1247376862 -o /tmp/evaluation-result-2083192-1247376862/solver-2083192-1247376862 -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-2083192-1247376862.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.28 2.27 2.11 4/82 26421
/proc/meminfo: memFree=432432/2055920 swapFree=4192812/4192956
[pid=26421] ppid=26419 vsize=18576 CPUtime=0
/proc/26421/stat : 26421 (runsolver) R 26419 26421 21931 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24752665 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 266134416679 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26421/statm: 4644 284 249 26 0 2626 0

[startup+0.0216399 s]
/proc/loadavg: 2.28 2.27 2.11 4/82 26421
/proc/meminfo: memFree=432432/2055920 swapFree=4192812/4192956
[pid=26421] ppid=26419 vsize=18576 CPUtime=0
/proc/26421/stat : 26421 (runsolver) D 26419 26421 21931 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24752665 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 266134416679 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/26421/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101657 s]
/proc/loadavg: 2.28 2.27 2.11 4/82 26421
/proc/meminfo: memFree=432432/2055920 swapFree=4192812/4192956
[pid=26421] ppid=26419 vsize=12544 CPUtime=0
/proc/26421/stat : 26421 (sugar) R 26419 26421 21931 0 -1 4194304 501 0 0 0 0 0 0 0 18 0 1 0 24752665 12845056 469 996147200 4194304 4206940 548682068608 18446744073709551615 266152191997 0 0 4224 0 0 0 0 17 0 0 0
/proc/26421/statm: 3136 469 298 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.301681 s]
/proc/loadavg: 2.28 2.27 2.11 4/82 26421
/proc/meminfo: memFree=432432/2055920 swapFree=4192812/4192956
[pid=26421] ppid=26419 vsize=16868 CPUtime=0.06
/proc/26421/stat : 26421 (sugar) S 26419 26421 21931 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24752665 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26421/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70172 s]
/proc/loadavg: 2.28 2.27 2.11 4/82 26421
/proc/meminfo: memFree=432432/2055920 swapFree=4192812/4192956
[pid=26421] ppid=26419 vsize=16868 CPUtime=0.06
/proc/26421/stat : 26421 (sugar) S 26419 26421 21931 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24752665 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26421/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50281 s]
/proc/loadavg: 2.28 2.27 2.11 4/93 26433
/proc/meminfo: memFree=394200/2055920 swapFree=4192812/4192956
[pid=26421] ppid=26419 vsize=16868 CPUtime=0.06
/proc/26421/stat : 26421 (sugar) S 26419 26421 21931 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24752665 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26421/statm: 4217 1111 409 3 0 796 0
[pid=26424] ppid=26421 vsize=5356 CPUtime=0
/proc/26424/stat : 26424 (sh) S 26421 26421 21931 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24752689 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26424/statm: 1339 233 193 169 0 50 0
[pid=26425] ppid=26424 vsize=864760 CPUtime=1.16
/proc/26425/stat : 26425 (java) S 26424 26421 21931 0 -1 0 14571 0 1 0 108 8 0 0 18 0 9 0 24752690 885514240 12599 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26425/statm: 216190 12599 2556 9 0 210702 0
[pid=26425/tid=26426] ppid=26424 vsize=864760 CPUtime=0.59
/proc/26425/task/26426/stat : 26426 (java) R 26424 26421 21931 0 -1 64 3070 0 1 0 57 2 0 0 25 0 9 0 24752693 885514240 12599 996147200 134512640 134550932 4294955984 18446744073709551615 4125977358 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26425/tid=26427] ppid=26424 vsize=864760 CPUtime=0.42
/proc/26425/task/26427/stat : 26427 (java) S 26424 26421 21931 0 -1 64 10275 0 0 0 38 4 0 0 16 0 9 0 24752698 885514240 12599 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26425/tid=26428] ppid=26424 vsize=864760 CPUtime=0
/proc/26425/task/26428/stat : 26428 (java) S 26424 26421 21931 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24752699 885514240 12599 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26425/tid=26429] ppid=26424 vsize=864760 CPUtime=0
/proc/26425/task/26429/stat : 26429 (java) S 26424 26421 21931 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24752699 885514240 12599 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26425/tid=26430] ppid=26424 vsize=864760 CPUtime=0
/proc/26425/task/26430/stat : 26430 (java) S 26424 26421 21931 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 24752701 885514240 12599 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26425/tid=26431] ppid=26424 vsize=864760 CPUtime=0.12
/proc/26425/task/26431/stat : 26431 (java) S 26424 26421 21931 0 -1 64 521 0 0 0 12 0 0 0 16 0 9 0 24752701 885514240 12599 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26425/tid=26432] ppid=26424 vsize=864760 CPUtime=0
/proc/26425/task/26432/stat : 26432 (java) S 26424 26421 21931 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 24752701 885514240 12599 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26425/tid=26433] ppid=26424 vsize=864760 CPUtime=0
/proc/26425/task/26433/stat : 26433 (java) S 26424 26421 21931 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24752701 885514240 12599 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 886984

[startup+3.10299 s]
/proc/loadavg: 2.26 2.27 2.11 4/93 26443
/proc/meminfo: memFree=396248/2055920 swapFree=4192812/4192956
[pid=26421] ppid=26419 vsize=16868 CPUtime=1.6
/proc/26421/stat : 26421 (sugar) S 26419 26421 21931 0 -1 4194304 1309 15702 0 1 5 2 144 9 15 0 1 0 24752665 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26421/statm: 4217 1111 409 3 0 796 0
[pid=26434] ppid=26421 vsize=5356 CPUtime=0
/proc/26434/stat : 26434 (sh) S 26421 26421 21931 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24752853 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26434/statm: 1339 233 193 169 0 50 0
[pid=26435] ppid=26434 vsize=868580 CPUtime=1.2
/proc/26435/stat : 26435 (java) S 26434 26421 21931 0 -1 0 9475 0 1 0 112 8 0 0 18 0 9 0 24752853 889425920 8585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26435/statm: 217145 8585 2569 9 0 211650 0
[pid=26435/tid=26436] ppid=26434 vsize=868580 CPUtime=0.8
/proc/26435/task/26436/stat : 26436 (java) R 26434 26421 21931 0 -1 64 2608 0 1 0 77 3 0 0 20 0 9 0 24752854 889425920 8585 996147200 134512640 134550932 4294955936 18446744073709551615 4126513495 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26437] ppid=26434 vsize=868580 CPUtime=0.21
/proc/26435/task/26437/stat : 26437 (java) S 26434 26421 21931 0 -1 64 4690 0 0 0 18 3 0 0 16 0 9 0 24752855 889425920 8585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26438] ppid=26434 vsize=868580 CPUtime=0
/proc/26435/task/26438/stat : 26438 (java) S 26434 26421 21931 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24752856 889425920 8585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26439] ppid=26434 vsize=868580 CPUtime=0
/proc/26435/task/26439/stat : 26439 (java) S 26434 26421 21931 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24752856 889425920 8585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26440] ppid=26434 vsize=868580 CPUtime=0
/proc/26435/task/26440/stat : 26440 (java) S 26434 26421 21931 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24752858 889425920 8585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26441] ppid=26434 vsize=868580 CPUtime=0.16
/proc/26435/task/26441/stat : 26441 (java) S 26434 26421 21931 0 -1 64 1474 0 0 0 15 1 0 0 16 0 9 0 24752858 889425920 8585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26442] ppid=26434 vsize=868580 CPUtime=0
/proc/26435/task/26442/stat : 26442 (java) S 26434 26421 21931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24752858 889425920 8585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26443] ppid=26434 vsize=868580 CPUtime=0
/proc/26435/task/26443/stat : 26443 (java) S 26434 26421 21931 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24752858 889425920 8585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 890804

[startup+6.30234 s]
/proc/loadavg: 2.26 2.27 2.11 3/93 26443
/proc/meminfo: memFree=326616/2055920 swapFree=4192812/4192956
[pid=26421] ppid=26419 vsize=16868 CPUtime=1.6
/proc/26421/stat : 26421 (sugar) S 26419 26421 21931 0 -1 4194304 1309 15702 0 1 5 2 144 9 16 0 1 0 24752665 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26421/statm: 4217 1111 409 3 0 796 0
[pid=26434] ppid=26421 vsize=5356 CPUtime=0
/proc/26434/stat : 26434 (sh) S 26421 26421 21931 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24752853 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26434/statm: 1339 233 193 169 0 50 0
[pid=26435] ppid=26434 vsize=868664 CPUtime=4.37
/proc/26435/stat : 26435 (java) S 26434 26421 21931 0 -1 0 14142 0 1 0 423 14 0 0 18 0 9 0 24752853 889511936 12958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26435/statm: 217166 12958 2567 9 0 211671 0
[pid=26435/tid=26436] ppid=26434 vsize=868664 CPUtime=3.38
/proc/26435/task/26436/stat : 26436 (java) R 26434 26421 21931 0 -1 64 3030 0 1 0 334 4 0 0 25 0 9 0 24752854 889511936 12958 996147200 134512640 134550932 4294955936 18446744073709551615 4126584211 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26437] ppid=26434 vsize=868664 CPUtime=0.75
/proc/26435/task/26437/stat : 26437 (java) S 26434 26421 21931 0 -1 64 8919 0 0 0 69 6 0 0 16 0 9 0 24752855 889511936 12958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26438] ppid=26434 vsize=868664 CPUtime=0
/proc/26435/task/26438/stat : 26438 (java) S 26434 26421 21931 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24752856 889511936 12958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26439] ppid=26434 vsize=868664 CPUtime=0
/proc/26435/task/26439/stat : 26439 (java) S 26434 26421 21931 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24752856 889511936 12958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26440] ppid=26434 vsize=868664 CPUtime=0
/proc/26435/task/26440/stat : 26440 (java) S 26434 26421 21931 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24752858 889511936 12958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26441] ppid=26434 vsize=868664 CPUtime=0.19
/proc/26435/task/26441/stat : 26441 (java) S 26434 26421 21931 0 -1 64 1490 0 0 0 18 1 0 0 15 0 9 0 24752858 889511936 12958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26442] ppid=26434 vsize=868664 CPUtime=0
/proc/26435/task/26442/stat : 26442 (java) S 26434 26421 21931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24752858 889511936 12958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26443] ppid=26434 vsize=868664 CPUtime=0
/proc/26435/task/26443/stat : 26443 (java) S 26434 26421 21931 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24752858 889511936 12958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 890888

[startup+12.702 s]
/proc/loadavg: 2.22 2.26 2.11 5/93 26443
/proc/meminfo: memFree=205720/2055920 swapFree=4192812/4192956
[pid=26421] ppid=26419 vsize=16868 CPUtime=1.6
/proc/26421/stat : 26421 (sugar) S 26419 26421 21931 0 -1 4194304 1309 15702 0 1 5 2 144 9 16 0 1 0 24752665 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26421/statm: 4217 1111 409 3 0 796 0
[pid=26434] ppid=26421 vsize=5356 CPUtime=0
/proc/26434/stat : 26434 (sh) S 26421 26421 21931 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24752853 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26434/statm: 1339 233 193 169 0 50 0
[pid=26435] ppid=26434 vsize=868664 CPUtime=10.72
/proc/26435/stat : 26435 (java) S 26434 26421 21931 0 -1 0 32040 0 1 0 1046 26 0 0 18 0 9 0 24752853 889511936 23027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26435/statm: 217166 23027 2568 9 0 211671 0
[pid=26435/tid=26436] ppid=26434 vsize=868664 CPUtime=8.27
/proc/26435/task/26436/stat : 26436 (java) R 26434 26421 21931 0 -1 64 3891 0 1 0 820 7 0 0 25 0 9 0 24752854 889511936 23027 996147200 134512640 134550932 4294955936 18446744073709551615 4126512812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26437] ppid=26434 vsize=868664 CPUtime=2.22
/proc/26435/task/26437/stat : 26437 (java) S 26434 26421 21931 0 -1 64 25948 0 0 0 205 17 0 0 16 0 9 0 24752855 889511936 23027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26438] ppid=26434 vsize=868664 CPUtime=0
/proc/26435/task/26438/stat : 26438 (java) S 26434 26421 21931 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24752856 889511936 23027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26439] ppid=26434 vsize=868664 CPUtime=0
/proc/26435/task/26439/stat : 26439 (java) S 26434 26421 21931 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24752856 889511936 23027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26440] ppid=26434 vsize=868664 CPUtime=0
/proc/26435/task/26440/stat : 26440 (java) S 26434 26421 21931 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24752858 889511936 23027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26441] ppid=26434 vsize=868664 CPUtime=0.2
/proc/26435/task/26441/stat : 26441 (java) S 26434 26421 21931 0 -1 64 1498 0 0 0 19 1 0 0 15 0 9 0 24752858 889511936 23027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26442] ppid=26434 vsize=868664 CPUtime=0
/proc/26435/task/26442/stat : 26442 (java) S 26434 26421 21931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24752858 889511936 23027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26443] ppid=26434 vsize=868664 CPUtime=0
/proc/26435/task/26443/stat : 26443 (java) S 26434 26421 21931 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24752858 889511936 23027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 890888

[startup+25.5015 s]
/proc/loadavg: 2.18 2.25 2.10 3/93 26443
/proc/meminfo: memFree=15768/2055920 swapFree=4192812/4192956
[pid=26421] ppid=26419 vsize=16868 CPUtime=1.6
/proc/26421/stat : 26421 (sugar) S 26419 26421 21931 0 -1 4194304 1309 15702 0 1 5 2 144 9 16 0 1 0 24752665 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26421/statm: 4217 1111 409 3 0 796 0
[pid=26434] ppid=26421 vsize=5356 CPUtime=0
/proc/26434/stat : 26434 (sh) S 26421 26421 21931 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24752853 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26434/statm: 1339 233 193 169 0 50 0
[pid=26435] ppid=26434 vsize=868664 CPUtime=23.42
/proc/26435/stat : 26435 (java) S 26434 26421 21931 0 -1 0 59829 0 1 0 2298 44 0 0 18 0 9 0 24752853 889511936 46515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26435/statm: 217166 46515 2568 9 0 211671 0
[pid=26435/tid=26436] ppid=26434 vsize=868664 CPUtime=18.95
/proc/26435/task/26436/stat : 26436 (java) R 26434 26421 21931 0 -1 64 4763 0 1 0 1885 10 0 0 25 0 9 0 24752854 889511936 46515 996147200 134512640 134550932 4294955936 18446744073709551615 4126584208 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26435/tid=26437] ppid=26434 vsize=868664 CPUtime=4.23
/proc/26435/task/26437/stat : 26437 (java) S 26434 26421 21931 0 -1 64 52863 0 0 0 392 31 0 0 16 0 9 0 24752855 889511936 46515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26435/tid=26438] ppid=26434 vsize=868664 CPUtime=0
/proc/26435/task/26438/stat : 26438 (java) S 26434 26421 21931 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24752856 889511936 46515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26439] ppid=26434 vsize=868664 CPUtime=0
/proc/26435/task/26439/stat : 26439 (java) S 26434 26421 21931 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24752856 889511936 46515 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26440] ppid=26434 vsize=868664 CPUtime=0

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

[pid=26435] ppid=26434 vsize=868776 CPUtime=156.75
/proc/26435/stat : 26435 (java) S 26434 26421 21931 0 -1 0 77223 0 2 0 14748 927 0 0 18 0 9 0 24752853 889626624 57645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26435/statm: 217194 57645 2593 9 0 211671 0
[pid=26435/tid=26436] ppid=26434 vsize=868776 CPUtime=147.87
/proc/26435/task/26436/stat : 26436 (java) R 26434 26421 21931 0 -1 64 7434 0 2 0 13913 874 0 0 25 0 9 0 24752854 889626624 57645 996147200 134512640 134550932 4294955936 18446744073709551615 4127072722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26437] ppid=26434 vsize=868776 CPUtime=8.56
/proc/26435/task/26437/stat : 26437 (java) S 26434 26421 21931 0 -1 64 67539 0 0 0 806 50 0 0 16 0 9 0 24752855 889626624 57645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26438] ppid=26434 vsize=868776 CPUtime=0
/proc/26435/task/26438/stat : 26438 (java) S 26434 26421 21931 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24752856 889626624 57645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26435/tid=26439] ppid=26434 vsize=868776 CPUtime=0
/proc/26435/task/26439/stat : 26439 (java) S 26434 26421 21931 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24752856 889626624 57645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26435/tid=26440] ppid=26434 vsize=868776 CPUtime=0
/proc/26435/task/26440/stat : 26440 (java) S 26434 26421 21931 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24752858 889626624 57645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26441] ppid=26434 vsize=868776 CPUtime=0.28
/proc/26435/task/26441/stat : 26441 (java) S 26434 26421 21931 0 -1 64 1547 0 0 0 26 2 0 0 15 0 9 0 24752858 889626624 57645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26435/tid=26442] ppid=26434 vsize=868776 CPUtime=0
/proc/26435/task/26442/stat : 26442 (java) S 26434 26421 21931 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24752858 889626624 57645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26435/tid=26443] ppid=26434 vsize=868776 CPUtime=0
/proc/26435/task/26443/stat : 26443 (java) S 26434 26421 21931 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24752858 889626624 57645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.35
Current children cumulated vsize (KiB) 891000

[startup+222.301 s]
/proc/loadavg: 2.08 2.20 2.11 3/85 26495
/proc/meminfo: memFree=16104/2055920 swapFree=4192812/4192956
[pid=26421] ppid=26419 vsize=16868 CPUtime=194.42
/proc/26421/stat : 26421 (sugar) S 26419 26421 21931 0 -1 4194304 1366 93635 0 4 6 2 18221 1213 15 0 1 0 24752665 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26421/statm: 4217 1114 409 3 0 796 0
[pid=26494] ppid=26421 vsize=5356 CPUtime=0
/proc/26494/stat : 26494 (sh) S 26421 26421 21931 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24772689 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26494/statm: 1339 232 193 169 0 50 0
[pid=26495] ppid=26494 vsize=349856 CPUtime=19.91
/proc/26495/stat : 26495 (picosat) R 26494 26421 21931 0 -1 4194304 70165 0 4 0 914 1077 0 0 25 0 1 0 24772701 358252544 70155 996147200 134512640 134931368 4294956256 18446744073709551615 134583827 0 0 4096 0 0 0 0 17 0 0 0
/proc/26495/statm: 87464 70156 40 102 0 87359 0
Current children cumulated CPU time (s) 214.33
Current children cumulated vsize (KiB) 372080



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+262.603 s]
/proc/loadavg: 2.22 2.22 2.12 4/85 26495
/proc/meminfo: memFree=16232/2055920 swapFree=4192812/4192956
[pid=26421] ppid=26419 vsize=16868 CPUtime=194.42
/proc/26421/stat : 26421 (sugar) S 26419 26421 21931 0 -1 4194304 1377 93635 0 4 6 2 18221 1213 16 0 1 0 24752665 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26421/statm: 4217 1114 409 3 0 796 0
[pid=26494] ppid=26421 vsize=5356 CPUtime=0
/proc/26494/stat : 26494 (sh) S 26421 26421 21931 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24772689 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26494/statm: 1339 232 193 169 0 50 0
[pid=26495] ppid=26494 vsize=918872 CPUtime=56.23
/proc/26495/stat : 26495 (picosat) R 26494 26421 21931 0 -1 4195840 192531 0 5 0 2554 3069 0 0 24 0 1 0 24772701 940924928 192522 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 0 0 0 17 1 0 0
/proc/26495/statm: 229718 192522 41 102 0 229613 0
Current children cumulated CPU time (s) 250.65
Current children cumulated vsize (KiB) 941096

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

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

[startup+262.903 s]
/proc/loadavg: 2.22 2.22 2.12 4/85 26495
/proc/meminfo: memFree=16232/2055920 swapFree=4192812/4192956
[pid=26421] ppid=26419 vsize=16868 CPUtime=194.42
/proc/26421/stat : 26421 (sugar) S 26419 26421 21931 0 -1 4194304 1399 93635 0 4 6 2 18221 1213 15 0 1 0 24752665 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26421/statm: 4217 1114 409 3 0 796 0
[pid=26494] ppid=26421 vsize=0 CPUtime=0
/proc/26494/stat : 26494 (sh) Z 26421 26421 21931 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24772689 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26494/statm: 0 0 0 0 0 0 0
[pid=26495] ppid=1 vsize=918872 CPUtime=56.37
/proc/26495/stat : 26495 (picosat) R 1 26421 21931 0 -1 4195840 192531 0 5 0 2554 3083 0 0 25 0 1 0 24772701 940924928 192522 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 0 0 0 17 1 0 0
/proc/26495/statm: 229718 192522 41 102 0 229613 0
Current children cumulated CPU time (s) 250.79
Current children cumulated vsize (KiB) 935740

[startup+263.003 s]
/proc/loadavg: 2.22 2.22 2.12 3/86 26496
/proc/meminfo: memFree=15008/2055920 swapFree=4192812/4192956
[pid=26421] ppid=26419 vsize=16868 CPUtime=194.42
/proc/26421/stat : 26421 (sugar) S 26419 26421 21931 0 -1 4194304 1399 93635 0 4 6 2 18221 1213 15 0 1 0 24752665 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26421/statm: 4217 1114 409 3 0 796 0
[pid=26494] ppid=26421 vsize=0 CPUtime=0
/proc/26494/stat : 26494 (sh) Z 26421 26421 21931 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24772689 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26494/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 194.42
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -26421

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

[startup+264.002 s]
/proc/loadavg: 2.22 2.22 2.12 3/86 26496
/proc/meminfo: memFree=15008/2055920 swapFree=4192812/4192956
[pid=26421] ppid=26419 vsize=16868 CPUtime=194.42
/proc/26421/stat : 26421 (sugar) S 26419 26421 21931 0 -1 4194304 1399 93635 0 4 6 2 18221 1213 15 0 1 0 24752665 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26421/statm: 4217 1114 409 3 0 796 0
[pid=26494] ppid=26421 vsize=0 CPUtime=0
/proc/26494/stat : 26494 (sh) Z 26421 26421 21931 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24772689 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26494/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 194.42
Current children cumulated vsize (KiB) 16868

[startup+265.602 s]
/proc/loadavg: 2.22 2.22 2.12 1/88 26498
/proc/meminfo: memFree=15312/2055920 swapFree=4192812/4192956
[pid=26421] ppid=26419 vsize=16868 CPUtime=194.42
/proc/26421/stat : 26421 (sugar) S 26419 26421 21931 0 -1 4194304 1399 93635 0 4 6 2 18221 1213 15 0 1 0 24752665 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26421/statm: 4217 1114 409 3 0 796 0
[pid=26494] ppid=26421 vsize=0 CPUtime=0
/proc/26494/stat : 26494 (sh) Z 26421 26421 21931 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24772689 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26494/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 194.42
Current children cumulated vsize (KiB) 16868

[startup+266.406 s]
/proc/loadavg: 2.22 2.22 2.12 1/88 26498
/proc/meminfo: memFree=18576/2055920 swapFree=4192812/4192956
[pid=26421] ppid=26419 vsize=16868 CPUtime=194.42
/proc/26421/stat : 26421 (sugar) S 26419 26421 21931 0 -1 4194304 1399 93635 0 4 6 2 18221 1213 15 0 1 0 24752665 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26421/statm: 4217 1114 409 3 0 796 0
[pid=26494] ppid=26421 vsize=0 CPUtime=0
/proc/26494/stat : 26494 (sh) Z 26421 26421 21931 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24772689 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26494/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 194.42
Current children cumulated vsize (KiB) 16868

[startup+266.801 s]
/proc/loadavg: 2.22 2.22 2.12 1/88 26498
/proc/meminfo: memFree=18576/2055920 swapFree=4192812/4192956
[pid=26421] ppid=26419 vsize=16868 CPUtime=194.42
/proc/26421/stat : 26421 (sugar) S 26419 26421 21931 0 -1 4194304 1399 93635 0 4 6 2 18221 1213 15 0 1 0 24752665 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26421/statm: 4217 1114 409 3 0 796 0
[pid=26494] ppid=26421 vsize=0 CPUtime=0
/proc/26494/stat : 26494 (sh) Z 26421 26421 21931 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24772689 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26494/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 194.42
Current children cumulated vsize (KiB) 16868

[startup+266.901 s]
/proc/loadavg: 2.22 2.22 2.12 1/88 26498
/proc/meminfo: memFree=18576/2055920 swapFree=4192812/4192956
[pid=26421] ppid=26419 vsize=16868 CPUtime=194.42
/proc/26421/stat : 26421 (sugar) S 26419 26421 21931 0 -1 4194304 1399 93635 0 4 6 2 18221 1213 15 0 1 0 24752665 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26421/statm: 4217 1114 409 3 0 796 0
[pid=26494] ppid=26421 vsize=0 CPUtime=0
/proc/26494/stat : 26494 (sh) Z 26421 26421 21931 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24772689 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26494/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 194.42
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): 56.37
#  lost CPU user time (s): 25.54
#  lost CPU system time (s): 30.83

Real time (s): 266.924
CPU time (s): 250.811
CPU user time (s): 207.82
CPU system time (s): 42.9912
CPU usage (%): 93.9636
Max. virtual memory (cumulated for all children) (KiB): 941096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 182.28
system time used= 12.1612
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95034
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26515
involuntary context switches= 29645

runsolver used 0.387941 second user time and 0.98185 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-12 07:34:23
IDJOB=2083192
IDBENCH=57732
IDSOLVER=738
FILE ID=node35/2083192-1247376862
PBS_JOBID= 9507016
Free space on /tmp= 64340 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp13/normalized-fapp13-2000-6.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-2083192-1247376862/watcher-2083192-1247376862 -o /tmp/evaluation-result-2083192-1247376862/solver-2083192-1247376862 -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-2083192-1247376862.xml

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

MD5SUM BENCH= b1bc0ce20909360461048c9e001540ac
RANDOM SEED=423195252

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        433232 kB
Buffers:          1876 kB
Cached:        1315148 kB
SwapCached:          0 kB
Active:        1045760 kB
Inactive:       494708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        433232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          208536 kB
Writeback:           0 kB
Mapped:         244740 kB
Slab:            66996 kB
Committed_AS:   508908 kB
PageTables:       2356 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= 63036 MiB
End job on node35 at 2009-07-12 07:38:50