Trace number 2081961

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+minisatSAT 9.81151 10.0361

General information on the benchmark

Namecsp/rlfapScens/
normalized-scen11.xml
MD5SUMb94447bea31cbb2a330ba88380b9b328
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.02354
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
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 06:54:54 2009
0.00/0.08	c 0	PID 23317
0.00/0.08	c 0	HOST node60.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2081961-1247374494.xml TO HOME/temp.csp
0.00/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-2081961-1247374494.xml' 'HOME/temp.csp'
0.06/0.68	c 1	5 domains, 680 variables, 2 predicates, 0 relations, 4103 constraints
0.06/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.72	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.65/0.80	c 1	Parsing HOME/temp.csp
0.65/0.92	c 1	parsed 4790 expressions
0.65/0.93	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.65/0.93	c 1	Converting to clausal form CSP
0.65/0.96	c 1	converted 479 (10%) expressions
1.30/1.49	c 2	converted 958 (20%) expressions
1.99/2.16	c 2	converted 1437 (30%) expressions
2.59/2.74	c 3	converted 1916 (40%) expressions
3.18/3.37	c 3	converted 2395 (50%) expressions
3.87/4.03	c 4	converted 2874 (60%) expressions
4.37/4.56	c 5	converted 3353 (70%) expressions
4.96/5.12	c 5	converted 3832 (80%) expressions
5.45/5.69	c 6	converted 4311 (90%) expressions
6.16/6.32	c 6	converted 4790 (100%) expressions
6.16/6.32	c 6	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 44
6.16/6.32	c 6	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.16/6.32	c 6	Propagation in CSP
6.84/7.02	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.84/7.03	c 7	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 44
6.84/7.03	c 7	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.84/7.03	c 7	Simplifing CSP by introducing new Boolean variables
6.94/7.17	c 7	CSP : 680 integers, 8206 booleans, 12989 clauses, largest domain size 44
6.94/7.17	c 7	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.05/7.26	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.15/7.32	c 7	68 (10%) CSP integer variables are encoded (2776 clauses, 33991 bytes)
7.15/7.35	c 7	136 (20%) CSP integer variables are encoded (5400 clauses, 68103 bytes)
7.15/7.37	c 7	204 (30%) CSP integer variables are encoded (8180 clauses, 104243 bytes)
7.15/7.39	c 8	272 (40%) CSP integer variables are encoded (10620 clauses, 137700 bytes)
7.25/7.41	c 8	340 (50%) CSP integer variables are encoded (13060 clauses, 174300 bytes)
7.25/7.43	c 8	408 (60%) CSP integer variables are encoded (15660 clauses, 213300 bytes)
7.25/7.45	c 8	476 (70%) CSP integer variables are encoded (18044 clauses, 249060 bytes)
7.25/7.47	c 8	544 (80%) CSP integer variables are encoded (20548 clauses, 286620 bytes)
7.25/7.49	c 8	612 (90%) CSP integer variables are encoded (23004 clauses, 323460 bytes)
7.35/7.51	c 8	680 (100%) CSP integer variables are encoded (25496 clauses, 360840 bytes)
7.55/7.74	c 8	1299 (10%) CSP clauses are encoded (58772 clauses, 1000730 bytes)
7.74/7.94	c 8	2598 (20%) CSP clauses are encoded (93698 clauses, 1698163 bytes)
7.84/8.10	c 8	3897 (30%) CSP clauses are encoded (124294 clauses, 2306052 bytes)
8.04/8.28	c 8	5196 (40%) CSP clauses are encoded (157452 clauses, 2968371 bytes)
8.24/8.44	c 9	6495 (50%) CSP clauses are encoded (188743 clauses, 3587799 bytes)
8.34/8.59	c 9	7794 (60%) CSP clauses are encoded (219838 clauses, 4212348 bytes)
8.53/8.75	c 9	9093 (70%) CSP clauses are encoded (250230 clauses, 4853623 bytes)
8.73/8.90	c 9	10392 (80%) CSP clauses are encoded (281079 clauses, 5502311 bytes)
8.83/9.06	c 9	11691 (90%) CSP clauses are encoded (312048 clauses, 6148161 bytes)
9.03/9.22	c 9	12989 (100%) CSP clauses are encoded (343187 clauses, 6791871 bytes)
9.03/9.22	c 9	12989 CSP clauses encoded
9.03/9.22	c 9	Writing map file : HOME/temp.map
9.03/9.24	c 9	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
9.03/9.24	c 9	SAT : 34382 SAT variables, 343187 SAT clauses, 6791871 bytes
9.03/9.24	c 9	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
9.03/9.27	c 9	SOLVING HOME/temp.cnf
9.03/9.27	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.03/9.28	c 9	This is MiniSat 2.0 beta
9.03/9.28	c 9	WARNING: for repeatability, setting FPU to use double precision
9.03/9.28	c 9	============================[ Problem Statistics ]=============================
9.03/9.28	c 9	|                                                                             |
9.03/9.28	c 9	|  Number of variables:  34382                                                |
9.03/9.28	c 9	|  Number of clauses:    343187                                               |
9.09/9.48	c 10	|  Parsing time:         0.18         s                                       |
9.09/9.50	c 10	============================[ Search Statistics ]==============================
9.09/9.50	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.09/9.50	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.09/9.50	c 10	===============================================================================
9.09/9.50	c 10	|         0 |   34382   343187   965659 |   114395        0    nan |  0.000 % |
9.09/9.58	c 10	===============================================================================
9.09/9.58	c 10	restarts              : 1
9.09/9.58	c 10	conflicts             : 33             (123 /sec)
9.09/9.58	c 10	decisions             : 2637           (1.10 % random) (9804 /sec)
9.09/9.58	c 10	propagations          : 82171          (305515 /sec)
9.09/9.58	c 10	conflict literals     : 295            (1.34 % deleted)
9.09/9.58	c 10	Memory used           : 18.56 MB
9.09/9.58	c 10	CPU time              : 0.268959 s
9.09/9.58	c 10	
9.09/9.59	c 10	SATISFIABLE
9.09/9.60	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.09/9.60	c 10	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'
9.09/9.68	c 10	Decoding HOME/temp.out
9.68/9.95	s SATISFIABLE
9.68/9.98	v 792 554 484 722 554 792 156 394 296 58 456 694 778 540 792 554 554 792 484 722 792 554 778 540 680 442 554 792 470 708 526 764 512 750 394 156 792 554 470 708 778 540 512 750 498 736 484 722 554 792 470 708 470 708 554 792 156 394 470 708 792 554 16 254 86 324 750 512 380 142 296 58 540 778 414 652 484 722 778 540 30 268 128 366 114 352 554 792 764 526 792 554 442 680 470 708 554 792 526 764 156 394 254 16 414 652 540 778 498 736 778 540 456 694 512 750 128 366 778 540 498 736 456 694 554 792 792 554 540 778 484 722 554 792 380 142 456 694 352 114 282 44 394 156 142 380 456 694 58 296 554 792 554 792 498 736 484 722 240 478 442 680 394 156 484 722 554 792 470 708 540 778 456 694 526 764 680 442 554 792 792 554 394 156 652 414 512 750 470 708 554 792 554 792 554 792 694 456 484 722 526 764 282 44 310 72 554 792 142 380 470 708 512 750 764 526 142 380 764 526 540 778 456 694 470 708 540 778 750 512 484 722 540 778 526 764 470 708 484 722 526 764 128 366 540 778 526 764 456 694 540 778 512 750 442 680 778 540 470 708 526 764 554 792 498 736 540 778 498 736 540 778 708 470 526 764 526 764 778 540 512 750 540 778 540 778 540 778 394 156 470 708 750 512 442 680 428 666 540 778 498 736 694 456 512 750 540 778 456 694 778 540 764 526 526 764 428 666 540 778 484 722 792 554 540 778 764 526 380 142 540 778 526 764 380 142 442 680 512 750 540 778 526 764 394 156 652 414 554 792 694 456 394 156 666 428 778 540 666 428 694 456 296 58 380 142 366 128 666 428 526 764 778 540 540 778 100 338 764 526 778 540 526 764 512 750 442 680 540 778 526 764 554 792 554 792 764 526 512 750 456 694 554 792 498 736 540 778 456 694 512 750 498 736 442 680 380 142 380 142 750 512 554 792 470 708 498 736 456 694 764 526 778 540 666 428 722 484 380 142 456 694 442 680 428 666 484 722 428 666 708 470 380 142 428 666 764 526 156 394 484 722 750 512 380 142 554 792 428 666 512 750 394 156 778 540 526 764 750 512 498 736 428 666 778 540 526 764 456 694 680 442 554 792 394 156 708 470 470 708 338 100 484 722 554 792 414 652 778 540 792 554 394 156 666 428 296 58 380 142 708 470 380 142 380 142 652 414 526 764 428 666 428 666 380 142 694 456 380 142 380 142 666 428 380 142 380 142 352 114 652 414 554 792 736 498 652 414 352 114 680 442 380 142 366 128 498 736 428 666 540 778 764 526 512 750 442 680 666 428 296 58 778 540 526 764 456 694 792 554 526 764 442 680 666 428 338 100 778 540 526 764 442 680 666 428 680 442 268 30 394 156 470 708 694 456 526 764 750 512 114 352 554 792 484 722 652 414 666 428 512 750 456 694 380 142 456 694 282 44 394 156 540 778 680 442 666 428 380 142 680 442 142 380 778 540 540 778 680 442 380 142 380 142 526 764 680 442 380 142 394 156 394 156 338 100 380 142 394 156
9.68/9.99	c 10	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.77/10.03	c 10	CPU 9.78 (0.06 0.02 9.42 0.28)
9.77/10.03	c 10	END Sun Jul 12 06:55:04 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081961-1247374494/watcher-2081961-1247374494 -o /tmp/evaluation-result-2081961-1247374494/solver-2081961-1247374494 -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-2081961-1247374494.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.01 2.03 2.00 4/81 23317
/proc/meminfo: memFree=1460600/2055920 swapFree=4192952/4192956
[pid=23317] ppid=23315 vsize=12272 CPUtime=0
/proc/23317/stat : 23317 (sugar) R 23315 23317 17485 0 -1 4194304 378 0 0 0 0 0 0 0 20 0 1 0 24512440 12566528 346 996147200 4194304 4206940 548682068608 18446744073709551615 271912233959 0 0 4224 0 0 0 0 17 1 0 0
/proc/23317/statm: 3068 346 257 3 0 168 0

[startup+0.0989181 s]
/proc/loadavg: 2.01 2.03 2.00 4/81 23317
/proc/meminfo: memFree=1460600/2055920 swapFree=4192952/4192956
[pid=23317] ppid=23315 vsize=16868 CPUtime=0.06
/proc/23317/stat : 23317 (sugar) S 23315 23317 17485 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 24512440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23317/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101662 s]
/proc/loadavg: 2.01 2.03 2.00 4/81 23317
/proc/meminfo: memFree=1460600/2055920 swapFree=4192952/4192956
[pid=23317] ppid=23315 vsize=16868 CPUtime=0.06
/proc/23317/stat : 23317 (sugar) S 23315 23317 17485 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 24512440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23317/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301603 s]
/proc/loadavg: 2.01 2.03 2.00 4/81 23317
/proc/meminfo: memFree=1460600/2055920 swapFree=4192952/4192956
[pid=23317] ppid=23315 vsize=16868 CPUtime=0.06
/proc/23317/stat : 23317 (sugar) S 23315 23317 17485 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 24512440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23317/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701636 s]
/proc/loadavg: 2.01 2.03 2.00 4/81 23317
/proc/meminfo: memFree=1460600/2055920 swapFree=4192952/4192956
[pid=23317] ppid=23315 vsize=16868 CPUtime=0.06
/proc/23317/stat : 23317 (sugar) S 23315 23317 17485 0 -1 4194304 1245 128 0 0 5 1 0 0 16 0 1 0 24512440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23317/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50272 s]
/proc/loadavg: 2.01 2.03 2.00 3/92 23339
/proc/meminfo: memFree=1449888/2055920 swapFree=4192952/4192956
[pid=23317] ppid=23315 vsize=16868 CPUtime=0.65
/proc/23317/stat : 23317 (sugar) S 23315 23317 17485 0 -1 4194304 1309 7167 0 1 5 1 54 5 16 0 1 0 24512440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23317/statm: 4217 1111 409 3 0 796 0
[pid=23330] ppid=23317 vsize=5356 CPUtime=0
/proc/23330/stat : 23330 (sh) S 23317 23317 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24512512 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23330/statm: 1339 233 193 169 0 50 0
[pid=23331] ppid=23330 vsize=868508 CPUtime=0.75
/proc/23331/stat : 23331 (java) S 23330 23317 17485 0 -1 0 5290 0 1 0 72 3 0 0 18 0 9 0 24512512 889352192 4700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23331/statm: 217127 4700 1741 9 0 211632 0
[pid=23331/tid=23332] ppid=23330 vsize=868508 CPUtime=0.56
/proc/23331/task/23332/stat : 23332 (java) R 23330 23317 17485 0 -1 64 2682 0 1 0 55 1 0 0 24 0 9 0 24512513 889352192 4700 996147200 134512640 134550932 4294955936 18446744073709551615 4126517011 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23333] ppid=23330 vsize=868508 CPUtime=0.03
/proc/23331/task/23333/stat : 23333 (java) S 23330 23317 17485 0 -1 64 474 0 0 0 3 0 0 0 16 0 9 0 24512514 889352192 4700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23334] ppid=23330 vsize=868508 CPUtime=0
/proc/23331/task/23334/stat : 23334 (java) S 23330 23317 17485 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24512515 889352192 4700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23335] ppid=23330 vsize=868508 CPUtime=0
/proc/23331/task/23335/stat : 23335 (java) S 23330 23317 17485 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24512515 889352192 4700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23336] ppid=23330 vsize=868508 CPUtime=0
/proc/23331/task/23336/stat : 23336 (java) S 23330 23317 17485 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24512517 889352192 4700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23337] ppid=23330 vsize=868508 CPUtime=0.14
/proc/23331/task/23337/stat : 23337 (java) S 23330 23317 17485 0 -1 64 1440 0 0 0 13 1 0 0 16 0 9 0 24512517 889352192 4700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23338] ppid=23330 vsize=868508 CPUtime=0
/proc/23331/task/23338/stat : 23338 (java) S 23330 23317 17485 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24512517 889352192 4700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23339] ppid=23330 vsize=868508 CPUtime=0
/proc/23331/task/23339/stat : 23339 (java) S 23330 23317 17485 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24512517 889352192 4700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890732

[startup+3.10188 s]
/proc/loadavg: 2.01 2.03 2.00 4/92 23339
/proc/meminfo: memFree=1444448/2055920 swapFree=4192952/4192956
[pid=23317] ppid=23315 vsize=16868 CPUtime=0.65
/proc/23317/stat : 23317 (sugar) S 23315 23317 17485 0 -1 4194304 1309 7167 0 1 5 1 54 5 16 0 1 0 24512440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23317/statm: 4217 1111 409 3 0 796 0
[pid=23330] ppid=23317 vsize=5356 CPUtime=0
/proc/23330/stat : 23330 (sh) S 23317 23317 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24512512 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23330/statm: 1339 233 193 169 0 50 0
[pid=23331] ppid=23330 vsize=868508 CPUtime=2.33
/proc/23331/stat : 23331 (java) S 23330 23317 17485 0 -1 0 5995 0 1 0 229 4 0 0 18 0 9 0 24512512 889352192 5277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23331/statm: 217127 5277 1743 9 0 211632 0
[pid=23331/tid=23332] ppid=23330 vsize=868508 CPUtime=2.04
/proc/23331/task/23332/stat : 23332 (java) R 23330 23317 17485 0 -1 64 2810 0 1 0 203 1 0 0 25 0 9 0 24512513 889352192 5277 996147200 134512640 134550932 4294955936 18446744073709551615 4126517060 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23333] ppid=23330 vsize=868508 CPUtime=0.11
/proc/23331/task/23333/stat : 23333 (java) S 23330 23317 17485 0 -1 64 1021 0 0 0 10 1 0 0 16 0 9 0 24512514 889352192 5277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23334] ppid=23330 vsize=868508 CPUtime=0
/proc/23331/task/23334/stat : 23334 (java) S 23330 23317 17485 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24512515 889352192 5277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23335] ppid=23330 vsize=868508 CPUtime=0
/proc/23331/task/23335/stat : 23335 (java) S 23330 23317 17485 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24512515 889352192 5277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23336] ppid=23330 vsize=868508 CPUtime=0
/proc/23331/task/23336/stat : 23336 (java) S 23330 23317 17485 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24512517 889352192 5277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23337] ppid=23330 vsize=868508 CPUtime=0.17
/proc/23331/task/23337/stat : 23337 (java) S 23330 23317 17485 0 -1 64 1470 0 0 0 16 1 0 0 16 0 9 0 24512517 889352192 5277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23338] ppid=23330 vsize=868508 CPUtime=0
/proc/23331/task/23338/stat : 23338 (java) S 23330 23317 17485 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24512517 889352192 5277 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23339] ppid=23330 vsize=868508 CPUtime=0
/proc/23331/task/23339/stat : 23339 (java) S 23330 23317 17485 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24512517 889352192 5277 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) 890732

[startup+6.30219 s]
/proc/loadavg: 2.01 2.03 2.00 3/92 23339
/proc/meminfo: memFree=1439840/2055920 swapFree=4192952/4192956
[pid=23317] ppid=23315 vsize=16868 CPUtime=0.65
/proc/23317/stat : 23317 (sugar) S 23315 23317 17485 0 -1 4194304 1309 7167 0 1 5 1 54 5 15 0 1 0 24512440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23317/statm: 4217 1111 409 3 0 796 0
[pid=23330] ppid=23317 vsize=5356 CPUtime=0
/proc/23330/stat : 23330 (sh) S 23317 23317 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24512512 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23330/statm: 1339 233 193 169 0 50 0
[pid=23331] ppid=23330 vsize=868592 CPUtime=5.51
/proc/23331/stat : 23331 (java) S 23330 23317 17485 0 -1 0 8084 0 1 0 544 7 0 0 18 0 9 0 24512512 889438208 6922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23331/statm: 217148 6922 2566 9 0 211653 0
[pid=23331/tid=23332] ppid=23330 vsize=868592 CPUtime=5.03
/proc/23331/task/23332/stat : 23332 (java) R 23330 23317 17485 0 -1 64 3078 0 1 0 501 2 0 0 25 0 9 0 24512513 889438208 6922 996147200 134512640 134550932 4294955936 18446744073709551615 4126517060 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23333] ppid=23330 vsize=868592 CPUtime=0.28
/proc/23331/task/23333/stat : 23333 (java) S 23330 23317 17485 0 -1 64 2835 0 0 0 26 2 0 0 16 0 9 0 24512514 889438208 6922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23334] ppid=23330 vsize=868592 CPUtime=0
/proc/23331/task/23334/stat : 23334 (java) S 23330 23317 17485 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24512515 889438208 6922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23335] ppid=23330 vsize=868592 CPUtime=0
/proc/23331/task/23335/stat : 23335 (java) S 23330 23317 17485 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24512515 889438208 6922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23336] ppid=23330 vsize=868592 CPUtime=0
/proc/23331/task/23336/stat : 23336 (java) S 23330 23317 17485 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24512517 889438208 6922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23337] ppid=23330 vsize=868592 CPUtime=0.17
/proc/23331/task/23337/stat : 23337 (java) S 23330 23317 17485 0 -1 64 1472 0 0 0 16 1 0 0 16 0 9 0 24512517 889438208 6922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23338] ppid=23330 vsize=868592 CPUtime=0
/proc/23331/task/23338/stat : 23338 (java) S 23330 23317 17485 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24512517 889438208 6922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23339] ppid=23330 vsize=868592 CPUtime=0
/proc/23331/task/23339/stat : 23339 (java) S 23330 23317 17485 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24512517 889438208 6922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890816

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

[startup+7.90135 s]
/proc/loadavg: 2.01 2.03 2.00 3/92 23339
/proc/meminfo: memFree=1435744/2055920 swapFree=4192952/4192956
[pid=23317] ppid=23315 vsize=16868 CPUtime=0.66
/proc/23317/stat : 23317 (sugar) S 23315 23317 17485 0 -1 4194304 1310 7167 0 1 6 1 54 5 15 0 1 0 24512440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23317/statm: 4217 1111 409 3 0 796 0
[pid=23330] ppid=23317 vsize=5356 CPUtime=0
/proc/23330/stat : 23330 (sh) S 23317 23317 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24512512 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23330/statm: 1339 233 193 169 0 50 0
[pid=23331] ppid=23330 vsize=868704 CPUtime=7.08
/proc/23331/stat : 23331 (java) S 23330 23317 17485 0 -1 0 9372 0 1 0 698 10 0 0 18 0 9 0 24512512 889552896 7680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23331/statm: 217176 7680 2593 9 0 211653 0
[pid=23331/tid=23332] ppid=23330 vsize=868704 CPUtime=6.28
/proc/23331/task/23332/stat : 23332 (java) R 23330 23317 17485 0 -1 64 3337 0 1 0 625 3 0 0 25 0 9 0 24512513 889552896 7680 996147200 134512640 134550932 4294955936 18446744073709551615 4126963123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23333] ppid=23330 vsize=868704 CPUtime=0.53
/proc/23331/task/23333/stat : 23333 (java) S 23330 23317 17485 0 -1 64 3827 0 0 0 49 4 0 0 16 0 9 0 24512514 889552896 7680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23334] ppid=23330 vsize=868704 CPUtime=0
/proc/23331/task/23334/stat : 23334 (java) S 23330 23317 17485 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24512515 889552896 7680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23335] ppid=23330 vsize=868704 CPUtime=0
/proc/23331/task/23335/stat : 23335 (java) S 23330 23317 17485 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24512515 889552896 7680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23336] ppid=23330 vsize=868704 CPUtime=0
/proc/23331/task/23336/stat : 23336 (java) S 23330 23317 17485 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24512517 889552896 7680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23337] ppid=23330 vsize=868704 CPUtime=0.24
/proc/23331/task/23337/stat : 23337 (java) S 23330 23317 17485 0 -1 64 1509 0 0 0 23 1 0 0 16 0 9 0 24512517 889552896 7680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23338] ppid=23330 vsize=868704 CPUtime=0
/proc/23331/task/23338/stat : 23338 (java) S 23330 23317 17485 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24512517 889552896 7680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23339] ppid=23330 vsize=868704 CPUtime=0
/proc/23331/task/23339/stat : 23339 (java) S 23330 23317 17485 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24512517 889552896 7680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 890928

[startup+8.70242 s]
/proc/loadavg: 2.01 2.03 2.00 3/92 23339
/proc/meminfo: memFree=1431648/2055920 swapFree=4192952/4192956
[pid=23317] ppid=23315 vsize=16868 CPUtime=0.66
/proc/23317/stat : 23317 (sugar) S 23315 23317 17485 0 -1 4194304 1310 7167 0 1 6 1 54 5 15 0 1 0 24512440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23317/statm: 4217 1111 409 3 0 796 0
[pid=23330] ppid=23317 vsize=5356 CPUtime=0
/proc/23330/stat : 23330 (sh) S 23317 23317 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24512512 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23330/statm: 1339 233 193 169 0 50 0
[pid=23331] ppid=23330 vsize=868704 CPUtime=7.87
/proc/23331/stat : 23331 (java) S 23330 23317 17485 0 -1 0 9507 0 1 0 774 13 0 0 18 0 9 0 24512512 889552896 7688 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23331/statm: 217176 7688 2593 9 0 211653 0
[pid=23331/tid=23332] ppid=23330 vsize=868704 CPUtime=7.02
/proc/23331/task/23332/stat : 23332 (java) R 23330 23317 17485 0 -1 64 3464 0 1 0 697 5 0 0 25 0 9 0 24512513 889552896 7688 996147200 134512640 134550932 4294955936 18446744073709551615 4126517005 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23333] ppid=23330 vsize=868704 CPUtime=0.57
/proc/23331/task/23333/stat : 23333 (java) S 23330 23317 17485 0 -1 64 3827 0 0 0 52 5 0 0 16 0 9 0 24512514 889552896 7688 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23334] ppid=23330 vsize=868704 CPUtime=0
/proc/23331/task/23334/stat : 23334 (java) S 23330 23317 17485 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24512515 889552896 7688 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23335] ppid=23330 vsize=868704 CPUtime=0
/proc/23331/task/23335/stat : 23335 (java) S 23330 23317 17485 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24512515 889552896 7688 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23336] ppid=23330 vsize=868704 CPUtime=0
/proc/23331/task/23336/stat : 23336 (java) S 23330 23317 17485 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24512517 889552896 7688 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23337] ppid=23330 vsize=868704 CPUtime=0.25
/proc/23331/task/23337/stat : 23337 (java) S 23330 23317 17485 0 -1 64 1517 0 0 0 24 1 0 0 16 0 9 0 24512517 889552896 7688 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23338] ppid=23330 vsize=868704 CPUtime=0
/proc/23331/task/23338/stat : 23338 (java) S 23330 23317 17485 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24512517 889552896 7688 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23331/tid=23339] ppid=23330 vsize=868704 CPUtime=0
/proc/23331/task/23339/stat : 23339 (java) S 23330 23317 17485 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24512517 889552896 7688 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.53
Current children cumulated vsize (KiB) 890928

[startup+9.50151 s]
/proc/loadavg: 2.01 2.03 2.00 3/92 23339
/proc/meminfo: memFree=1431648/2055920 swapFree=4192952/4192956
[pid=23317] ppid=23315 vsize=16868 CPUtime=9.09
/proc/23317/stat : 23317 (sugar) S 23315 23317 17485 0 -1 4194304 1376 17069 0 2 6 1 880 22 15 0 1 0 24512440 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23317/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 9.09
Current children cumulated vsize (KiB) 16868

[startup+9.90754 s]
/proc/loadavg: 2.01 2.03 2.00 4/92 23351
/proc/meminfo: memFree=1443168/2055920 swapFree=4192952/4192956
[pid=23317] ppid=23315 vsize=16868 CPUtime=9.4
/proc/23317/stat : 23317 (sugar) S 23315 23317 17485 0 -1 4194304 1448 21786 0 2 6 1 908 25 16 0 1 0 24512440 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23317/statm: 4217 1113 409 3 0 796 0
[pid=23342] ppid=23317 vsize=5356 CPUtime=0
/proc/23342/stat : 23342 (sh) S 23317 23317 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24513400 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23342/statm: 1339 233 193 169 0 50 0
[pid=23343] ppid=23342 vsize=862796 CPUtime=0.28
/proc/23343/stat : 23343 (java) S 23342 23317 17485 0 -1 0 3670 0 1 0 26 2 0 0 19 0 9 0 24513400 883503104 3132 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23343/statm: 215699 3132 1297 9 0 210612 0
[pid=23343/tid=23344] ppid=23342 vsize=862796 CPUtime=0.16
/proc/23343/task/23344/stat : 23344 (java) R 23342 23317 17485 0 -1 64 2056 0 1 0 16 0 0 0 20 0 9 0 24513401 883503104 3132 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23343/tid=23345] ppid=23342 vsize=862796 CPUtime=0.01
/proc/23343/task/23345/stat : 23345 (java) S 23342 23317 17485 0 -1 64 437 0 0 0 1 0 0 0 16 0 9 0 24513402 883503104 3132 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23343/tid=23346] ppid=23342 vsize=862796 CPUtime=0
/proc/23343/task/23346/stat : 23346 (java) S 23342 23317 17485 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24513403 883503104 3132 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23343/tid=23347] ppid=23342 vsize=862796 CPUtime=0
/proc/23343/task/23347/stat : 23347 (java) S 23342 23317 17485 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24513403 883503104 3132 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23343/tid=23348] ppid=23342 vsize=862796 CPUtime=0
/proc/23343/task/23348/stat : 23348 (java) S 23342 23317 17485 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24513405 883503104 3132 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23343/tid=23349] ppid=23342 vsize=862796 CPUtime=0.07
/proc/23343/task/23349/stat : 23349 (java) R 23342 23317 17485 0 -1 64 484 0 0 0 7 0 0 0 16 0 9 0 24513405 883503104 3132 996147200 134512640 134550932 4294955984 18446744073709551615 102050801 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23343/tid=23350] ppid=23342 vsize=862796 CPUtime=0
/proc/23343/task/23350/stat : 23350 (java) S 23342 23317 17485 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24513405 883503104 3132 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23343/tid=23351] ppid=23342 vsize=862796 CPUtime=0
/proc/23343/task/23351/stat : 23351 (java) S 23342 23317 17485 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24513405 883503104 3132 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.68
Current children cumulated vsize (KiB) 885020

[startup+10.0025 s]
/proc/loadavg: 2.01 2.03 2.00 4/92 23351
/proc/meminfo: memFree=1443168/2055920 swapFree=4192952/4192956
[pid=23317] ppid=23315 vsize=16868 CPUtime=9.41
/proc/23317/stat : 23317 (sugar) S 23315 23317 17485 0 -1 4194304 1451 21786 0 2 6 2 908 25 15 0 1 0 24512440 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23317/statm: 4217 1114 409 3 0 796 0
[pid=23342] ppid=23317 vsize=5356 CPUtime=0
/proc/23342/stat : 23342 (sh) S 23317 23317 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24513400 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23342/statm: 1339 233 193 169 0 50 0
[pid=23343] ppid=23342 vsize=864632 CPUtime=0.36
/proc/23343/stat : 23343 (java) S 23342 23317 17485 0 -1 0 4235 0 1 0 34 2 0 0 19 0 9 0 24513400 885383168 3687 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23343/statm: 216158 3687 1731 9 0 210663 0
[pid=23343/tid=23344] ppid=23342 vsize=864632 CPUtime=0.24
/proc/23343/task/23344/stat : 23344 (java) S 23342 23317 17485 0 -1 64 2576 0 1 0 23 1 0 0 21 0 9 0 24513401 885383168 3687 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23343/tid=23345] ppid=23342 vsize=864632 CPUtime=0.02
/proc/23343/task/23345/stat : 23345 (java) S 23342 23317 17485 0 -1 64 478 0 0 0 2 0 0 0 16 0 9 0 24513402 885383168 3687 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23343/tid=23346] ppid=23342 vsize=864632 CPUtime=0
/proc/23343/task/23346/stat : 23346 (java) S 23342 23317 17485 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24513403 885383168 3687 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23343/tid=23347] ppid=23342 vsize=864632 CPUtime=0
/proc/23343/task/23347/stat : 23347 (java) S 23342 23317 17485 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24513403 885383168 3687 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23343/tid=23348] ppid=23342 vsize=864632 CPUtime=0
/proc/23343/task/23348/stat : 23348 (java) S 23342 23317 17485 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24513405 885383168 3687 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23343/tid=23349] ppid=23342 vsize=864632 CPUtime=0.07
/proc/23343/task/23349/stat : 23349 (java) S 23342 23317 17485 0 -1 64 488 0 0 0 7 0 0 0 16 0 9 0 24513405 885383168 3687 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23343/tid=23350] ppid=23342 vsize=864632 CPUtime=0
/proc/23343/task/23350/stat : 23350 (java) S 23342 23317 17485 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24513405 885383168 3687 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23343/tid=23351] ppid=23342 vsize=864632 CPUtime=0
/proc/23343/task/23351/stat : 23351 (java) S 23342 23317 17485 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24513405 885383168 3687 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.77
Current children cumulated vsize (KiB) 886856

Child status: 0
Real time (s): 10.0361
CPU time (s): 9.81151
CPU user time (s): 9.49456
CPU system time (s): 0.316951
CPU usage (%): 97.7618
Max. virtual memory (cumulated for all children) (KiB): 890928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.49456
system time used= 0.316951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27849
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= 10766
involuntary context switches= 10988

runsolver used 0.015997 second user time and 0.047992 second system time

The end

Launcher Data

Begin job on node60 at 2009-07-12 06:54:54
IDJOB=2081961
IDBENCH=57514
IDSOLVER=739
FILE ID=node60/2081961-1247374494
PBS_JOBID= 9506980
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rlfapScens/normalized-scen11.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-2081961-1247374494/watcher-2081961-1247374494 -o /tmp/evaluation-result-2081961-1247374494/solver-2081961-1247374494 -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-2081961-1247374494.xml

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

MD5SUM BENCH= b94447bea31cbb2a330ba88380b9b328
RANDOM SEED=2112774609

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1461080 kB
Buffers:         70452 kB
Cached:         256692 kB
SwapCached:          4 kB
Active:         352488 kB
Inactive:       185520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1461080 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            2284 kB
Writeback:           0 kB
Mapped:         231336 kB
Slab:            41588 kB
Committed_AS:   468632 kB
PageTables:       2312 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= 66460 MiB
End job on node60 at 2009-07-12 06:55:04