Trace number 2080266

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? (TO) 1800.09 1801.33

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-100-0.xml
MD5SUM3316fb6d9502bdc5e45b3fbdaa4097b4
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 variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1375
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sun Jul 12 05:31:14 2009
0.06/0.08	c 0	PID 23538
0.06/0.08	c 0	HOST node26.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2080266-1247369474.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-2080266-1247369474.xml' 'HOME/temp.csp'
0.06/0.75	c 1	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.06/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.77	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.72/0.85	c 1	Parsing HOME/temp.csp
0.72/0.96	c 1	parsed 3732 expressions
0.72/0.97	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.72/0.97	c 1	Converting to clausal form CSP
0.72/0.99	c 1	converted 374 (10%) expressions
0.93/1.07	c 1	converted 747 (20%) expressions
1.13/1.20	c 1	converted 1120 (30%) expressions
1.13/1.24	c 1	converted 1493 (40%) expressions
1.13/1.25	c 1	converted 1866 (50%) expressions
1.13/1.27	c 1	converted 2240 (60%) expressions
1.13/1.28	c 1	converted 2613 (70%) expressions
1.13/1.30	c 1	converted 2986 (80%) expressions
1.22/1.31	c 1	converted 3359 (90%) expressions
1.22/1.32	c 1	converted 3732 (100%) expressions
1.22/1.32	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1353
1.22/1.32	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.32	c 1	Propagation in CSP
1.32/1.45	c 1	89026 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.32/1.45	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 928
1.32/1.45	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.46	c 1	Simplifing CSP by introducing new Boolean variables
1.43/1.54	c 1	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 928
1.43/1.54	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.58	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.52/1.63	c 1	30 (10%) CSP integer variables are encoded (22275 clauses, 312011 bytes)
1.52/1.66	c 2	60 (20%) CSP integer variables are encoded (44655 clauses, 647711 bytes)
1.52/1.69	c 2	90 (30%) CSP integer variables are encoded (66825 clauses, 980261 bytes)
1.62/1.71	c 2	120 (40%) CSP integer variables are encoded (84900 clauses, 1251386 bytes)
1.62/1.73	c 2	150 (50%) CSP integer variables are encoded (100440 clauses, 1485667 bytes)
1.62/1.75	c 2	180 (60%) CSP integer variables are encoded (116190 clauses, 1753417 bytes)
1.62/1.78	c 2	210 (70%) CSP integer variables are encoded (134655 clauses, 2067322 bytes)
1.72/1.81	c 2	240 (80%) CSP integer variables are encoded (156900 clauses, 2445487 bytes)
1.72/1.83	c 2	270 (90%) CSP integer variables are encoded (174600 clauses, 2746387 bytes)
1.72/1.86	c 2	300 (100%) CSP integer variables are encoded (195795 clauses, 3106702 bytes)
2.31/2.42	c 2	883 (10%) CSP clauses are encoded (453812 clauses, 8795940 bytes)
2.92/3.01	c 3	1766 (20%) CSP clauses are encoded (752822 clauses, 15725449 bytes)
3.41/3.58	c 3	2649 (30%) CSP clauses are encoded (1037694 clauses, 22337853 bytes)
4.00/4.11	c 4	3532 (40%) CSP clauses are encoded (1300569 clauses, 28440742 bytes)
4.49/4.66	c 5	4415 (50%) CSP clauses are encoded (1576691 clauses, 34860182 bytes)
4.90/5.08	c 5	5298 (60%) CSP clauses are encoded (1788813 clauses, 39794152 bytes)
5.29/5.44	c 5	6181 (70%) CSP clauses are encoded (1966469 clauses, 43928623 bytes)
5.69/5.89	c 6	7064 (80%) CSP clauses are encoded (2192203 clauses, 49304267 bytes)
6.18/6.34	c 6	7947 (90%) CSP clauses are encoded (2414730 clauses, 54684845 bytes)
6.68/6.87	c 7	8830 (100%) CSP clauses are encoded (2693827 clauses, 61178897 bytes)
6.68/6.87	c 7	8830 CSP clauses encoded
6.68/6.87	c 7	Writing map file : HOME/temp.map
6.68/6.88	c 7	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.68/6.88	c 7	SAT : 201795 SAT variables, 2693827 SAT clauses, 61178897 bytes
6.68/6.88	c 7	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.77/6.93	c 7	SOLVING HOME/temp.cnf
6.77/6.93	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1801.31	c ERROR INTERRUPTED
1800.09/1801.32	s UNKNOWN
1800.09/1801.32	c 1801	CPU 6.8 (0.06 0.01 6.12 0.61)
1800.09/1801.32	c 1801	END Sun Jul 12 06:01:15 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080266-1247369474/watcher-2080266-1247369474 -o /tmp/evaluation-result-2080266-1247369474/solver-2080266-1247369474 -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-2080266-1247369474.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.15 2.05 2.06 4/83 23538
/proc/meminfo: memFree=1379464/2055920 swapFree=4192812/4192956
[pid=23538] ppid=23536 vsize=12000 CPUtime=0
/proc/23538/stat : 23538 (sugar) R 23536 23538 20092 0 -1 4194304 212 0 0 0 0 0 0 0 20 0 1 0 24013708 12288000 180 996147200 4194304 4206940 548682068608 18446744073709551615 269028326569 0 0 4224 0 0 0 0 17 1 0 0
/proc/23538/statm: 3000 180 141 3 0 100 0

[startup+0.0751651 s]
/proc/loadavg: 2.15 2.05 2.06 4/83 23538
/proc/meminfo: memFree=1379464/2055920 swapFree=4192812/4192956
[pid=23538] ppid=23536 vsize=16608 CPUtime=0.06
/proc/23538/stat : 23538 (sugar) R 23536 23538 20092 0 -1 4194304 1060 0 0 0 5 1 0 0 18 0 1 0 24013708 17006592 1028 996147200 4194304 4206940 548682068608 18446744073709551615 269028332257 0 0 4224 0 0 0 0 17 1 0 0
/proc/23538/statm: 4152 1028 380 3 0 731 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16608

[startup+0.101163 s]
/proc/loadavg: 2.15 2.05 2.06 4/83 23538
/proc/meminfo: memFree=1379464/2055920 swapFree=4192812/4192956
[pid=23538] ppid=23536 vsize=16868 CPUtime=0.06
/proc/23538/stat : 23538 (sugar) S 23536 23538 20092 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24013708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23538/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301195 s]
/proc/loadavg: 2.15 2.05 2.06 4/83 23538
/proc/meminfo: memFree=1379464/2055920 swapFree=4192812/4192956
[pid=23538] ppid=23536 vsize=16868 CPUtime=0.06
/proc/23538/stat : 23538 (sugar) S 23536 23538 20092 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24013708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23538/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701259 s]
/proc/loadavg: 2.15 2.05 2.06 4/83 23538
/proc/meminfo: memFree=1379464/2055920 swapFree=4192812/4192956
[pid=23538] ppid=23536 vsize=16868 CPUtime=0.06
/proc/23538/stat : 23538 (sugar) S 23536 23538 20092 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24013708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23538/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50239 s]
/proc/loadavg: 2.15 2.05 2.06 4/94 23560
/proc/meminfo: memFree=1369136/2055920 swapFree=4192812/4192956
[pid=23538] ppid=23536 vsize=16868 CPUtime=0.72
/proc/23538/stat : 23538 (sugar) S 23536 23538 20092 0 -1 4194304 1310 6836 0 1 5 1 61 5 16 0 1 0 24013708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23538/statm: 4217 1111 409 3 0 796 0
[pid=23551] ppid=23538 vsize=5356 CPUtime=0
/proc/23551/stat : 23551 (sh) S 23538 23538 20092 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24013785 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23551/statm: 1339 233 193 169 0 50 0
[pid=23552] ppid=23551 vsize=868624 CPUtime=0.71
/proc/23552/stat : 23552 (java) S 23551 23538 20092 0 -1 0 6204 0 1 0 66 5 0 0 18 0 9 0 24013786 889470976 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23552/statm: 217156 5568 1856 9 0 211661 0
[pid=23552/tid=23553] ppid=23551 vsize=868624 CPUtime=0.44
/proc/23552/task/23553/stat : 23553 (java) R 23551 23538 20092 0 -1 64 2699 0 1 0 43 1 0 0 20 0 9 0 24013787 889470976 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23552/tid=23554] ppid=23551 vsize=868624 CPUtime=0.06
/proc/23552/task/23554/stat : 23554 (java) R 23551 23538 20092 0 -1 64 1336 0 0 0 5 1 0 0 16 0 9 0 24013788 889470976 5568 996147200 134512640 134550932 4294955936 18446744073709551615 102758058 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23552/tid=23555] ppid=23551 vsize=868624 CPUtime=0
/proc/23552/task/23555/stat : 23555 (java) S 23551 23538 20092 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24013788 889470976 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23552/tid=23556] ppid=23551 vsize=868624 CPUtime=0
/proc/23552/task/23556/stat : 23556 (java) S 23551 23538 20092 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24013788 889470976 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23552/tid=23557] ppid=23551 vsize=868624 CPUtime=0
/proc/23552/task/23557/stat : 23557 (java) S 23551 23538 20092 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24013790 889470976 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23552/tid=23558] ppid=23551 vsize=868624 CPUtime=0.17
/proc/23552/task/23558/stat : 23558 (java) S 23551 23538 20092 0 -1 64 1475 0 0 0 16 1 0 0 16 0 9 0 24013790 889470976 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23552/tid=23559] ppid=23551 vsize=868624 CPUtime=0
/proc/23552/task/23559/stat : 23559 (java) S 23551 23538 20092 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24013790 889470976 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23552/tid=23560] ppid=23551 vsize=868624 CPUtime=0
/proc/23552/task/23560/stat : 23560 (java) S 23551 23538 20092 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24013790 889470976 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890848

[startup+3.10164 s]
/proc/loadavg: 2.15 2.05 2.06 3/94 23560
/proc/meminfo: memFree=1354032/2055920 swapFree=4192812/4192956
[pid=23538] ppid=23536 vsize=16868 CPUtime=0.72
/proc/23538/stat : 23538 (sugar) S 23536 23538 20092 0 -1 4194304 1310 6836 0 1 5 1 61 5 15 0 1 0 24013708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23538/statm: 4217 1111 409 3 0 796 0
[pid=23551] ppid=23538 vsize=5356 CPUtime=0
/proc/23551/stat : 23551 (sh) S 23538 23538 20092 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24013785 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23551/statm: 1339 233 193 169 0 50 0
[pid=23552] ppid=23551 vsize=868672 CPUtime=2.3
/proc/23552/stat : 23552 (java) S 23551 23538 20092 0 -1 0 7861 0 1 0 209 21 0 0 18 0 9 0 24013786 889520128 6633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23552/statm: 217168 6633 2590 9 0 211645 0
[pid=23552/tid=23553] ppid=23551 vsize=868672 CPUtime=1.81
/proc/23552/task/23553/stat : 23553 (java) R 23551 23538 20092 0 -1 64 3192 0 1 0 166 15 0 0 25 0 9 0 24013787 889520128 6633 996147200 134512640 134550932 4294955936 18446744073709551615 4126813434 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23552/tid=23554] ppid=23551 vsize=868672 CPUtime=0.24
/proc/23552/task/23554/stat : 23554 (java) S 23551 23538 20092 0 -1 64 2472 0 0 0 21 3 0 0 16 0 9 0 24013788 889520128 6633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23552/tid=23555] ppid=23551 vsize=868672 CPUtime=0
/proc/23552/task/23555/stat : 23555 (java) S 23551 23538 20092 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24013788 889520128 6633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23552/tid=23556] ppid=23551 vsize=868672 CPUtime=0
/proc/23552/task/23556/stat : 23556 (java) S 23551 23538 20092 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24013788 889520128 6633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23552/tid=23557] ppid=23551 vsize=868672 CPUtime=0
/proc/23552/task/23557/stat : 23557 (java) S 23551 23538 20092 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24013790 889520128 6633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23552/tid=23558] ppid=23551 vsize=868672 CPUtime=0.21
/proc/23552/task/23558/stat : 23558 (java) S 23551 23538 20092 0 -1 64 1497 0 0 0 20 1 0 0 16 0 9 0 24013790 889520128 6633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23552/tid=23559] ppid=23551 vsize=868672 CPUtime=0
/proc/23552/task/23559/stat : 23559 (java) S 23551 23538 20092 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24013790 889520128 6633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23552/tid=23560] ppid=23551 vsize=868672 CPUtime=0
/proc/23552/task/23560/stat : 23560 (java) S 23551 23538 20092 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24013790 889520128 6633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890896

[startup+6.30215 s]
/proc/loadavg: 2.29 2.08 2.07 4/94 23560
/proc/meminfo: memFree=1315888/2055920 swapFree=4192812/4192956
[pid=23538] ppid=23536 vsize=16868 CPUtime=0.72
/proc/23538/stat : 23538 (sugar) S 23536 23538 20092 0 -1 4194304 1310 6836 0 1 5 1 61 5 15 0 1 0 24013708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23538/statm: 4217 1111 409 3 0 796 0
[pid=23551] ppid=23538 vsize=5356 CPUtime=0
/proc/23551/stat : 23551 (sh) S 23538 23538 20092 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24013785 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23551/statm: 1339 233 193 169 0 50 0
[pid=23552] ppid=23551 vsize=868672 CPUtime=5.46
/proc/23552/stat : 23552 (java) S 23551 23538 20092 0 -1 0 8842 0 1 0 497 49 0 0 18 0 9 0 24013786 889520128 6643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23552/statm: 217168 6643 2590 9 0 211645 0
[pid=23552/tid=23553] ppid=23551 vsize=868672 CPUtime=4.7
/proc/23552/task/23553/stat : 23553 (java) R 23551 23538 20092 0 -1 64 4164 0 1 0 432 38 0 0 25 0 9 0 24013787 889520128 6643 996147200 134512640 134550932 4294955936 18446744073709551615 4126905372 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23552/tid=23554] ppid=23551 vsize=868672 CPUtime=0.52
/proc/23552/task/23554/stat : 23554 (java) S 23551 23538 20092 0 -1 64 2472 0 0 0 43 9 0 0 16 0 9 0 24013788 889520128 6643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23552/tid=23555] ppid=23551 vsize=868672 CPUtime=0
/proc/23552/task/23555/stat : 23555 (java) S 23551 23538 20092 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24013788 889520128 6643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23552/tid=23556] ppid=23551 vsize=868672 CPUtime=0
/proc/23552/task/23556/stat : 23556 (java) S 23551 23538 20092 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24013788 889520128 6643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23552/tid=23557] ppid=23551 vsize=868672 CPUtime=0
/proc/23552/task/23557/stat : 23557 (java) S 23551 23538 20092 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24013790 889520128 6643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23552/tid=23558] ppid=23551 vsize=868672 CPUtime=0.22
/proc/23552/task/23558/stat : 23558 (java) S 23551 23538 20092 0 -1 64 1506 0 0 0 21 1 0 0 16 0 9 0 24013790 889520128 6643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23552/tid=23559] ppid=23551 vsize=868672 CPUtime=0
/proc/23552/task/23559/stat : 23559 (java) S 23551 23538 20092 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24013790 889520128 6643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23552/tid=23560] ppid=23551 vsize=868672 CPUtime=0
/proc/23552/task/23560/stat : 23560 (java) S 23551 23538 20092 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24013790 889520128 6643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890896

[startup+12.7012 s]
/proc/loadavg: 2.35 2.09 2.07 3/86 23562
/proc/meminfo: memFree=1282544/2055920 swapFree=4192812/4192956
[pid=23538] ppid=23536 vsize=16868 CPUtime=6.79
/proc/23538/stat : 23538 (sugar) S 23536 23538 20092 0 -1 4194304 1365 16162 0 2 6 1 611 61 16 0 1 0 24013708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23538/statm: 4217 1113 409 3 0 796 0
[pid=23561] ppid=23538 vsize=5356 CPUtime=0
/proc/23561/stat : 23561 (sh) S 23538 23538 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24014401 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23561/statm: 1339 232 193 169 0 50 0
[pid=23562] ppid=23561 vsize=39384 CPUtime=5.7
/proc/23562/stat : 23562 (picosat) R 23561 23538 20092 0 -1 4194304 8731 0 0 0 265 305 0 0 25 0 1 0 24014401 40329216 8717 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23562/statm: 9846 8717 40 102 0 9741 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 61608

[startup+25.5012 s]
/proc/loadavg: 2.27 2.09 2.07 3/86 23562
/proc/meminfo: memFree=1233264/2055920 swapFree=4192812/4192956
[pid=23538] ppid=23536 vsize=16868 CPUtime=6.79
/proc/23538/stat : 23538 (sugar) S 23536 23538 20092 0 -1 4194304 1365 16162 0 2 6 1 611 61 16 0 1 0 24013708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23538/statm: 4217 1113 409 3 0 796 0
[pid=23561] ppid=23538 vsize=5356 CPUtime=0
/proc/23561/stat : 23561 (sh) S 23538 23538 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24014401 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23561/statm: 1339 232 193 169 0 50 0
[pid=23562] ppid=23561 vsize=87768 CPUtime=18.44
/proc/23562/stat : 23562 (picosat) R 23561 23538 20092 0 -1 4194304 20674 0 0 0 845 999 0 0 25 0 1 0 24014401 89874432 20660 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23562/statm: 21942 20660 40 102 0 21837 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 109992

[startup+51.1013 s]
/proc/loadavg: 2.29 2.11 2.08 3/86 23562
/proc/meminfo: memFree=1213680/2055920 swapFree=4192812/4192956
[pid=23538] ppid=23536 vsize=16868 CPUtime=6.79
/proc/23538/stat : 23538 (sugar) S 23536 23538 20092 0 -1 4194304 1365 16162 0 2 6 1 611 61 16 0 1 0 24013708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23538/statm: 4217 1113 409 3 0 796 0
[pid=23561] ppid=23538 vsize=5356 CPUtime=0
/proc/23561/stat : 23561 (sh) S 23538 23538 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24014401 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23561/statm: 1339 232 193 169 0 50 0
[pid=23562] ppid=23561 vsize=115492 CPUtime=43.91
/proc/23562/stat : 23562 (picosat) R 23561 23538 20092 0 -1 4194304 25295 0 0 0 3122 1269 0 0 25 0 1 0 24014401 118263808 25281 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23562/statm: 28873 25281 42 102 0 28768 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 137716

[startup+102.307 s]
/proc/loadavg: 2.13 2.09 2.07 3/76 23593
/proc/meminfo: memFree=1463360/2055920 swapFree=4192812/4192956
[pid=23538] ppid=23536 vsize=16868 CPUtime=6.79
/proc/23538/stat : 23538 (sugar) S 23536 23538 20092 0 -1 4194304 1365 16162 0 2 6 1 611 61 16 0 1 0 24013708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23538/statm: 4217 1113 409 3 0 796 0
[pid=23561] ppid=23538 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1450296/2055920 swapFree=4192812/4192956
[pid=23538] ppid=23536 vsize=16868 CPUtime=6.79
/proc/23538/stat : 23538 (sugar) S 23536 23538 20092 0 -1 4194304 1365 16162 0 2 6 1 611 61 16 0 1 0 24013708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23538/statm: 4217 1113 409 3 0 796 0
[pid=23561] ppid=23538 vsize=5356 CPUtime=0
/proc/23561/stat : 23561 (sh) S 23538 23538 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24014401 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23561/statm: 1339 232 193 169 0 50 0
[pid=23562] ppid=23561 vsize=127776 CPUtime=1354.48
/proc/23562/stat : 23562 (picosat) R 23561 23538 20092 0 -1 4194304 28643 0 0 0 134173 1275 0 0 25 0 1 0 24014401 130842624 28529 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/23562/statm: 31944 28529 48 102 0 31839 0
Current children cumulated CPU time (s) 1361.27
Current children cumulated vsize (KiB) 150000

[startup+1422.31 s]
/proc/loadavg: 2.00 2.04 2.01 3/77 23596
/proc/meminfo: memFree=1450296/2055920 swapFree=4192812/4192956
[pid=23538] ppid=23536 vsize=16868 CPUtime=6.79
/proc/23538/stat : 23538 (sugar) S 23536 23538 20092 0 -1 4194304 1365 16162 0 2 6 1 611 61 16 0 1 0 24013708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23538/statm: 4217 1113 409 3 0 796 0
[pid=23561] ppid=23538 vsize=5356 CPUtime=0
/proc/23561/stat : 23561 (sh) S 23538 23538 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24014401 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23561/statm: 1339 232 193 169 0 50 0
[pid=23562] ppid=23561 vsize=127776 CPUtime=1414.46
/proc/23562/stat : 23562 (picosat) R 23561 23538 20092 0 -1 4194304 28643 0 0 0 140171 1275 0 0 25 0 1 0 24014401 130842624 28529 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23562/statm: 31944 28529 48 102 0 31839 0
Current children cumulated CPU time (s) 1421.25
Current children cumulated vsize (KiB) 150000

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 23596
/proc/meminfo: memFree=1450360/2055920 swapFree=4192812/4192956
[pid=23538] ppid=23536 vsize=16868 CPUtime=6.79
/proc/23538/stat : 23538 (sugar) S 23536 23538 20092 0 -1 4194304 1365 16162 0 2 6 1 611 61 16 0 1 0 24013708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23538/statm: 4217 1113 409 3 0 796 0
[pid=23561] ppid=23538 vsize=5356 CPUtime=0
/proc/23561/stat : 23561 (sh) S 23538 23538 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24014401 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23561/statm: 1339 232 193 169 0 50 0
[pid=23562] ppid=23561 vsize=127776 CPUtime=1474.43
/proc/23562/stat : 23562 (picosat) R 23561 23538 20092 0 -1 4194304 28643 0 0 0 146168 1275 0 0 25 0 1 0 24014401 130842624 28529 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23562/statm: 31944 28529 48 102 0 31839 0
Current children cumulated CPU time (s) 1481.22
Current children cumulated vsize (KiB) 150000

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 23596
/proc/meminfo: memFree=1450360/2055920 swapFree=4192812/4192956
[pid=23538] ppid=23536 vsize=16868 CPUtime=6.79
/proc/23538/stat : 23538 (sugar) S 23536 23538 20092 0 -1 4194304 1365 16162 0 2 6 1 611 61 16 0 1 0 24013708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23538/statm: 4217 1113 409 3 0 796 0
[pid=23561] ppid=23538 vsize=5356 CPUtime=0
/proc/23561/stat : 23561 (sh) S 23538 23538 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24014401 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23561/statm: 1339 232 193 169 0 50 0
[pid=23562] ppid=23561 vsize=127776 CPUtime=1534.4
/proc/23562/stat : 23562 (picosat) R 23561 23538 20092 0 -1 4194304 28643 0 0 0 152165 1275 0 0 25 0 1 0 24014401 130842624 28529 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 0 0 0
/proc/23562/statm: 31944 28529 48 102 0 31839 0
Current children cumulated CPU time (s) 1541.19
Current children cumulated vsize (KiB) 150000

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 23596
/proc/meminfo: memFree=1450168/2055920 swapFree=4192812/4192956
[pid=23538] ppid=23536 vsize=16868 CPUtime=6.79
/proc/23538/stat : 23538 (sugar) S 23536 23538 20092 0 -1 4194304 1365 16162 0 2 6 1 611 61 16 0 1 0 24013708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23538/statm: 4217 1113 409 3 0 796 0
[pid=23561] ppid=23538 vsize=5356 CPUtime=0
/proc/23561/stat : 23561 (sh) S 23538 23538 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24014401 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23561/statm: 1339 232 193 169 0 50 0
[pid=23562] ppid=23561 vsize=128172 CPUtime=1594.38
/proc/23562/stat : 23562 (picosat) R 23561 23538 20092 0 -1 4194304 28741 0 0 0 158162 1276 0 0 25 0 1 0 24014401 131248128 28627 996147200 134512640 134931368 4294956256 18446744073709551615 134529347 0 0 4096 0 0 0 0 17 0 0 0
/proc/23562/statm: 32043 28627 48 102 0 31938 0
Current children cumulated CPU time (s) 1601.17
Current children cumulated vsize (KiB) 150396

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 23596
/proc/meminfo: memFree=1449144/2055920 swapFree=4192812/4192956
[pid=23538] ppid=23536 vsize=16868 CPUtime=6.79
/proc/23538/stat : 23538 (sugar) S 23536 23538 20092 0 -1 4194304 1365 16162 0 2 6 1 611 61 16 0 1 0 24013708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23538/statm: 4217 1113 409 3 0 796 0
[pid=23561] ppid=23538 vsize=5356 CPUtime=0
/proc/23561/stat : 23561 (sh) S 23538 23538 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24014401 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23561/statm: 1339 232 193 169 0 50 0
[pid=23562] ppid=23561 vsize=129096 CPUtime=1654.35
/proc/23562/stat : 23562 (picosat) R 23561 23538 20092 0 -1 4194304 28975 0 0 0 164159 1276 0 0 25 0 1 0 24014401 132194304 28861 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23562/statm: 32274 28861 48 102 0 32169 0
Current children cumulated CPU time (s) 1661.14
Current children cumulated vsize (KiB) 151320

[startup+1722.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/77 23596
/proc/meminfo: memFree=1448312/2055920 swapFree=4192812/4192956
[pid=23538] ppid=23536 vsize=16868 CPUtime=6.79
/proc/23538/stat : 23538 (sugar) S 23536 23538 20092 0 -1 4194304 1365 16162 0 2 6 1 611 61 16 0 1 0 24013708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23538/statm: 4217 1113 409 3 0 796 0
[pid=23561] ppid=23538 vsize=5356 CPUtime=0
/proc/23561/stat : 23561 (sh) S 23538 23538 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24014401 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23561/statm: 1339 232 193 169 0 50 0
[pid=23562] ppid=23561 vsize=130020 CPUtime=1714.33
/proc/23562/stat : 23562 (picosat) R 23561 23538 20092 0 -1 4194304 29189 0 0 0 170157 1276 0 0 25 0 1 0 24014401 133140480 29075 996147200 134512640 134931368 4294956256 18446744073709551615 134583827 0 0 4096 0 0 0 0 17 0 0 0
/proc/23562/statm: 32505 29075 48 102 0 32400 0
Current children cumulated CPU time (s) 1721.12
Current children cumulated vsize (KiB) 152244

[startup+1782.3 s]
/proc/loadavg: 2.21 2.06 2.01 3/77 23596
/proc/meminfo: memFree=1447288/2055920 swapFree=4192812/4192956
[pid=23538] ppid=23536 vsize=16868 CPUtime=6.79
/proc/23538/stat : 23538 (sugar) S 23536 23538 20092 0 -1 4194304 1365 16162 0 2 6 1 611 61 16 0 1 0 24013708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23538/statm: 4217 1113 409 3 0 796 0
[pid=23561] ppid=23538 vsize=5356 CPUtime=0
/proc/23561/stat : 23561 (sh) S 23538 23538 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24014401 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23561/statm: 1339 232 193 169 0 50 0
[pid=23562] ppid=23561 vsize=130812 CPUtime=1774.3
/proc/23562/stat : 23562 (picosat) R 23561 23538 20092 0 -1 4194304 29398 0 0 0 176154 1276 0 0 25 0 1 0 24014401 133951488 29284 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23562/statm: 32703 29284 48 102 0 32598 0
Current children cumulated CPU time (s) 1781.09
Current children cumulated vsize (KiB) 153036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.3 s]
/proc/loadavg: 2.37 2.11 2.03 3/77 23602
/proc/meminfo: memFree=1446904/2055920 swapFree=4192812/4192956
[pid=23538] ppid=23536 vsize=16868 CPUtime=6.79
/proc/23538/stat : 23538 (sugar) S 23536 23538 20092 0 -1 4194304 1365 16162 0 2 6 1 611 61 16 0 1 0 24013708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23538/statm: 4217 1113 409 3 0 796 0
[pid=23561] ppid=23538 vsize=5356 CPUtime=0
/proc/23561/stat : 23561 (sh) S 23538 23538 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24014401 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23561/statm: 1339 232 193 169 0 50 0
[pid=23562] ppid=23561 vsize=131076 CPUtime=1793.3
/proc/23562/stat : 23562 (picosat) R 23561 23538 20092 0 -1 4194304 29467 0 0 0 178053 1277 0 0 25 0 1 0 24014401 134221824 29353 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23562/statm: 32769 29353 48 102 0 32664 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 153300

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

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

[startup+1801.3 s]
/proc/loadavg: 2.37 2.11 2.03 3/77 23602
/proc/meminfo: memFree=1446904/2055920 swapFree=4192812/4192956
[pid=23538] ppid=23536 vsize=16868 CPUtime=6.79
/proc/23538/stat : 23538 (sugar) S 23536 23538 20092 0 -1 4194304 1365 16162 0 2 6 1 611 61 16 0 1 0 24013708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23538/statm: 4217 1113 409 3 0 796 0
[pid=23561] ppid=23538 vsize=5356 CPUtime=0
/proc/23561/stat : 23561 (sh) S 23538 23538 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24014401 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23561/statm: 1339 232 193 169 0 50 0
[pid=23562] ppid=23561 vsize=131076 CPUtime=1793.3
/proc/23562/stat : 23562 (picosat) R 23561 23538 20092 0 -1 4194304 29467 0 0 0 178053 1277 0 0 25 0 1 0 24014401 134221824 29353 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23562/statm: 32769 29353 48 102 0 32664 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 153300

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23538 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=183060
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=634903
# CPU time returned by wait4() is 6.81796
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.33
CPU time (s): 1800.09
CPU user time (s): 1786.7
CPU system time (s): 13.39
CPU usage (%): 99.9313
Max. virtual memory (cumulated for all children) (KiB): 890896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.18306
system time used= 0.634903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17921
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16408
involuntary context switches= 16508

runsolver used 1.9457 second user time and 4.70029 second system time

The end

Launcher Data

Begin job on node26 at 2009-07-12 05:31:14
IDJOB=2080266
IDBENCH=57047
IDSOLVER=738
FILE ID=node26/2080266-1247369474
PBS_JOBID= 9507081
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-100-0.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-2080266-1247369474/watcher-2080266-1247369474 -o /tmp/evaluation-result-2080266-1247369474/solver-2080266-1247369474 -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-2080266-1247369474.xml

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

MD5SUM BENCH= 3316fb6d9502bdc5e45b3fbdaa4097b4
RANDOM SEED=615786275

node26.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.281
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.281
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:       1379944 kB
Buffers:         46672 kB
Cached:         280544 kB
SwapCached:          0 kB
Active:         422400 kB
Inactive:       177576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1379944 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1728 kB
Writeback:           0 kB
Mapped:         288492 kB
Slab:            60920 kB
Committed_AS:   867940 kB
PageTables:       2232 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 node26 at 2009-07-12 06:01:17