Trace number 2088044

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+minisatUNSAT 41.3827 41.9896

General information on the benchmark

Namecsp/fapp/fapp18/
normalized-fapp18-0350-3.xml
MD5SUM75e1db7383da88119e757b40e890b46a
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 benchmark4.11038
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints3812
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3812
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:31:34 2009
0.00/0.08	c 0	PID 24704
0.06/0.08	c 0	HOST node71.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2088044-1247387493.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-2088044-1247387493.xml' 'HOME/temp.csp'
0.06/0.66	c 0	11 domains, 350 variables, 8 predicates, 0 relations, 3812 constraints
0.06/0.71	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.71	c 0	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.06/0.79	c 0	Parsing HOME/temp.csp
0.90/1.04	c 1	parsed 4181 expressions
0.90/1.05	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.90/1.05	c 1	Converting to clausal form CSP
1.10/1.27	c 1	converted 419 (10%) expressions
1.89/2.08	c 2	converted 837 (20%) expressions
2.48/2.66	c 2	converted 1255 (30%) expressions
2.98/3.11	c 3	converted 1673 (40%) expressions
3.27/3.46	c 3	converted 2091 (50%) expressions
3.67/3.86	c 3	converted 2509 (60%) expressions
4.17/4.35	c 4	converted 2927 (70%) expressions
4.46/4.65	c 4	converted 3345 (80%) expressions
4.76/4.98	c 5	converted 3763 (90%) expressions
5.15/5.31	c 5	converted 4181 (100%) expressions
5.15/5.31	c 5	CSP : 696 integers, 10507 booleans, 23309 clauses, largest domain size 2821
5.15/5.31	c 5	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.15/5.31	c 5	Propagation in CSP
5.36/5.53	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.36/5.53	c 5	CSP : 696 integers, 10507 booleans, 23309 clauses, largest domain size 2821
5.36/5.53	c 5	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.36/5.55	c 5	Simplifing CSP by introducing new Boolean variables
5.36/5.59	c 5	CSP : 696 integers, 17321 booleans, 30123 clauses, largest domain size 2821
5.36/5.59	c 5	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.74/5.91	c 5	Encoding CSP to SAT : HOME/temp.cnf
6.04/6.30	c 6	70 (10%) CSP integer variables are encoded (14729 clauses, 198907 bytes)
6.34/6.59	c 6	140 (20%) CSP integer variables are encoded (27966 clauses, 397462 bytes)
6.63/6.89	c 6	209 (30%) CSP integer variables are encoded (42271 clauses, 612037 bytes)
7.03/7.21	c 7	279 (40%) CSP integer variables are encoded (56756 clauses, 829312 bytes)
7.33/7.54	c 7	348 (50%) CSP integer variables are encoded (72056 clauses, 1058812 bytes)
7.43/7.68	c 7	418 (60%) CSP integer variables are encoded (173898 clauses, 2734983 bytes)
7.62/7.87	c 7	488 (70%) CSP integer variables are encoded (317418 clauses, 5174823 bytes)
7.82/8.05	c 8	557 (80%) CSP integer variables are encoded (449877 clauses, 7426626 bytes)
8.01/8.22	c 8	627 (90%) CSP integer variables are encoded (587741 clauses, 9770314 bytes)
8.11/8.38	c 8	696 (100%) CSP integer variables are encoded (711338 clauses, 11871463 bytes)
9.69/9.98	c 10	3013 (10%) CSP clauses are encoded (1142076 clauses, 21904494 bytes)
11.27/11.58	c 11	6025 (20%) CSP clauses are encoded (1658780 clauses, 34036955 bytes)
13.55/13.85	c 13	9037 (30%) CSP clauses are encoded (2476168 clauses, 53542070 bytes)
15.72/16.01	c 16	12050 (40%) CSP clauses are encoded (3279865 clauses, 72906256 bytes)
17.20/17.58	c 17	15062 (50%) CSP clauses are encoded (3898417 clauses, 87813729 bytes)
19.29/19.60	c 19	18074 (60%) CSP clauses are encoded (4683581 clauses, 106720111 bytes)
21.04/21.47	c 21	21087 (70%) CSP clauses are encoded (5411374 clauses, 124405997 bytes)
23.23/23.61	c 23	24099 (80%) CSP clauses are encoded (6316209 clauses, 146198677 bytes)
24.99/25.47	c 25	27111 (90%) CSP clauses are encoded (7085904 clauses, 164733894 bytes)
27.07/27.51	c 27	30123 (100%) CSP clauses are encoded (7878871 clauses, 183782056 bytes)
27.07/27.51	c 27	30123 CSP clauses encoded
27.07/27.51	c 27	Writing map file : HOME/temp.map
27.07/27.54	c 27	Heap : 32 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.07/27.54	c 27	SAT : 729355 SAT variables, 7878871 SAT clauses, 183782056 bytes
27.07/27.54	c 27	Heap : 32 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.07/27.57	c 27	SOLVING HOME/temp.cnf
27.07/27.57	c 27	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
27.07/27.58	c 27	This is MiniSat 2.0 beta
27.07/27.58	c 27	WARNING: for repeatability, setting FPU to use double precision
27.07/27.58	c 27	============================[ Problem Statistics ]=============================
27.07/27.58	c 27	|                                                                             |
27.07/27.58	c 27	|  Number of variables:  729355                                               |
27.07/27.58	c 27	|  Number of clauses:    7878871                                              |
31.70/32.28	c 32	|  Parsing time:         4.08         s                                       |
32.00/32.50	c 32	============================[ Search Statistics ]==============================
32.00/32.50	c 32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.00/32.50	c 32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.00/32.50	c 32	===============================================================================
32.00/32.50	c 32	|         0 |  729344  7878849 22211297 |  2626283        0    nan |  0.000 % |
33.29/33.82	c 33	|       100 |  729244  7878849 22211297 |  2888911       90      3 |  0.309 % |
36.55/37.18	c 37	|       251 |  729163  7878849 22211297 |  3177802      217      3 |  3.032 % |
40.82/41.44	c 41	===============================================================================
40.82/41.44	c 41	restarts              : 3
40.82/41.44	c 41	conflicts             : 415            (32 /sec)
40.82/41.44	c 41	decisions             : 27099          (1.48 % random) (2065 /sec)
40.82/41.44	c 41	propagations          : 20461838       (1558997 /sec)
40.82/41.44	c 41	conflict literals     : 1114           (5.03 % deleted)
40.82/41.44	c 41	Memory used           : 379.04 MB
40.82/41.44	c 41	CPU time              : 13.125 s
40.82/41.44	c 41	
40.82/41.44	c 41	UNSATISFIABLE
40.91/41.50	c 41	DECODING HOME/temp.out WITH HOME/temp.map
40.91/41.50	c 41	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
40.91/41.59	c 41	Decoding HOME/temp.out
41.21/41.84	s UNSATISFIABLE
41.21/41.84	c 41	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
41.21/41.89	c 41	CPU 41.26 (0.06 0.02 39.15 2.03)
41.21/41.89	c 41	END Sun Jul 12 10:32:15 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2088044-1247387493/watcher-2088044-1247387493 -o /tmp/evaluation-result-2088044-1247387493/solver-2088044-1247387493 -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-2088044-1247387493.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.09 2.10 2.04 4/73 24704
/proc/meminfo: memFree=1877168/2055920 swapFree=4192812/4192956
[pid=24704] ppid=24702 vsize=12268 CPUtime=0
/proc/24704/stat : 24704 (sugar) R 24702 24704 23283 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 25811926 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231962540645 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24704/statm: 3067 316 241 3 0 167 0

[startup+0.0821371 s]
/proc/loadavg: 2.09 2.10 2.04 4/73 24704
/proc/meminfo: memFree=1877168/2055920 swapFree=4192812/4192956
[pid=24704] ppid=24702 vsize=16740 CPUtime=0.06
/proc/24704/stat : 24704 (sugar) S 24702 24704 23283 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 25811926 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24704/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.105027 s]
/proc/loadavg: 2.09 2.10 2.04 4/73 24704
/proc/meminfo: memFree=1877168/2055920 swapFree=4192812/4192956
[pid=24704] ppid=24702 vsize=16868 CPUtime=0.06
/proc/24704/stat : 24704 (sugar) S 24702 24704 23283 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25811926 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24704/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302054 s]
/proc/loadavg: 2.09 2.10 2.04 4/73 24704
/proc/meminfo: memFree=1877168/2055920 swapFree=4192812/4192956
[pid=24704] ppid=24702 vsize=16868 CPUtime=0.06
/proc/24704/stat : 24704 (sugar) S 24702 24704 23283 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25811926 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24704/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702101 s]
/proc/loadavg: 2.09 2.10 2.04 4/73 24704
/proc/meminfo: memFree=1877168/2055920 swapFree=4192812/4192956
[pid=24704] ppid=24702 vsize=16868 CPUtime=0.06
/proc/24704/stat : 24704 (sugar) S 24702 24704 23283 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 25811926 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24704/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50121 s]
/proc/loadavg: 2.09 2.10 2.04 4/84 24726
/proc/meminfo: memFree=1868312/2055920 swapFree=4192812/4192956
[pid=24704] ppid=24702 vsize=16868 CPUtime=0.63
/proc/24704/stat : 24704 (sugar) S 24702 24704 23283 0 -1 4194304 1309 6999 0 1 5 1 52 5 15 0 1 0 25811926 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24704/statm: 4217 1111 409 3 0 796 0
[pid=24717] ppid=24704 vsize=5356 CPUtime=0
/proc/24717/stat : 24717 (sh) S 24704 24704 23283 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25811998 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24717/statm: 1339 233 193 169 0 50 0
[pid=24718] ppid=24717 vsize=868524 CPUtime=0.76
/proc/24718/stat : 24718 (java) S 24717 24704 23283 0 -1 0 5668 0 1 0 73 3 0 0 18 0 9 0 25811998 889368576 5088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24718/statm: 217131 5088 1742 9 0 211636 0
[pid=24718/tid=24719] ppid=24717 vsize=868524 CPUtime=0.55
/proc/24718/task/24719/stat : 24719 (java) R 24717 24704 23283 0 -1 64 2677 0 1 0 54 1 0 0 22 0 9 0 25811999 889368576 5088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24720] ppid=24717 vsize=868524 CPUtime=0.03
/proc/24718/task/24720/stat : 24720 (java) S 24717 24704 23283 0 -1 64 844 0 0 0 3 0 0 0 16 0 9 0 25812000 889368576 5088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24721] ppid=24717 vsize=868524 CPUtime=0
/proc/24718/task/24721/stat : 24721 (java) S 24717 24704 23283 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25812000 889368576 5088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24722] ppid=24717 vsize=868524 CPUtime=0
/proc/24718/task/24722/stat : 24722 (java) S 24717 24704 23283 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25812000 889368576 5088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24723] ppid=24717 vsize=868524 CPUtime=0
/proc/24718/task/24723/stat : 24723 (java) S 24717 24704 23283 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25812002 889368576 5088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24724] ppid=24717 vsize=868524 CPUtime=0.14
/proc/24718/task/24724/stat : 24724 (java) R 24717 24704 23283 0 -1 64 1454 0 0 0 14 0 0 0 16 0 9 0 25812002 889368576 5088 996147200 134512640 134550932 4294955936 18446744073709551615 102558074 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24725] ppid=24717 vsize=868524 CPUtime=0
/proc/24718/task/24725/stat : 24725 (java) S 24717 24704 23283 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25812002 889368576 5088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24726] ppid=24717 vsize=868524 CPUtime=0
/proc/24718/task/24726/stat : 24726 (java) S 24717 24704 23283 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25812002 889368576 5088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890748

[startup+3.10142 s]
/proc/loadavg: 2.09 2.10 2.04 4/84 24726
/proc/meminfo: memFree=1855576/2055920 swapFree=4192812/4192956
[pid=24704] ppid=24702 vsize=16868 CPUtime=0.63
/proc/24704/stat : 24704 (sugar) S 24702 24704 23283 0 -1 4194304 1309 6999 0 1 5 1 52 5 15 0 1 0 25811926 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24704/statm: 4217 1111 409 3 0 796 0
[pid=24717] ppid=24704 vsize=5356 CPUtime=0
/proc/24717/stat : 24717 (sh) S 24704 24704 23283 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25811998 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24717/statm: 1339 233 193 169 0 50 0
[pid=24718] ppid=24717 vsize=868608 CPUtime=2.35
/proc/24718/stat : 24718 (java) S 24717 24704 23283 0 -1 0 9504 0 1 0 229 6 0 0 18 0 9 0 25811998 889454592 8594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24718/statm: 217152 8594 2566 9 0 211657 0
[pid=24718/tid=24719] ppid=24717 vsize=868608 CPUtime=1.78
/proc/24718/task/24719/stat : 24719 (java) R 24717 24704 23283 0 -1 64 2914 0 1 0 176 2 0 0 25 0 9 0 25811999 889454592 8594 996147200 134512640 134550932 4294955936 18446744073709551615 4126510832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24720] ppid=24717 vsize=868608 CPUtime=0.36
/proc/24718/task/24720/stat : 24720 (java) S 24717 24704 23283 0 -1 64 4422 0 0 0 34 2 0 0 16 0 9 0 25812000 889454592 8594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24721] ppid=24717 vsize=868608 CPUtime=0
/proc/24718/task/24721/stat : 24721 (java) S 24717 24704 23283 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25812000 889454592 8594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24722] ppid=24717 vsize=868608 CPUtime=0
/proc/24718/task/24722/stat : 24722 (java) S 24717 24704 23283 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25812000 889454592 8594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24723] ppid=24717 vsize=868608 CPUtime=0
/proc/24718/task/24723/stat : 24723 (java) S 24717 24704 23283 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25812002 889454592 8594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24724] ppid=24717 vsize=868608 CPUtime=0.18
/proc/24718/task/24724/stat : 24724 (java) S 24717 24704 23283 0 -1 64 1470 0 0 0 18 0 0 0 15 0 9 0 25812002 889454592 8594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24725] ppid=24717 vsize=868608 CPUtime=0
/proc/24718/task/24725/stat : 24725 (java) S 24717 24704 23283 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25812002 889454592 8594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24726] ppid=24717 vsize=868608 CPUtime=0
/proc/24718/task/24726/stat : 24726 (java) S 24717 24704 23283 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25812002 889454592 8594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890832

[startup+6.30284 s]
/proc/loadavg: 2.08 2.10 2.04 3/84 24726
/proc/meminfo: memFree=1831192/2055920 swapFree=4192812/4192956
[pid=24704] ppid=24702 vsize=16868 CPUtime=0.63
/proc/24704/stat : 24704 (sugar) S 24702 24704 23283 0 -1 4194304 1310 6999 0 1 5 1 52 5 15 0 1 0 25811926 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24704/statm: 4217 1111 409 3 0 796 0
[pid=24717] ppid=24704 vsize=5356 CPUtime=0
/proc/24717/stat : 24717 (sh) S 24704 24704 23283 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25811998 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24717/statm: 1339 233 193 169 0 50 0
[pid=24718] ppid=24717 vsize=868720 CPUtime=5.51
/proc/24718/stat : 24718 (java) S 24717 24704 23283 0 -1 0 19920 0 1 0 538 13 0 0 18 0 9 0 25811998 889569280 13678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24718/statm: 217180 13678 2592 9 0 211657 0
[pid=24718/tid=24719] ppid=24717 vsize=868720 CPUtime=4.17
/proc/24718/task/24719/stat : 24719 (java) R 24717 24704 23283 0 -1 64 3425 0 1 0 414 3 0 0 25 0 9 0 25811999 889569280 13678 996147200 134512640 134550932 4294955936 18446744073709551615 4126503929 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24720] ppid=24717 vsize=868720 CPUtime=1.09
/proc/24718/task/24720/stat : 24720 (java) S 24717 24704 23283 0 -1 64 14282 0 0 0 101 8 0 0 16 0 9 0 25812000 889569280 13678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24721] ppid=24717 vsize=868720 CPUtime=0
/proc/24718/task/24721/stat : 24721 (java) S 24717 24704 23283 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25812000 889569280 13678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24722] ppid=24717 vsize=868720 CPUtime=0
/proc/24718/task/24722/stat : 24722 (java) S 24717 24704 23283 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25812000 889569280 13678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24723] ppid=24717 vsize=868720 CPUtime=0
/proc/24718/task/24723/stat : 24723 (java) S 24717 24704 23283 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25812002 889569280 13678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24724] ppid=24717 vsize=868720 CPUtime=0.22
/proc/24718/task/24724/stat : 24724 (java) S 24717 24704 23283 0 -1 64 1515 0 0 0 22 0 0 0 15 0 9 0 25812002 889569280 13678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24725] ppid=24717 vsize=868720 CPUtime=0
/proc/24718/task/24725/stat : 24725 (java) S 24717 24704 23283 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25812002 889569280 13678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24726] ppid=24717 vsize=868720 CPUtime=0
/proc/24718/task/24726/stat : 24726 (java) S 24717 24704 23283 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25812002 889569280 13678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890944

[startup+12.7027 s]
/proc/loadavg: 2.07 2.09 2.04 3/84 24726
/proc/meminfo: memFree=1791640/2055920 swapFree=4192812/4192956
[pid=24704] ppid=24702 vsize=16868 CPUtime=0.63
/proc/24704/stat : 24704 (sugar) S 24702 24704 23283 0 -1 4194304 1310 6999 0 1 5 1 52 5 16 0 1 0 25811926 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24704/statm: 4217 1111 409 3 0 796 0
[pid=24717] ppid=24704 vsize=5356 CPUtime=0
/proc/24717/stat : 24717 (sh) S 24704 24704 23283 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25811998 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24717/statm: 1339 233 193 169 0 50 0
[pid=24718] ppid=24717 vsize=868720 CPUtime=11.84
/proc/24718/stat : 24718 (java) S 24717 24704 23283 0 -1 0 20249 0 1 0 1142 42 0 0 18 0 9 0 25811998 889569280 13701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24718/statm: 217180 13701 2593 9 0 211657 0
[pid=24718/tid=24719] ppid=24717 vsize=868720 CPUtime=10.31
/proc/24718/task/24719/stat : 24719 (java) R 24717 24704 23283 0 -1 64 3735 0 1 0 1001 30 0 0 25 0 9 0 25811999 889569280 13701 996147200 134512640 134550932 4294955936 18446744073709551615 4126978509 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24720] ppid=24717 vsize=868720 CPUtime=1.23
/proc/24718/task/24720/stat : 24720 (java) S 24717 24704 23283 0 -1 64 14282 0 0 0 113 10 0 0 16 0 9 0 25812000 889569280 13701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24721] ppid=24717 vsize=868720 CPUtime=0
/proc/24718/task/24721/stat : 24721 (java) S 24717 24704 23283 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25812000 889569280 13701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24722] ppid=24717 vsize=868720 CPUtime=0
/proc/24718/task/24722/stat : 24722 (java) S 24717 24704 23283 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25812000 889569280 13701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24723] ppid=24717 vsize=868720 CPUtime=0
/proc/24718/task/24723/stat : 24723 (java) S 24717 24704 23283 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25812002 889569280 13701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24724] ppid=24717 vsize=868720 CPUtime=0.26
/proc/24718/task/24724/stat : 24724 (java) S 24717 24704 23283 0 -1 64 1534 0 0 0 26 0 0 0 16 0 9 0 25812002 889569280 13701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24725] ppid=24717 vsize=868720 CPUtime=0
/proc/24718/task/24725/stat : 24725 (java) S 24717 24704 23283 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25812002 889569280 13701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24726] ppid=24717 vsize=868720 CPUtime=0
/proc/24718/task/24726/stat : 24726 (java) S 24717 24704 23283 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25812002 889569280 13701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890944

[startup+25.5024 s]
/proc/loadavg: 2.21 2.12 2.05 3/84 24726
/proc/meminfo: memFree=1665240/2055920 swapFree=4192812/4192956
[pid=24704] ppid=24702 vsize=16868 CPUtime=0.63
/proc/24704/stat : 24704 (sugar) S 24702 24704 23283 0 -1 4194304 1310 6999 0 1 5 1 52 5 16 0 1 0 25811926 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24704/statm: 4217 1111 409 3 0 796 0
[pid=24717] ppid=24704 vsize=5356 CPUtime=0
/proc/24717/stat : 24717 (sh) S 24704 24704 23283 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25811998 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24717/statm: 1339 233 193 169 0 50 0
[pid=24718] ppid=24717 vsize=868720 CPUtime=24.46
/proc/24718/stat : 24718 (java) S 24717 24704 23283 0 -1 0 21070 0 1 0 2332 114 0 0 18 0 9 0 25811998 889569280 13701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24718/statm: 217180 13701 2593 9 0 211657 0
[pid=24718/tid=24719] ppid=24717 vsize=868720 CPUtime=22.56
/proc/24718/task/24719/stat : 24719 (java) R 24717 24704 23283 0 -1 64 4556 0 1 0 2159 97 0 0 25 0 9 0 25811999 889569280 13701 996147200 134512640 134550932 4294955936 18446744073709551615 102094108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24720] ppid=24717 vsize=868720 CPUtime=1.61
/proc/24718/task/24720/stat : 24720 (java) S 24717 24704 23283 0 -1 64 14282 0 0 0 146 15 0 0 16 0 9 0 25812000 889569280 13701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24721] ppid=24717 vsize=868720 CPUtime=0
/proc/24718/task/24721/stat : 24721 (java) S 24717 24704 23283 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25812000 889569280 13701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24722] ppid=24717 vsize=868720 CPUtime=0
/proc/24718/task/24722/stat : 24722 (java) S 24717 24704 23283 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25812000 889569280 13701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24723] ppid=24717 vsize=868720 CPUtime=0
/proc/24718/task/24723/stat : 24723 (java) S 24717 24704 23283 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25812002 889569280 13701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24724] ppid=24717 vsize=868720 CPUtime=0.26
/proc/24718/task/24724/stat : 24724 (java) S 24717 24704 23283 0 -1 64 1534 0 0 0 26 0 0 0 16 0 9 0 25812002 889569280 13701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24725] ppid=24717 vsize=868720 CPUtime=0
/proc/24718/task/24725/stat : 24725 (java) S 24717 24704 23283 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25812002 889569280 13701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24718/tid=24726] ppid=24717 vsize=868720 CPUtime=0
/proc/24718/task/24726/stat : 24726 (java) S 24717 24704 23283 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25812002 889569280 13701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 890944

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

[startup+31.9062 s]
/proc/loadavg: 2.33 2.15 2.06 3/76 24728
/proc/meminfo: memFree=1371864/2055920 swapFree=4192812/4192956
[pid=24704] ppid=24702 vsize=16868 CPUtime=27.15
/proc/24704/stat : 24704 (sugar) S 24702 24704 23283 0 -1 4194304 1377 28511 0 2 6 2 2574 133 16 0 1 0 25811926 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24704/statm: 4217 1114 409 3 0 796 0
[pid=24727] ppid=24704 vsize=5356 CPUtime=0
/proc/24727/stat : 24727 (sh) S 24704 24704 23283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25814684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24727/statm: 1339 232 193 169 0 50 0
[pid=24728] ppid=24727 vsize=337596 CPUtime=4.26
/proc/24728/stat : 24728 (minisat) R 24727 24704 23283 0 -1 4194304 81061 0 0 0 375 51 0 0 25 0 1 0 25814684 345698304 81047 996147200 134512640 135127466 4294956256 18446744073709551615 134709017 0 0 4096 3 0 0 0 17 1 0 0
/proc/24728/statm: 84399 81047 62 150 0 84246 0
Current children cumulated CPU time (s) 31.41
Current children cumulated vsize (KiB) 359820

[startup+38.3011 s]
/proc/loadavg: 2.31 2.15 2.06 3/76 24728
/proc/meminfo: memFree=1316312/2055920 swapFree=4192812/4192956
[pid=24704] ppid=24702 vsize=16868 CPUtime=27.15
/proc/24704/stat : 24704 (sugar) S 24702 24704 23283 0 -1 4194304 1377 28511 0 2 6 2 2574 133 16 0 1 0 25811926 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24704/statm: 4217 1114 409 3 0 796 0
[pid=24727] ppid=24704 vsize=5356 CPUtime=0
/proc/24727/stat : 24727 (sh) S 24704 24704 23283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25814684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24727/statm: 1339 232 193 169 0 50 0
[pid=24728] ppid=24727 vsize=385184 CPUtime=10.6
/proc/24728/stat : 24728 (minisat) R 24727 24704 23283 0 -1 4194304 93525 0 0 0 1001 59 0 0 25 0 1 0 25814684 394428416 93511 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/24728/statm: 96296 93511 74 150 0 96143 0
Current children cumulated CPU time (s) 37.75
Current children cumulated vsize (KiB) 407408

[startup+39.9013 s]
/proc/loadavg: 2.31 2.15 2.06 3/76 24728
/proc/meminfo: memFree=1314008/2055920 swapFree=4192812/4192956
[pid=24704] ppid=24702 vsize=16868 CPUtime=27.15
/proc/24704/stat : 24704 (sugar) S 24702 24704 23283 0 -1 4194304 1377 28511 0 2 6 2 2574 133 16 0 1 0 25811926 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24704/statm: 4217 1114 409 3 0 796 0
[pid=24727] ppid=24704 vsize=5356 CPUtime=0
/proc/24727/stat : 24727 (sh) S 24704 24704 23283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25814684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24727/statm: 1339 232 193 169 0 50 0
[pid=24728] ppid=24727 vsize=387160 CPUtime=12.18
/proc/24728/stat : 24728 (minisat) R 24727 24704 23283 0 -1 4194304 93937 0 0 0 1159 59 0 0 25 0 1 0 25814684 396451840 93923 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 1 0 0
/proc/24728/statm: 96790 93923 74 150 0 96637 0
Current children cumulated CPU time (s) 39.33
Current children cumulated vsize (KiB) 409384

[startup+40.7064 s]
/proc/loadavg: 2.28 2.15 2.06 3/76 24728
/proc/meminfo: memFree=1313432/2055920 swapFree=4192812/4192956
[pid=24704] ppid=24702 vsize=16868 CPUtime=27.15
/proc/24704/stat : 24704 (sugar) S 24702 24704 23283 0 -1 4194304 1377 28511 0 2 6 2 2574 133 16 0 1 0 25811926 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24704/statm: 4217 1114 409 3 0 796 0
[pid=24727] ppid=24704 vsize=5356 CPUtime=0
/proc/24727/stat : 24727 (sh) S 24704 24704 23283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25814684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24727/statm: 1339 232 193 169 0 50 0
[pid=24728] ppid=24727 vsize=387704 CPUtime=12.98
/proc/24728/stat : 24728 (minisat) R 24727 24704 23283 0 -1 4194304 94056 0 0 0 1239 59 0 0 25 0 1 0 25814684 397008896 94042 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24728/statm: 96926 94042 74 150 0 96773 0
Current children cumulated CPU time (s) 40.13
Current children cumulated vsize (KiB) 409928

[startup+41.5031 s]
/proc/loadavg: 2.28 2.15 2.06 3/76 24728
/proc/meminfo: memFree=1313432/2055920 swapFree=4192812/4192956
[pid=24704] ppid=24702 vsize=16868 CPUtime=27.15
/proc/24704/stat : 24704 (sugar) S 24702 24704 23283 0 -1 4194304 1377 28511 0 2 6 2 2574 133 16 0 1 0 25811926 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24704/statm: 4217 1114 409 3 0 796 0
[pid=24727] ppid=24704 vsize=5356 CPUtime=0
/proc/24727/stat : 24727 (sh) S 24704 24704 23283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25814684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24727/statm: 1339 232 193 169 0 50 0
[pid=24728] ppid=24727 vsize=0 CPUtime=13.76
/proc/24728/stat : 24728 (minisat) R 24727 24704 23283 0 -1 4194308 94211 0 0 0 1312 64 0 0 25 0 1 0 25814684 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/24728/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 40.91
Current children cumulated vsize (KiB) 22224

[startup+41.9026 s]
/proc/loadavg: 2.28 2.15 2.06 3/84 24738
/proc/meminfo: memFree=1683480/2055920 swapFree=4192812/4192956
[pid=24704] ppid=24702 vsize=16868 CPUtime=41.27
/proc/24704/stat : 24704 (sugar) R 24702 24704 23283 0 -1 4194304 1478 129324 0 3 6 3 3915 203 16 0 1 0 25811926 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24704/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 41.27
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 41.9896
CPU time (s): 41.3827
CPU user time (s): 39.222
CPU system time (s): 2.16067
CPU usage (%): 98.5546
Max. virtual memory (cumulated for all children) (KiB): 901336

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

runsolver used 0.044993 second user time and 0.166974 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-12 10:31:34
IDJOB=2088044
IDBENCH=58855
IDSOLVER=739
FILE ID=node71/2088044-1247387493
PBS_JOBID= 9507180
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp18/normalized-fapp18-0350-3.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-2088044-1247387493/watcher-2088044-1247387493 -o /tmp/evaluation-result-2088044-1247387493/solver-2088044-1247387493 -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-2088044-1247387493.xml

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

MD5SUM BENCH= 75e1db7383da88119e757b40e890b46a
RANDOM SEED=2039685220

node71.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.222
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.222
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:       1877648 kB
Buffers:         17428 kB
Cached:          93956 kB
SwapCached:          0 kB
Active:          73580 kB
Inactive:        57416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1877648 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2232 kB
Writeback:           0 kB
Mapped:          30284 kB
Slab:            32464 kB
Committed_AS:   259752 kB
PageTables:       1808 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= 66396 MiB
End job on node71 at 2009-07-12 10:32:16